did tried it by installing cifs-utils package. First of all, it seems
that there was a change in cifs client and now the following command
line is required to mount

sudo mount -t cifs //192.168.2.100/archive /mnt/archive -o
guest,sec=ntlmv2

This mounts just fine, but of course cannotbe in /etc/rc.local in 13.10

This is what I get when running from command line your suggested command

mount.cifs //192.168.2.100/archive /mnt/archive -o guest,sec=ntlmv2
mount.cifs: permission denied: no match for /mnt/archive found in /etc/fstab

It works only if run with sudo

sudo mount.cifs //192.168.2.100/archive /mnt/archive -o guest,sec=ntlmv2

which is equivalent to what I have done originally. So as far as I can
tell, the functionality that smbmount was provided is still unavailable
in 13.10 with no workaround.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1095294

Title:
  Package smbfs and smbmount missing since cifs-utils-5.5

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cifs-utils/+bug/1095294/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to