Tagged Questions
0
votes
1answer
30 views
How can I add a linux folder to a Windows DFS tree?
Accessing a Windows DFS share from Ubuntu or any other Linux for that matter, is pretty straight forward. However doing it in reverse seems to be not documented.
I have DFS Namespace running on ...
0
votes
1answer
27 views
Samba Displaying Folders as Files
I have a Windows share (shared from a Windows Server 2003 box) that is mounted on our Ubuntu server using cifs. That mount is then shared out through Samba. The issue is that all of the folders in the ...
1
vote
0answers
54 views
Permit any user to mount any CIFS share
Essentially, I want the Ubuntu pre-10.10 behaviour back. The setuid method (see notes) does not work anymore. I search a lot on the Internet, but I haven't found a satisfying solution.
I have read a ...
0
votes
1answer
755 views
Mounting NAS drive with cifs using credentials file through fstab does not work
I can mount the drive in the following way, no problem there:
mount -t cifs //nas/home /mnt/nas -o username=username,password=pass\!word,uid=1000,gid=100,rw,suid
However if I try to mount it via ...
4
votes
3answers
1k views
It is possible to put FreeNAS as Auth Server (SMB or LDAP), File server and Ubuntu as “Client” (Kerberos auth-pam)?
I want to configure my FreeNAS server as authentication server (user FreeNAS local user's to auth into ubuntu clients) and NAS server, of course. I have Ubuntu as clients and they are booting over ...
2
votes
1answer
179 views
Reconnect Attempts for CIFS share
I have a CIFS share mounted in the FSTAB on Ubuntu server, which connects to our NAS and works without issue. Last night we had an issue with the SAN for about 12 hours. We corrected the problem and ...
1
vote
1answer
358 views
Mount a samba share as regular user using cifs
Server: Ubuntu SAMBA 3
Client: Ubuntu 12.04
I can access the shares using Nautilus but I can't mount the same share using shell.
I issue the following command:
sudo mount -t cifs ...
1
vote
1answer
191 views
CIFS Mount Error 12.04
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 ...
0
votes
1answer
516 views
“mount error(13): Permission denied” only in LXC container for CIFS/Samba share
I have a samba share that mounts just fine under the Ubuntu 12.04 host:
root:~# mount -t cifs -o credentials=/var/lib/lxc/vpn/rootfs/etc/samba/desktop.credentials //desktop/Media /media/Media
But ...
1
vote
1answer
784 views
GVFS Locations Not Available In ~/.gvfs
So, I can mount GVFS locations correctly (specifically CIFS) either from the Gnome "Places" menu, or via the command line gvfs-mount, but the filesystem is not mounted in the expected location; ...
0
votes
1answer
185 views
file copy error from system to cifs mount
When coping a file greater than 64kB from an Ubuntu server to a CIFS mounted windows share, most of the data is copied, but it seems the last chunk doesn't get copied. The size doesn't match, and the ...
0
votes
1answer
214 views
rsync files created or modified from windows share on cifs mount
I want to rsync the files to my local linux box, but I only want files that have been created or modified within the past 30 days.
I'm mounting a windows share from linux using this command:
mount ...
0
votes
2answers
3k views
Issue with mount.cifs in Ubuntu [while accessing Windows samba share using a localServerUser]
I am having a hard time figuring out an issue while trying to mount a windows share in Ubuntu 10.04.
Issue:
The problem is I am not able to mount a windows share using a serverLocalUser present in ...
1
vote
1answer
325 views
OpenIndiana cifs server, files created have no permissions
I have an OpenIndiana server running napp-it. I have an Ubuntu machine that mounts a CIFS share using this line in fstab:
//Storage/Media /storage/media cifs ...
2
votes
1answer
555 views
Cannot unmount CIFS mount?
I am using Ubuntu 10.04.3 LTS. I have a NAS using CIFS protocol. I have mounted a share. I am not using fstab at all. Running mount yields the following:
//10.0.1.38/FOO on ...
2
votes
1answer
155 views
How I can prevent multiple mountings?
I have a Ubuntu Server, a NAS, and I am using CIFS protocol to mount. I ran into a situation where I had repeats of the same mount. The below is the output of me running the mount:
//10.0.1.38/FOO ...
0
votes
2answers
1k views
How can I automatically remount CIFS shares when remote servers restart?
I need to mount shared volumes from various remote servers on my local server which is running Ubuntu Server 10.10. I typically use commands like this to mount the shares:
sudo mount -t cifs ...
1
vote
1answer
438 views
How to set a password via environment variables for a cifs mount in Ubuntu?
I've been trying to set the PASSWD environment variable like it says you can in the mount.cifs manual, but it still prompts me for a password and ignores the environment variable I set before it.
...
3
votes
3answers
8k views
Mount NTFS (read/write capability) on Ubuntu
I'm trying to mount Windows 2000 shared folder on Ubuntu in an effort to get Read/Write capabilities. Any advice?
I've verified that the user credentials have writable permissions from a windows ...
13
votes
1answer
13k views
How to authenticate Linux accounts against an Active Directory and mount a Windows share on login?
I'm using Ubuntu 10.04 Server.
3
votes
5answers
4k views
Multiple logins with pam_mount means multiple (redundant) mounts
I've configured pam_mount.so to automagically mount a cifs share when users login; the problem is if a user logs into multiple times simultaneously, the mount command is repeated multiple times.
...
4
votes
4answers
853 views
Apache has a 2GB file limit on a CIFS network drive?
Setup:
A Windows and a Ubuntu Server are hosted in VMware ESXi
I have a a 6GB file on a Windows share
The Windows share is mount on Ubuntu with smbmount
A symlink pointing to the 6GB file is created ...
2
votes
1answer
3k views
CIFS mounted drive setting “stick-bit” on all files, cannot change permissions or modify files
I have a folder mounted on an Ubuntu 8.10 sever through cifs that I simply cannot change the permissions on once mounted.
Here is a breakdown of what's going on:
All files within the mounted ...
1
vote
4answers
892 views
Backing up Linux server to Windows server?
I need to back up a (virtual) Ubuntu server. The backup media (an external USB disk) is mounted on the Windows (Hyper-V Server) host. The Windows servers on the same host can simply back up using ...
0
votes
1answer
817 views
CIFS volume not mounting automatically
My CIFS volume is not mounting automatically while boot (like other partitions). This is relevant part of my /etc/fstab:
//leonidas/files /media/photos cifs ...
2
votes
3answers
4k views
How to setup samba share to be mounted as specific user?
I want to create samba share to which users can connect as specific samba user.
I created user, let's say henry, and I want to make storage in his home.
So I have in my /etc/samba/smb.conf:
...