You are not logged in.
I am trying to mount a Windows SBS2011 Share but I am repeatedly getting:
mount error(13): Permission denied
I have tried many things but all result in the same error. I definitively have permission to access the drive.
I have tried the below and many variations of the below:
#mount -t cifs //SBS2011/C\$ /mnt/network -o user=Lerp,password=<redacted>,sec=ntlm
#mount -t cifs //SBS2011/C\$ /mnt/network -o user=Lerp,password=<redacted>,ip=192.168.0.10,sec=ntlm
#mount -t cifs //192.168.0.10/C\$ /mnt/network -o user=Lerp,password=<redacted>,sec=ntlm
#mount -t cifs //192.168.0.10/C\$ /mnt/network -o user=192.168.0.10/Lerp,password=<redacted>,sec=ntlm
Here's the results of smbtree:
MM
\\SBS2011
\\SBS2011\UserShares
\\SBS2011\Users
\\SBS2011\Technical
\\SBS2011\SYSVOL Logon server share
\\SBS2011\SHARP MX-M314N PCL6 SHARP MX-M314N PCL6
\\SBS2011\SHARP MX-M314N SHARP MX-3140N PCL6
\\SBS2011\RedirectedFolders
\\SBS2011\Public
\\SBS2011\print$ Printer Drivers
\\SBS2011\NETLOGON Logon server share
\\SBS2011\IPC$ Remote IPC
\\SBS2011\GroupMetrics MailTips group metrics publishing point
\\SBS2011\F$ Default share
\\SBS2011\E$ Default share
\\SBS2011\Drivers$
\\SBS2011\Designjet 500-24 HP Designjet 500 24 by HP
\\SBS2011\Cert
\\SBS2011\C$ Default share
\\SBS2011\ADMIN$ Remote Admin
\\SBS2011\Address "Access to address objects"
\\SBS2011\actsql
\\SBS2011\Accounts
\\PURCHASING
\\ORDERPRINT
\\DESIGN3
\\DESIGN1
and for smbclient -L SBS2011
Domain=[MM] OS=[Windows Small Business Server 2011 Standard 7600] Server=[Windows Small Business Server 2011 Standard 6.1]
Sharename Type Comment
--------- ---- -------
Accounts Disk
actsql Disk
Address Disk "Access to address objects"
ADMIN$ Disk Remote Admin
C$ Disk Default share
Cert Disk
Designjet 500-24 Printer HP Designjet 500 24 by HP
Drivers$ Disk
E$ Disk Default share
ExchangeOAB Disk OAB Distribution share
F$ Disk Default share
GroupMetrics Disk MailTips group metrics publishing point
IPC$ IPC Remote IPC
IRS Disk
Line100 Disk
NETLOGON Disk Logon server share
print$ Disk Printer Drivers
Public Disk
RedirectedFolders Disk
SHARP MX-M314N Printer SHARP MX-3140N PCL6
SHARP MX-M314N PCL6 Printer SHARP MX-M314N PCL6
SYSVOL Disk Logon server share
Technical Disk
Users Disk
UserShares Disk
Domain=[MM] OS=[Windows Small Business Server 2011 Standard 7600] Server=[Windows Small Business Server 2011 Standard 6.1]
Server Comment
--------- -------
Workgroup Master
--------- -------
Offline
Hi Lepr do you have rights to mount in /mnt ?
The following works great for me in my /etc/fstab .
//192.168.1.2/Data /home/xaris/data cifs username=xaris, password=MyPass, iocharset=utf8, dir_mode=0777, file_mode=0777 0 0
Simplicity is prerequisite for reliability.
Offline
I get the same error when trying to mount to /home/lerp/network
Offline