COnverting NTFS filesystem to vfat in Windows or RHL 9 ?

aneeshm

Deity
Joined
Aug 26, 2001
Messages
6,666
Location
Mountain View, California, USA
Earlier , MY PC hax XP installed with RHL 9 . Now , XP has been removed and a fresh install of 98 has been made . RHL 9 was then re-installed . Now , however , one of the partitions of the HDD (40 GB , in 4 peices of 10 GB each) is an NTFS partition , and cannot be accessed by windows . That 10 GB is completely useless . Is there any way to format that partition through win 98 / RHL 9 and convert it to vfat so that win 98 can use it ?
 
well, if you don't mind losing everything that's on that partition you can delete the partition the create a new one which you then format to fat or ext or whatever.

fdisk should do the job, IIRC
 
A program like partition magic can do the job, but there's no utility in windows that lets you convert from NTFS to FAT32. You can only do the opposite (according to Microsoft, but again, partition magic, and maybe others, can do it).

Since your only interest is data, one thing you could do is use RedHat to transfer your files. I'm not sure if RH has NTFS support, but I'm sure it's possible to install it. From there, you copy everything you want to keep in your NTFS partition to a temporary directory, then you create your FAT partition, and finally move back the files there (since Linux has full read/write support to FAT).

That's all.

Edit : I realised that you can't actually access the partition. I'm not sure in Linux, but one thing you could do is boot from the XP cd. From there you can access a simple comand line, and I'm quite sure you could format the partition from there, and maybe create a FAT too, but I'm not sure on the last part.
 
Back
Top Bottom