LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   adding network drives the the fstab (https://www.linuxquestions.org/questions/linux-general-1/adding-network-drives-the-the-fstab-158688/)

citrus 03-16-2004 07:47 PM

adding network drives the the fstab
 
ok what do i add the ftab in the etc so that i can make my network drives mount no start up also since i am using of a winxp box do i need a command that tells it that there isn't a password? cuz its just username=guest password=(none)

thanks

icwiener 03-17-2004 10:54 AM

add a line in /etc/fstab like this:
Code:

//ServerNameOrIP/share  /mnt/share  smbfs ro,username=Guest,password=    0      0
ro stands for read-only...
If your mountfs script doesn't mount network files systems like smbfs at boot time change the script.
For manual mount just type 'mount /mnt/share'.


All times are GMT -5. The time now is 02:04 AM.