|
|
< Day Day Up > |
|
Hack 45 Convert FAT to NTFS
Use NT/2000/XP/2003's CONVERT program to change a FAT partition to NTFS. CONVERT is a command-line program with one simple function: to change a FAT partition to NTFS. Normally CONVERT applies user and system security settings to all of the files in the partition, but the command-line option /NoSecurity leaves the access rights to all files open to everyone, as if the partition were an unsecured FAT partition. To use CONVERT to make your C: drive NTFS:
5.7.1 Hacking the HackConverting an NTFS partition to FAT-16 or FAT-32 is not something Microsoft ever intended and does not support with FDISK, FORMAT, or Disk Management tools. Rarely do you need to gain access to files in an NTFS partition from a FAT-16 or FAT-32 OS, but it happens. To convert to FAT from NTFS, you need to use a third-party utility like Symantec's PartitionMagic or V-Com's Partition Commander. Since NTFS partitions are normally secured by the operating system, you must run the drive you are converting under the operating system that supports NTFS, have privileged access to the drive, and have rights to access the partition. If you simply need to read data in an NTFS partition from a FAT-only operating system you can use NTFSDOS, NTFSDOS Professional, or NTFS for Windows 98, available from http://www.sysinternals.com. |
|
|
< Day Day Up > |
|