LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Help mounting win Fat32 partitions in RH 7.1 KDE (https://www.linuxquestions.org/questions/linux-newbie-8/help-mounting-win-fat32-partitions-in-rh-7-1-kde-6095/)

marktaff 08-31-2001 06:52 PM

Help mounting win Fat32 partitions in RH 7.1 KDE
 
I am trying to mount two Fat32 partitions under RH 7.1 with KDE. The first is my windows system disk (I dual-boot win2k), the second is also fat32 I keep my mp3 files on.

Neither Partitions or Block Devices in the KDE control center can see anything other than my ext2 and swap partitions.

I also can'tt mount my zip100 drive, although at least it shows up

I would appreciate any help. Thanks.

Mark

marktaff 08-31-2001 07:00 PM

Got it --feel like an idiot
 
I finally found my answer in another post:

http://www.linuxquestions.org/questi...&threadid=5963

I don know if this will fix it automatically, or if Il have to do this each time I boot. Either way, I can get to my windows files, at least for now!

DMR 08-31-2001 08:22 PM

To mount each Windows partition automatically when you boot, add a line for it in your /etc/fstab file:
Code:

/dev/hda1  /mnt/win  vfat  noauto,user  0 0
Make sure to substitute your actual drive/partition designation for the "hda1", and your specific mount point for the "/mnt/win".


All times are GMT -5. The time now is 08:09 PM.