Questions tagged [automount]
126 questions
41
votes
1 answer
I am going to chop the FreeBSD automounter into little pieces and boil them in oil
I am trying to expose a hierarchy of home directories to a number of FreeBSD jails. The home directories are configured such that each is a unique ZFS dataset. The jails are used for development work and hence are created and destroyed on a…
larsks
- 41,276
- 13
- 117
- 170
15
votes
4 answers
Mount CIFS share with autofs
I have a system running RHEL 5.5, and I am trying to mount a Windows share on a server using autofs. (Due to the network not being ready upon startup, I do not want to utilize fstab.) I am able to mount the shares manually, but autofs is just not…
Phanto
- 851
- 5
- 16
- 24
9
votes
2 answers
How to get USB Devices to AutoMount in Ubuntu 12.04 Server
In Ubuntu 12.04 Desktop, USB devices can be plugged in, and they just work for the most part.
In Ubuntu 12.04 Server, when I plug in a USB device it does nothing.
How can I setup server do act like desktop when it comes to adding USB devices such as…
LonnieBest
- 1,450
- 4
- 21
- 36
7
votes
2 answers
Automount smb drive on OSX
I have been trying to achieve smb drive automounting on OS Sierra but I am unable to do it properly.
I hacked /etc/fstab which seems to work on this OS to the point that I am unable to force it to change ownership or chmod so other users than root…
Martin Macak
- 171
- 1
- 1
- 3
7
votes
5 answers
zfs - two pools with nested mountpoints and conflicting mount order
I have a problem with automounting separate pools, that have nested mountpoints. I am using ZfsOnLinux 0.6.2.
The siuation currently is as follows:
zpool1 ---> /var
zpool1/log ---> /var/log
zpool1/mail ---> /var/mail
Now I need to add a…
Paweł Rumian
- 173
- 1
- 6
7
votes
1 answer
How to prevent autofs from mounting over specific directories?
I have a workstation, on which I have a local user account with a local home directory.
I'm also a part of an organization, in which I have a NIS user/home directory.
I would like to setup autofs in order to access some shared NFS directories.
The…
Nir
- 173
- 1
- 3
6
votes
5 answers
Auto mounting samba windows share in Fedora Core 15
I have a server that runs centos 6.2 with a samba share.
What i am trying to achieve is to have the samba share automatically mounted on my PC running Fedora 15.
In /etc/fstab I have
//192.168.1.104/ant /media/ant cifs …
Elitmiar
- 775
- 3
- 15
- 31
6
votes
1 answer
using chained automount to mount home directory
I have set up two directories mounted with automount (via LDAP):
in the /home directory automount is configured to mount
* -fstype=bind :/network/srv/home/&
in the /network directory one entry
srv …
Andreas Roth
- 307
- 2
- 9
6
votes
1 answer
Mount to NFS export of autofs mount shows empty contents
I use autofs to mount some iso files in folder /mnt/iso:
Fedora-13-x86_64-DVD.iso
Fedora-14-x86_64-DVD.iso
Fedora-15-x86_64-DVD.iso
The autofs is working fine and I can see the contents of iso files:
# ls /mnt/iso/fedora.13/
# ls…
Chau Chee Yang
- 327
- 1
- 2
- 11
5
votes
2 answers
Keeping user's filesystem persistent across AWS EC2 spot instances
I noticed that, after a new Amazon AWS EC2 spot instance is auto-launched (I have that option turned on), the state of filesystem is not current (represent the last state before previous spot instance is auto-shutdown due to current price going over…
Aleksandr Blekh
- 308
- 1
- 3
- 12
5
votes
1 answer
automount with curlftpfs
i would like to automount my backuftp with curlftpfs, i added
curlftpfs# /backup/backupftp fuse allow_other,uid=0,gid=0,umask=0022 0 0
in /etc/fstab
and put the login details in /root/.netrc
mount -a
works but when i reboot the…
supernova
- 233
- 4
- 10
5
votes
1 answer
OSX 10.6 integration into NIS/netgroup/automount infrastructure
I have an existing infrastructure where accounts are maintained under NIS (yp) with no local unix accounts. Also, all the standard maps including hosts, mail aliases, netgroups, etc...are maintained in this form. Extensive use of the UNIX/Linux…
mdpc
- 11,698
- 28
- 51
- 65
4
votes
0 answers
Automount mac home directories using NFS4
I'm trying to set up automounting of user home directories using NFSv4 on Mac clients.
Everything appears to work as expected except for logins via the Mac GUI. These hang with a spinning cursor.
Details
The systems are Mac OS 10.13.3 clients with a…
Dave Robertson
- 141
- 2
4
votes
1 answer
automount works but autofs wont mount
I know this subject has been discussed so many times that I'm almost ashamed I haven't found the solution to my issue yet. Clearly there is something I quite don't understand and would really appreciate any input or pointer.
Backgroud
Linux…
JayC
- 73
- 1
- 5
4
votes
2 answers
How can Linux mount an NFS directory, and the filesystems mounted inside it?
I have an NFS server with a directory which contains a dozen other local filesystems. I'd like to mount the top-level directory on the server, and have the Linux client automatically mount the right filesystems inside that directory, so that the…
Chris Quenelle
- 183
- 2
- 7