Find the answer to your Linux question:
Results 1 to 8 of 8
During installation I was unable to shrink my Windows partition below 30 GB. However that should be fixed now, and I'd like to shrink it more. But I can't figure ...
  1. #1
    Just Joined! TruthSeeker's Avatar
    Join Date
    May 2005
    Location
    127.0.0.1
    Posts
    58

    Resizing ntfs partition, post-install

    During installation I was unable to shrink my Windows partition below 30 GB. However that should be fixed now, and I'd like to shrink it more. But I can't figure out how... Parted says it doesn't support ntfs, and there's no package for qtparted or ntfsresize. How can I do it?

  2. #2
    Linux Guru
    Join Date
    May 2004
    Location
    forums.gentoo.org
    Posts
    1,814
    For some reason this link isn't working at the moment, but just a couple of days ago I downloaded ntfsresizer to a floppy and used it successfully from that. Of course, you can download it to your Linux partition as well. It's a Linux application, so it needs to be run from Linux.
    /IMHO
    //got nothin'
    ///this use to look better

  3. #3
    Just Joined!
    Join Date
    Jan 2005
    Location
    Topeka, KS, USA
    Posts
    88
    NTFSprogs is supposed to be able to do the same thing. It should go without saying, make sure you're backed up.

  4. #4
    Just Joined! TruthSeeker's Avatar
    Join Date
    May 2005
    Location
    127.0.0.1
    Posts
    58
    Thanks, ntfsprogs was the package I needed. So now I've shrunken the ntfs, but not the partition itself. Parted still says it can't do it, which suprises me because it doesn't have to change the filesystem. So how do I resize the partition?

  5. #5
    Linux Guru
    Join Date
    May 2004
    Location
    forums.gentoo.org
    Posts
    1,814
    I used fdisk, as recommended in the ntfsresizer link. Leave the starting block of the ntfs partition where it is and make sure the re-sized partition is at least as large as the re-sized ntfs filesystem (what else?). The actual numbers of bytes from one step to another seem to be inconsistent due to how they are counted, so be safe.
    /IMHO
    //got nothin'
    ///this use to look better

  6. #6
    Just Joined! TruthSeeker's Avatar
    Join Date
    May 2005
    Location
    127.0.0.1
    Posts
    58
    I typed (as root): fdisk /dev/hda
    then 'm' for help
    It gave a list of commands, but I didn't see one to resize. Did I do something wrong?

  7. #7
    Linux Guru
    Join Date
    May 2004
    Location
    forums.gentoo.org
    Posts
    1,814
    No, you haven't missed anything. To change the size, you must first delete the ntfs partition and then create a new partition, starting at the same block but ending sooner. Before you delete anything, press 'p' to print to screen the current table and make a note of everything so you'll know exactly what to enter for the new ntfs partition. Be sure that you set the type to the same as it is at first. And remember, nothing will change until you write the changes, so if you lose confidence, you can quit safely with no change made.
    /IMHO
    //got nothin'
    ///this use to look better

  8. #8
    Just Joined!
    Join Date
    Jul 2006
    Posts
    11
    so with ntfsresize I can shrink my ntfs partition and repartition the extra space to /ext3 ?

Posting Permissions

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