Hi,I am getting the I/O error when trying to mount the samba share.Here is the result of smbclient commands:[root::/]~:smbclient -L //192.168.0.1/ -U%
WARNING: Ignoring invalid value 'share' for parameter 'security'
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 3.0.14a]
Sharename Type Comment
--------- ---- -------
Volume1 Dis
I have a shared directory on another machine but I can't get it to mount as a samba share.
The permission denied doesn't say where/which permission is denied. Is it on the remote on on the local machine?
We have a Windows server with an Active Directory domain and a network share.
I have a Linux machine and I want to mount the share.
sudo mount -t cifs //server/share /mnt/share -o user=[act-dir user],domain=[domain],uid=[linux user],gid=[linux group]
I's more or less OK. My Linux user get mapped to all files on the share and some of the ACL are translated.
Hello,
When I try to mount a home directory from a Samba File server (FC15), I keep getting a message from Nautilus (on my FC17 machine):
"Unable to mount location: Failed to mount Windows Share"
I can mount other Samba shares with no problems. I do have SELinux disabled. My firewall is allowing Port 139.
Dear all
for mount a directory in CentOS to windows server shared folder, i wrote "//10.10.0.242/Website /backup/share/ cifs username=root,password=ROOTPASSWORD 0 0" in /etc/fstab.
when linux restart, mount command does not work but when i use command mount -a, every things OK and i can use mount drive.
Please Help me.
Hi all,
I'm trying to connect a client running Ubuntu 13.04 to a network share hosted by a file server which has recently been upgraded from Windows Server 2003 to 2012.
I'm trying to CIFS mount a directory on a Windows server to a Ubuntu Apache server to act as a graphics server for a development test server for images. Im running into two separate errors, while using the same argument, but different usernames. I thought maybe my account was preventing me from mounting it but our Admin account is running into the same issue.
I'm trying to mount a Windows 7 in 12.10, but it doesn't seem to have cifs working. I've installed smbfs, winbind, and cifs-utils. If i run:
sudo mount -t cifs //servername/shareName /mnt/point
I get this:
mount error: cifs filesystem not supported by the system
mount error(19): No such device
Refer to the mount.cifs(8) manual page (e.g.
I'm a developer, not a server admin, so please bear with me!
I've been tasked with checking the installation of some software on a Windows Server 2008 R2 machine in the cloud, within two scenarios:
There is no domain, the software will use local users and groups for authentication
There is a domain, the software will use domain users and groups for authentication
I've done part 1, but I'm puz