Tagged Questions
2
votes
1answer
65 views
Permissions of mounted cifs share (Shared from FreeNAS)
I have a FreeNAS installation running under VirtualBox. When I try to mount one of my FreeNAS shares in Ubuntu 12.10, permissions on the share prevent me from entering the directory, listing or ...
0
votes
0answers
172 views
When I use samba to share a cifs mounted drive all the subdirectories are missing the directory “bits”
I have a NAS drive mounted on a server (fstab):
//192.168.0.181/Videos /mnt/NAS_01 cifs iocharset=utf8,uid=65534,gid=65534,guest,rw,file_mode=0777,dir_mode=0777 0 0
If I go into the directory and ...
1
vote
5answers
2k views
CIFS shares do not mount after upgrade to 12.10 from 12.04
I have seen issues close to my problem but no one seems to have a definitive answer as to what is going on and why the failure occurs. I have a number of NAS devices on my home network and on a ...
3
votes
9answers
16k views
12.10 cifs shares not mounting after modifying /etc/fstab
From Ubuntu 11.04 to 12.04 i've been able to mount my nas shares by first making directories in the /media folder, then :
sudo gedit /etc/fstab
to include the following line for each share I want ...
1
vote
1answer
8k views
Mounting windows share with non-root users? [closed]
I'm having some trouble mounting shares on 11.10. I've installed pyNeighborhood through which I can mount windows shares as root. I want to be able to mount them as non-root so that I can write to the ...
2
votes
2answers
5k views
Can't Mount Windows 7 Share on Ubuntu 11.10
Installed Ubuntu 11.10 64bit today and got to a problem.
Can't connect to Windows 7 shared folders.
I have tried every single method I could find on google. Mount with "mount cifs", "smbmount", ...
2
votes
2answers
3k views
Auto-mounting network shares per user
I have a server that has a number of CIFS shares that need to be accessed on a per-user basis. For example, I have a Music share which I have full access to, but my wife has read-only access.
When ...