LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Mounting drives on bootup! (https://www.linuxquestions.org/questions/linux-newbie-8/mounting-drives-on-bootup-111896/)

gtxboyracer 11-03-2003 12:49 PM

Mounting drives on bootup!
 
Can someone please tell me how to mount my Windows drives on bootup.

i know the commands to do it, but i want it to run automatically...


'mount /dev/hda1 /mnt/c'
'mount /dev/hda5 /mnt/d'
'mount /dev/hda6 /mnt/e'


Cheers, Stephen

aaa 11-03-2003 12:54 PM

Add lines to the /etc/fstab file. Ex:
/dev/hda1 /mnt/c vfat umask=0,auto 0 0

The vfat is for FAT32, umask=0 sets permissions for Win drives since they don't support them, auto mounts on bootup.

trickykid 11-03-2003 12:55 PM

Moved: Not LFS specific.

Add them to your /etc/fstab file to mount at boot time.


All times are GMT -5. The time now is 07:32 AM.