LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Need a hand with making persistant mounts, please. (https://www.linuxquestions.org/questions/linux-newbie-8/need-a-hand-with-making-persistant-mounts-please-456277/)

Seventh 06-19-2006 01:04 PM

Need a hand with making persistant mounts, please.
 
Hi folks,

I recently picked up a snap server, and I have it mounted up to a Redhat server that I have here at work.

The command that I ran to mount it was:

mount -t smbfs -o username=xx,password=xx //server/share /mnt/snap

How can I set my server so that this share comes back upon reboot? I'm not sure if this would be a smb.conf or fstab edit, but I checked both files and neither seems obvious.

Any advice would really be appreciated. Thanks!

b0uncer 06-19-2006 02:38 PM

Try fstab, I read somewhere that's where you put it. I'm not saying you could not use smb.conf, but I myself would start trying at fstab...

Hey, don't the man pages of smb.conf (and fstab) tell you that? I'm pretty sure they do, read them :)

Code:

man smb.conf
man fstab



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