Arith wrote:I would like to know how to enter the command --bad-sectors because I've got the same problem with the latest Gparted. But the manufacturers tools on long test and SMART and HD Tune and a dozen of other applications all report the disc is fine, ok, passed.
Before yesterday I had never heard of bash terminal sudo so don't know how to use them or even if I have to.
I ran chkdsk/f/r from windows dos and after 3 hours it didn't report anything unusual, but I thought the /f/r was for fixing, and later running from a live cd for chkdsk only got a report of one bad sector, so it couldn't have been repaired could it. But the Seatools long test was run after this giving a clean good disk.
Does Gparted use windows to check the disc?
No, Gparted is a GUI frontend for parted, which is is a linux tool which does the heavy lifting of partitioning. From inside a live session after booting into the install CD, do Applications > Accessories > Terminal. That is where you will use text commands to run ntfsresize.
You will have to install ntfsresize with
sudo apt-get install ntfsprogs
then run ntfsresize --help to see what you're dealing with. A good tutorial (I followed the instructions exactly) is found at http://crashrecovery.org/CrashRecoveryK … .ntfs.html
That will safely resize your NTFS partition; once that's done, boot into Windows, run chkdsk and reboot into the install CD's live session again. Now there will empty space on the drive which Gparted will detect, and you can easily add more partitions (although I did this with fdisk from terminal as well) and then install linux on the new partitions.