Hello,
I set up a NAS file server to share some folders on my home network.
I can access the shares without problems from smb4k.
But I would like at least one of those shares (the "public" folder) to automount at boot. So I put the line
in my /etc/fstab. But on boot, it doesn't get mounted. If I type
it gets mounted.
Why doesn't Kubuntu mount it at boot?
Thanks
Cristian
I set up a NAS file server to share some folders on my home network.
I can access the shares without problems from smb4k.
But I would like at least one of those shares (the "public" folder) to automount at boot. So I put the line
Code:
//192.168.1.1/public /home/cristian/smb4k/NAS/public/ smbfs credentials=/root/.smbcredentials,dmask=777,fmask=777 0 0
Code:
sudo mount -a
Why doesn't Kubuntu mount it at boot?
Thanks
Cristian
Comment