smbmount
Wayne Call <[email protected]> Thu, 8 May 2003 15:52:19 -0600
| Newsgroups | gmane.linux.redhat.release.seawolf |
|---|---|
| Message-ID | <7E138F4BFDEBD511AFBE00508BE74E5C2A43F1@XCHANGE> |
I'm trying to mount a windows NT drive onto a linux machine using the following command: smbmount //windows/share /mnt/mountpoint -o username=$username,password=$password and I get the following error: session setup failed: ERRDOS - ERRnoaccess (Access denied.) SMB connection failed How can I get access to the windows share directory? Wayne