Automatically mounting windows share in Fedora 12
- by user15865
Hi,
I'm trying to automatically mount a windows share in a Fedora 12 instance (FC12).
When I manually mount things work:
mount -t cifs //nas01/servers -o username=guest,password=myPassword /mnt/nas01/servers
If I update /etc/fstab with the following:
//nas01/servers /mnt/nas01/servers cifs username=guest,password=myPassword 0 0
Nothing happens after reboot.
The thing that has me baffled is after a reboot if I run:
mount -a
The share is mounted.
Any ideas on this?
Thank you,
Martin