0
votes
0answers
37 views

automount ghost folder

I set up automount to muont a folder from a NAS, I called it /mnt/cifs_shares/my_fs [root@localhost Me]# ls -la /mnt/cifs_shares/ ls: impossibile accedere a /mnt/cifs_shares/my_fs: No such file or ...
0
votes
1answer
187 views

automount a windows share

I have this line and it works mount -t cifs -o myuser //192.168.0.12/Public/Docs /mnt/cifs_shares/Docs But then I try with autofs and it doesn't In /etc/auto.master: /mnt/cifs_shares/Docs ...
1
vote
2answers
3k views

How to mount Windows share on boot using mount.cifs and autofs/automount?

I'm having some trouble mounting a network share using autofs. I have added the following line to /etc/auto.master: /mnt/mountpoint /etc/auto.servername I then created the file ...
5
votes
4answers
4k views

Mount CIFS share with autofs

I have a system running RHEL 5.5, and I am trying to mount a Windows share on a server using autofs. (Due to the network not being ready upon startup, I do not want to utilize fstab.) I am able to ...
0
votes
1answer
817 views

CIFS volume not mounting automatically

My CIFS volume is not mounting automatically while boot (like other partitions). This is relevant part of my /etc/fstab: //leonidas/files /media/photos cifs ...