doktor-kill-patient
April 22nd, 2014, 12:32 PM
Hi All
I am trying to map/mount a shared folder from my Windows Server 2008 R2 machine to a Ubuntu 12.04 LTS server. The server is part of the domain, and my user account (i.e. mydomain\breakaway) has full access to this share, using this guide: https://wiki.ubuntu.com/MountWindowsSharesPermanently
Here is my fstab entry:
//mydomain.local/Share1/Folder /smb cifs credentials=/breakaway/.smbcredentials,iocharset=utf8,sec=ntlm 0 0
Contents of .smbcredentials:
username=mydomain/breakaway
password=mypassw0rd
When I run mount -a to mount the share, I get this:
# mount -a
mount error(95): Operation not supported
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
Dmesg shows this:
[743504.370318] CIFS VFS: Server requires packet signing to be enabled in /proc/fs/cifs/SecurityFlags.
[743504.370533] CIFS VFS: cifs_mount failed w/return code = -95
Not having much luck with this -- any ideas on what it could be?
I am trying to map/mount a shared folder from my Windows Server 2008 R2 machine to a Ubuntu 12.04 LTS server. The server is part of the domain, and my user account (i.e. mydomain\breakaway) has full access to this share, using this guide: https://wiki.ubuntu.com/MountWindowsSharesPermanently
Here is my fstab entry:
//mydomain.local/Share1/Folder /smb cifs credentials=/breakaway/.smbcredentials,iocharset=utf8,sec=ntlm 0 0
Contents of .smbcredentials:
username=mydomain/breakaway
password=mypassw0rd
When I run mount -a to mount the share, I get this:
# mount -a
mount error(95): Operation not supported
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
Dmesg shows this:
[743504.370318] CIFS VFS: Server requires packet signing to be enabled in /proc/fs/cifs/SecurityFlags.
[743504.370533] CIFS VFS: cifs_mount failed w/return code = -95
Not having much luck with this -- any ideas on what it could be?