When I execute a mount -t smbfs //server/share /mnt/share -o username=xxxx,password=xxxxx, the mount appears to complete, but I get a permission denied on the folder. Also an ls -l against the parent directory shows:
drwxr-xr-x 2 root root 4096 May 19 17:55 home
drwxr-xr-x 2 root root 4096 May 19 17:55 install
?--------- ? ? ? ? ? share
when I attempt a umount, i get this:
umount: /mnt/share: device is busy
umount: /mnt/share: device is busy
Any help would be greatly appreciated.
MH