My sw
ntfs shared directory is an installation directory on a windows 2008 server.
I'm using Ubuntu 12.04
I did the mkdir /media/sw
and smbclient -L
successfully... then while in root I tried
mount -t cifs -o user=username,ro //132.72.116.14/sw /media/sw
and got:
mount error(13): Permission denied
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)