Hi Isaiah,
> Im creating a bootdisk for linux with the NtfsResize tool on it. Can the
> tool make a partition used unused space on the disk i tried to resize it
> but it said it cant go bigger the the device size. Can this be done?
I don't completely understand your second sentence but it seems you
want to enlarge a partition. If so then first you must enlarge the
partition with fdisk and afterwards use ntfsresize. Just the opposite
when you would shrink a partition. This is written more detailed in
the ntfsresize manual page.
> Also, would you happen to have available the other ntfs stuff in static
> form? ThankYOu!
You can do it yourself by compiling the ntfsprogs package as
make distclean
./autogen.sh --enable-really-static
make
Szaka
|