LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   Stupid question: how to mount a network drive (https://www.linuxquestions.org/questions/suse-opensuse-60/stupid-question-how-to-mount-a-network-drive-476812/)

Steven_Shelton 08-23-2006 10:14 PM

Stupid question: how to mount a network drive
 
I'm trying to do something I did before, but for the life of me I can't remember how to do it.

I'm connecting to my server on a laptop running SUSE 10.1 through SAMBA. I want to mount the network drive automatically at boot-up, but I can't remember how to do it. I know it's really simple, but I can't find the solution anywhere. Can someone gimme a hand?

slackhack 08-23-2006 10:34 PM

to mount it automatically, you need to add an entry to fstab, for example, something like:

Code:

//host/share  /mnt/directory  smbfs    credentials=/root/creds,noatime,rw  0  0
(or whatever options, etc.)

Steven_Shelton 08-24-2006 06:09 AM

A-ha!
 
Perfect! Gracias!


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