In Ubuntu 12.04, I finally figured out how to automount my password-protected NAS drive using fstab, but it stopped working after a recent update. I can still find the drive on the network, but after I login to the drive, the device name changes from volumeName to volumeName-
I don't know what would cause the extra dash from being appended to the name, but it seems to have confused the heck out of fstab.
Any ideas?
sudo mount -a, which will attempt to mount everything in fstab. If there is an error, you will see it on the command line, and perhaps either figure out the problem, or add the information here. Also, if you don't figure it out, perhaps post the line in your fstab that you use for mounting. – Marty Fried Jul 16 '12 at 22:55