LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   permanently mounting a SMB folder on fstab (https://www.linuxquestions.org/questions/linux-newbie-8/permanently-mounting-a-smb-folder-on-fstab-719452/)

ceantuco 04-15-2009 09:30 PM

permanently mounting a SMB folder on fstab
 
Hi guys,

I added on fstab //server/share /mount_point smbfs username=user,password=pass 0 0 however my system doesn't mount the drive automatically then I tried doing it on the terminal with: mount -t cifs //server/share -o username=user,password=pass /mount_point and that works.
I also tried adding the above command on fstab but it doesn't work.

any suggestions?
thanks!

custangro 04-15-2009 09:53 PM

Quote:

Originally Posted by ceantuco (Post 3510406)
Hi guys,

I added on fstab //server/share /mount_point smbfs username=user,password=pass 0 0 however my system doesn't mount the drive automatically then I tried doing it on the terminal with: mount -t cifs //server/share -o username=user,password=pass /mount_point and that works.
I also tried adding the above command on fstab but it doesn't work.

any suggestions?
thanks!

Instead of smbfs try putting cifs

ceantuco 04-20-2009 09:35 AM

thanks that did the trick!!! :=)


All times are GMT -5. The time now is 09:40 AM.