LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Mounting FAT32 partition (https://www.linuxquestions.org/questions/linux-software-2/mounting-fat32-partition-172994/)

mrstirs 04-21-2004 03:44 PM

Mounting FAT32 partition
 
Hey,

I've created a new FAT32 partition alongside my Windows NTFS partion and my linux partitions - but when I boot into Mandrake, only the NTFS partition shows up in the /mnt folder. Why isn't it mounting the FAT32 partition automatically, and how do I make it do it!?

A quick answer would be very greatly appreciated :)

njbrain 04-21-2004 04:13 PM

You need to edit your /etc/fstab file and create a directory where it can be mounted. So, if you want to mount your partition at /mnt/fat, you would type in a console "mkdir /mnt/fat". For you fstab, it will be something like this.
/dev/hda4 /mnt/fat vfat noauto,user,rw 0 1
Noah

Muzzy 04-21-2004 04:29 PM

You wanted the partition to be mounted automatically, so remove 'noauto' from that line.

mrstirs 04-21-2004 04:32 PM

Hey,

Did it through Disk Drake, is working perfectly! Thanks for the quick replies all the same :)

njbrain 04-21-2004 05:05 PM

Quote:

Originally posted by Muzzy
You wanted the partition to be mounted automatically, so remove 'noauto' from that line.
Sorry for the mistake.
Noah


All times are GMT -5. The time now is 12:29 PM.