Hello!
I am seeking to mount a share on the E:\ drive of a windows server 2003
machine to a RHEL 4 WS box. I am not sure how the syntax for this
would work..
I have shared a directory off of c:\ and successfully mounted with:
mount -t cifs -o username=user //winserv/folder /share/winserv
however(after doing a umount, mind you), doing:
mount -t cifs -o username=user "//winserv/All Users" /share/winserv
gives a mount error 6: no such device or address.
How do i indicate the right drive for the share?
|