Comment 4 for bug 1095294

Revision history for this message
bastafidli (ubuntu-bastafidli) wrote :

What was suggested is helpful but not really a workaround, for all scenarios since it requires sudo. smbmount allowed regular user to mount SMB share. Before I had in my rc.local following

smbmount //192.168.2.100/archive /mnt/archive -o guest

which worked. It cannot be just replaced with

mount -t cifs //192.168.2.100/archive /mnt/archive -o guest
nor
sudo mount -t cifs //192.168.2.100/archive /mnt/archive -o guest

Any way to restore smbmount back?