LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   accessing windows files from linux... (https://www.linuxquestions.org/questions/linux-newbie-8/accessing-windows-files-from-linux-336653/)

kb_ganesh 06-24-2005 12:33 AM

accessing windows files from linux...
 
hi,
i would like to access my windows files from my windows drives..so far i have been using the mount command to accomplish this..(mount /dev/hda<no> /mnt/<folder>)...i would like to know if its possible to make linux automatically mount these drives on bootup instead of me doing it manually every single time..my guess is that i have to edit the /etc/fstab file in order to accomplish this..am i right? and what exactly must i add to the file to accomplish the above thing?

thanks for any help,
cheers,
ganesh

JoeUser11 06-24-2005 12:44 AM

Yea, add this line to '/etc/fstab' :
Code:

/dev/hda4            /mnt/windows      vfat      umask=000        0 0
Edit: Of course change '/dev/hda4' to wherever windows actually is and '/mnt/windows' to wherever you want it to mount.

And if don't want to restart your computer before it will mount, just type 'mount /mnt/windows'

kb_ganesh 06-24-2005 04:27 AM

thanks :)
 
thanks joe..


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