LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   mounting windows FAT32 Drive (https://www.linuxquestions.org/questions/linux-software-2/mounting-windows-fat32-drive-104370/)

christong 10-15-2003 03:41 PM

mounting windows FAT32 Drive
 
It's been a long time coming for me but I'm sorry to admit that I'm in the IT industry (although only been her a little while) and have only just come around to linux.

Anyhows........ my question is how and where do I edit a script to mount my windows drive automatically every time I start up my mandrake? Windows is on my first HDD on mandrake is on a Linux EXt partion on my second HDD.

Thanks and it's nice to be one of the good guys finally

Chris

jrmann1999 10-15-2003 03:45 PM

/etc/fstab is what you want

Drive Mount point Filesystem type options dump/pass
/dev/hda1 / reiserfs noatime,notail 0 0

Skyline 10-15-2003 05:38 PM

su to root user in a command line

create a mount point with

mkdir /mnt/windows

then

kedit /etc/fstab

Add this line to the bottom of fstab - make sure you substitute in the device name of the partition that Windows is on ( and mount point name if your using a different mount point) .

/dev/hda1 /mnt/windows vfat umask=000,defaults 0 0


All times are GMT -5. The time now is 05:38 AM.