Questions tagged [autofs]

125 questions
0
votes
1 answer

AutoFS/Automount doesnt mount ext4 imagefile on sshfs mount

I'm trying to automount an ext4 sparse imagefile on an sshfs mount but it doenst work like its supposed to be :/ I also mount the sshfs mount via autofs and this works like a charm but when I try to add the automount for the imagefile nothing…
localhorst
  • 11
  • 2
0
votes
1 answer

CentOS 7 autofs wildcard mount not working

I've got a couple of CentOS 7 client machines authenticating against OpenLDAP right now. The next step is to get autofs working. Which I have, but my map loads all users at once. I'd like to avoid this. Assume I have two users user1 user2 They…
user316114
  • 111
  • 2
0
votes
0 answers

How to mount a Mac OS X 10.10 shared volume with Ubuntu Server 14.04

I'm attempting to mount a Mac OS X 10.10 shared volume via Ubuntu Server 14.04.1. I've set this up successfully between two Macs but I'm having a problem Ubuntu to Mac. I've setup the shared volume "myStorage" via the Mac's Sharing System Preference…
daustin777
  • 123
  • 1
  • 5
0
votes
1 answer

Wrong ldap user and group IDs on nfs

we have users authentication driven by ldap and home directories shared on nfs server mounted by autofs. We recently installed Ubuntu 15.04 on three new machines and added them to our infrastructure as we always did. One machine was configured by…
Alexander
  • 163
  • 1
  • 6
0
votes
1 answer

Oracle Database with autofs

We run our oracle databases (11 & 12) on NFS on Redhat 6. We do not use ASM. Is it acceptable to use autofs for all of the various oracle files? Thanks, Al
Al F
  • 133
  • 3
0
votes
2 answers

Auto mount usb keys on a static point?

I want to create a script to backup data for casuals. They have to insert a usb key and just have to click on a script to backup data on it. Unfortunately, in Centos 6.6 auto mount change the mount point everytime, depending of the name of the usb…
Lucas tillier
  • 41
  • 1
  • 4
0
votes
1 answer

RHEL6 autofs maps with subdirectories and LDAP

All the documentation I see shows, even for file based, mounts that will show up on the client computer like /test/mymount and you can have as many /test/mymount2 /test/mymountN as you want. What I can't find documentation on…
jmp242
  • 688
  • 3
  • 15
0
votes
1 answer

/etc/auto.master vs /usr/lib/systemd/system/*.automount in centos7

What's the difference/dependency between autofs and systemd automount and declarations in /etc/auto.master versus /usr/lib/systemd/system/*.automount in CentOS 7 ? Do they do exactly the same? If not what are the differences? Do they depend on…
bastiat
  • 197
  • 1
  • 8
0
votes
1 answer

NFS permissions on a directory

I feel stupid not knowing this, but alas, I need to ask. I have a few directories being automounted via NFS on my CentOS boxes. Source is a Dell NAS or Openfiler (which we are working on migrating from). The default owner.group is root.root with 755…
Cesar
  • 173
  • 6
0
votes
1 answer

Replacing a static mount with AutoFS

My /etc/fstab looks something like this: files:/var/files/emails /var/www/emails nfs rw 0 0 files:/var/files/images /var/www/images nfs rw 0 0 My /etc/auto.master looks like this: /net /etc/auto.net I am kinda lost after this. What do I need to…
Jason Christa
  • 622
  • 4
  • 11
  • 21
0
votes
1 answer

Autofs + NFS + LDAP sudo problems

I have a setup very similar to Dan Bishop's Ubuntu 12.04 Ultimate Server Guide. I actually created a series of ansible scripts to automate this process on my github. So I have ldap+kerberos set up on a machine that client boxes are connecting to.…
jgrowl
  • 103
  • 4
0
votes
1 answer

NFS automounter - files/dirs masked in mountpoints' parent directory

I have an NFS problem on a Redhat Ent Linux 5 host, in that I want to mount some NFS shares on /opt/backup and /opt/stage. There are also some other dirs and files in /opt e.g. /opt/myapp, /opt/otherapp, /opt/test, etc which we want to access while…
Jason Tan
  • 2,752
  • 2
  • 17
  • 24
0
votes
2 answers

How to set up sshfs to use www-data

I have 2 Debian systems, prod1 and prod2, with their respective users, prod1 and prod2 as well. I want to setup an sshfs with autofs to have a directory on prod1 in the /home/prod1/ that the user www-data could use independently on one server or the…
Bastian
  • 283
  • 3
  • 16
0
votes
1 answer

Fuse, how to set the user that owns the directory?

I'm having some permissions issues on a Fuse mounted directory and I'm a bit confused about how to set the owner. I have a media directory on a server that apache uses to create and serve some user generated files (it's a Django user media…
Bastian
  • 283
  • 3
  • 16
0
votes
3 answers

Problem mounting an NFS drive using autofs on CentOS5.3

I'm having a lot of difficulty with this seemingly simple problem. All I want to do is mount an NFS directory over a private network. I've checked the exportfs from the exporting side and it is reporting correctly that it's exporting the desired…
Evan
  • 177
  • 2
  • 8
1 2 3
8 9