I installed an XP SP2 on my new system.I had made all partitions.Now on formatting I get only ntfs as option,I want majority to be fat32 so that i can easily access it from linux.Wasn't there an option to make fat32 drives from xp?DO i have to install 3rd party softwares?if so which one?
Advertisements. Register and be a member of the community to get rid of them.
Use convert d: fs:ntfs if you want to convert your d drive to FAT32 or change it to any other drive c,e,f according to the drive you want to change to fat without formatting
Linux can access and write on NTFS partitions. There's no need to convert them back to FAT32 and use that low featured FS.
But still, here's the answer: You can format a drive back to FAT32 but not Convert back to it. In the format dialog box, you can choose from a variety of FS through the drop-down menus. I guess you didn't look there properly cause even Vista has FAT32 in its options!
And as for 3rd party software, try PartitionMagic or maybe Acronis's Partition Expert and such. There's even Ranish if you want something free and a bit dangerously powerful.
Ansvin's solution "convert d: fs:ntfs" will make your drive NTFS, obviously! NOT FAT!
Last edited by QwertyManiac; 23-09-2007 at 08:33 AM.
Reason: Automerged Doublepost
currently I havent installed any...i had used debian,ubuntu,fc7,opensuse,pclinuxOS,slackware,gen too etc...but couldnt get ntfs write except in ubuntu that too not in my system...anyway please tell me how to do in deb based distro...
__________________
Viva Green Computing!!
http://www.vivtech.blogspot.com/
Run: sudo apt-get install ntfs-config
Then go to Applications > System Tools > NTFS Configuration Tool and check both the boxes.
For others, the basic way:
Code:
Run: sudo apt-get install ntfs-3g
Next run: sudo gedit /etc/fstab and replace all ntfs found in it with ntfs-3g, save and restart.
(You can replace gedit with kate if you're using KDE)