0
votes
0answers
16 views

stop pam_mount from issueing forceuid and forcegid (samba)

I got a problem mounting a samba share with /etc/security/pam_mount.conf.xml. Client OS: Ubuntu 12.10 x64 When I manually mount it access right information (user/group/other) are displayed correctly ...
2
votes
1answer
89 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
1answer
49 views

Can multiple Linux machines concurrently use a Windows shared folder?

Is it a good idea to mount a Windows-based folder share on multiple Linux (Ubuntu) machines? Would there be a performance drop?
0
votes
0answers
73 views

Trying to mount Mac shared folder over wireless home network

I am fairly new to linux and find myself in pickle. My desktop machine in running Ubuntu 12.04, and my laptop is running OSX leopard (10.5). Is there a way I can connect to my Mac's shared folder via ...
0
votes
0answers
175 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 ...
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 ...
2
votes
2answers
6k views

Mount my own samba share?

I would like to access my local data, which is exported as a samba share, as if I am a samba client. Basically, how do I correctly mount my own samba share? The following mount (device) parameters: ...
1
vote
0answers
787 views

How to retain secondary hard drive mounts at reboot and keep shares?

I'm running Ubuntu 12.04. A second hard drive connected to this computer does not mount when the computer boots. Additionally, I have set up the drive to be shared but the share is not retained, the ...
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 ...
1
vote
1answer
152 views

Can I set a time-out for auto-mounted shares that are unavailable?

I am using autofs to mount an NFS remote share at boot so it's mounted when I'm logged in. If the remote share is down, I can't login to Ubuntu, it hangs after entering my password. Any way to set a ...
0
votes
1answer
157 views

how to share my whole tree (host: Windows 7) with my virtual machine (guest: Kubuntu 11.10)?

I am running VMWare workstation. I would like to share my whole tree with my Guest OS. Currently I am sharing a directory using the line below .host:/ /home/username/Documents vmhgfs ...
9
votes
1answer
9k views

Correct way of mounting a Windows share

I mounted a Windows share to my Ubuntu 11.10 system via adding the following line to the /etc/fstab: //serveraddr/sharedfolder /mnt/foldername/ smbfs credentials=/home/myname/.smbpasswd 0 0 using ...
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 ...
3
votes
2answers
6k views

Unable to mount XP share: Error NT_STATUS_UNSUCCESSFUL

I'm failing with mounting XP share, receiving message: ... mount error(110): Connection timed out Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) When I try to list ...
1
vote
2answers
1k views

Problem mount error 13 trying to mount NAS share

I am trying to mount a NAS share to my Ubuntu 11.04. This is my first ever Linux machine, so everything is totaly new for me. I can access the shares from my windows at: \192.168.0.9\Packages ...
2
votes
3answers
2k views

How to mount a samba share permanently?

How to mount a samba share permanently in ubuntu 10.10? Also i dont want to display the share icon in my desktop. How to acheive this task?
3
votes
1answer
3k views

Sharing samba-folder with root access

I have a staging server in my network running Ubuntu server 10.10, being my main development area. As I need to access the files in the Apache root from other computers in the network, I have setup ...
2
votes
1answer
2k views

Remove unwanted Mount option from Places Menu [duplicate]

Possible Duplicate: How do I hide CIFS volumes in the Places menu? On Ubuntu 10.10, I added a CIFS network share into /etc/fstab using /media/pub as my mount point. The share becomes ...