Results 1 to 4 of 4

Thread: ntfsresize won't

  1. #1
    Join Date
    Dec 2007
    Beans
    79

    [Solved] ntfsresize won't

    Hello,

    I have a dual-boot laptop that I rarely boot in Windows. That's why I decided to shrink the Windows partition and give more room to the Linux system.

    I booted from SystemRescueCD, tried gparted, and got a message about bad sectors. I have backed up all the partitions in the disk, done several chkdsk /f /r on windows XP, and no errors are found. My conclusion is that the disk may have a few bad sectors, which is not that unusual, but they have been marked and are not in use. The system has always been stable.

    Since gparted refuses to touch any disk with bad sectors, I have tried ntfsresize with the --bad-sectors option, directly from the command line. I understand that this option tells ntfsresize that yes, there may be some bad sectors, but we are aware of it, and please go on with your work.

    After some successful test runs with the -n parameter, when I try to actually do the job, ntfsresize stalls at about 15%, complains about an input/output error, and quits saying that I should do another chkdsk /f /r.

    This is the line I am trying:

    Code:
    ntfsresize -f -s 33G /dev/sda1 --bad-sectors
    How come ntfsresize finds bad sectors so fast, and Windows doesn't even notice? Is there any way to just skip the bad sectors and get on with it?
    Last edited by skamarla; August 14th, 2009 at 10:07 PM. Reason: marking as solved

  2. #2
    Join Date
    May 2007
    Location
    Virginia, USA
    Beans
    13,377
    Distro
    Ubuntu Mate Development Release

    Re: ntfsresize won't

    I can't answer the specific question, but you could try using some free MS Windows utilities to resize the partition. Google for Free Windows Partitioning Utilities and you'll find several of them. Easus is a good one to use. See the link below:

    http://www.partition-tool.com/
    Ubuntu 20.04, Mint 19.10; MS Win10 Pro.
    Will not respond to PM requests for support -- use the forums.

  3. #3
    Join Date
    Aug 2009
    Beans
    210

    Re: ntfsresize won't

    have you tried to boot into windows, then goto adim controls, disk management, select the windows partition, right click, select shrink??

  4. #4
    Join Date
    Dec 2007
    Beans
    79

    Re: ntfsresize won't

    Right on, Mark!

    The Easus tool did a perfect job. I was trying to coerce ntfsresize into doing it, but this was more practical.

    AmerNewbieinDE, the native Windows disk admin tool can only do very basic operations. Resizing isn't one of them. Typical.

    Thanks a lot.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •