I recently upgraded to Jaunty and now I am having problems mounting a network drive; worked fine on Hardy.
Here's my /etc/fstab:
//10.12.12.15/PUBLIC /media/wdhd1 cifs credentials=/root/.smbcredentials,iocharset=utf8,file_mode=0777,dir_ mode=0777,noperm 0 0
It would auto-mount the drive with no problem
Here's the mount command I used on Hardy if I had to do anything manual:
sudo mount -t cifs //10.12.12.15/PUBLIC ~/Public -o username=jseidel,uid=jseidel,file_mode=0777,dir_mo de=0777'
The first time I booted after the upgrade, the drive failed to auto-mount, so I ran the mount command above. It failed, complaining that there was no ~/Public directory. This was strange, as I'd never had the problem under Hardy. So I created ~/Public and the drive mounted just fine.
However, the drive still will not auto-mount and I have to run the command manually. Furthermore, all this used to mount the drive as /media/wdhd1, but now it gets mounted as ~/Public instead. (I've since changed this, although I don't know what changed in Jaunty to make this work differently).
My main question is: what am I doing wrong on the /etc/fstab entry that keeps the drive from auto-mounting in the first place?
Thanks much...jon
Here's my /etc/fstab:
//10.12.12.15/PUBLIC /media/wdhd1 cifs credentials=/root/.smbcredentials,iocharset=utf8,file_mode=0777,dir_ mode=0777,noperm 0 0
It would auto-mount the drive with no problem
Here's the mount command I used on Hardy if I had to do anything manual:
sudo mount -t cifs //10.12.12.15/PUBLIC ~/Public -o username=jseidel,uid=jseidel,file_mode=0777,dir_mo de=0777'
The first time I booted after the upgrade, the drive failed to auto-mount, so I ran the mount command above. It failed, complaining that there was no ~/Public directory. This was strange, as I'd never had the problem under Hardy. So I created ~/Public and the drive mounted just fine.
However, the drive still will not auto-mount and I have to run the command manually. Furthermore, all this used to mount the drive as /media/wdhd1, but now it gets mounted as ~/Public instead. (I've since changed this, although I don't know what changed in Jaunty to make this work differently).
My main question is: what am I doing wrong on the /etc/fstab entry that keeps the drive from auto-mounting in the first place?
Thanks much...jon
Comment