• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

USB Key Drive Supports NTFS

cbehnken

Golden Member
Did you know you can format a USB drive NTFS and use NTFS file compression? Saved 100 MB on my 256 MB drive.

Hope this isn't a repost or in wrong forum
 
Thanks, I just ran the convert command. It was originally FAT, so NTFS should make a difference in space used.
 
The physical drive never cares what you do with its storage sectors. Partition types and file system models happen several layers further above in the driver stack.
So if your OS lets you put an NTFS onto a removable storage device, you're set. NT/2K/XP let you do that - after you've used the Storage Manager to create a HDD style partition on it, not from the "format floppy" dialog.

It's just not as interchangeable with other systems as FAT is.
 
Originally posted by: KenSr
How do you convert it?
I did a format and the only options were for FAT or FAT32.

Click Start, then Run..., type in cmd and hit Enter.

type in: convert [drive letter]: /FS:ntfs
hit Enter.

 
Originally posted by: Peter
The physical drive never cares what you do with its storage sectors. Partition types and file system models happen several layers further above in the driver stack.
So if your OS lets you put an NTFS onto a removable storage device, you're set. NT/2K/XP let you do that - after you've used the Storage Manager to create a HDD style partition on it, not from the "format floppy" dialog.

It's just not as interchangeable with other systems as FAT is.

Can you elaborate on the 'several layers' between the driver and the partition table? I take several to mean more than two, otherwise it would be one or a couple.
 
Back
Top