Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Creating a DOS partition in Linux
Name: Latha Date: October 17, 2001 at 03:08:13 Pacific
Comment:
Hi, Is it possible to create a DOS partition in my HDD from linux?. If so, how will I do it?
Name: wait3r Date: October 17, 2001 at 05:23:29 Pacific
Reply:
sure you can create one.
use fdisk /dev/hda (or whatever your drive is)
create the new partition if needed, then type 't', and select 6 for fat16, b for win95 fat32 etc. (L for list). then 'w' to commit changes. mkfs should be able to format it for you, man 8 mkfs, mkfs -t vfat or something.
Summary: Ok, I have created a FAT32 Partition to use (G:) and have changed the current G: drive to L: drive In windows xp this all works fine, however linux did not detect this update, it still shows only...
Summary: If you didn't make a sepertate partition for /usr, it will be as a folder in you / partition. Everything begins with /, if a seperate partition created is made for it, then it is mounted under a f...