Questions tagged [automount]

127 questions
1
vote
3 answers

How to mount ceph-fuse automatically with fstab?

# ceph -v ceph version 0.56.3 (6eb7e15a4783b122e9b0c85ea9ba064145958aa5) # repoquery -i ceph Name : ceph Version : 0.56.3 Release : 1.el6 Architecture: x86_64 Size : 26734691 Packager : Fedora Project Group : System…
quanta
  • 51,413
  • 19
  • 159
  • 217
1
vote
0 answers

Automount parses NIS map incorrectly on SLES 11.2 x86_64

Good morning, I came across a problem in SLES 11.2 x86_64 where the automount daemon parses a NIS map file incorrectly. It seems to be working fine in SLES 11.1 32 bit, and I cannot see any difference in the configurations of the two systems. What…
struppi
  • 133
  • 3
1
vote
2 answers

Automount vfat (w95 fat32 LBA) on Centos

I'm trying to mount an USB flash drive formatted as w95 fat32 LBA (as reported by dmesg) under Centos. I can easily mount it using the mount command: mount /dev/sdx1 /media/mydrive -t vfat But it seems that the system (Centos 6.3) cannot mount it…
cpl
  • 111
  • 1
  • 4
1
vote
2 answers

sshfs mount won't start from /etc/rc.local

I have the following commands in /etc/rc.local chmod 666 /dev/fuse chmod +x /usr/bin/fusermount /bin/su someuser -c "/usr/bin/sshfs someuser@someserver:/usr/local/storage /usr/local/storage_remote -o nonempty -o reconnect" If I run them from…
Alex Flo
  • 1,761
  • 3
  • 18
  • 23
1
vote
3 answers

Automounting SAMBA share using the .bashrc

Is it possible to mount a Samba network share on start-up using the .bashrc file In my fstab I got //192.168.1.104/ant /media/ant cifs gid=users,file_mode=0664,dir_mode=0775,auto,username=***,password=*** 0 0 but this is not…
Elitmiar
  • 775
  • 3
  • 15
  • 31
1
vote
1 answer

sshfs automount with password-enabled ssh key and ssh-agent in ubuntu

I currently set up sshfs automount on ubuntu per this thread. It's nice because of the network up and down scripts. The benefit comes at a cost: it requires passwordless ssh via an ssh key. I was wondering if anyone had any advice on how to…
Vinh Nguyen
  • 143
  • 5
1
vote
1 answer

Fstab mounting fails at boot, but succeeds when invoked manually

Background On our development/backup server at my company we have 4 drives which are setup using software Raid 1, like this: Raid 1 (system disk): 2 x 320 GB Raid 1 (store/backup disk): 2 x 2 TB Forming 2 "virtual" disks. Now some people at the…
rzetterberg
  • 137
  • 3
  • 11
1
vote
0 answers

Using automount on RHEL5, why are variables in the auto.master never expanded?

I'm migrating from NISPLUS to LDAP (openldap) and from RHEL4 to RHEL5. The LDAP server is running on RHEL5u4 as are the clients. On RHEL5 variable expansion in auto.master never works, whether in files or LDAP. NISPLUS/RHEL4 (works) I used to have a…
happyhairydude
  • 306
  • 2
  • 8
1
vote
1 answer

Autofs with ghost option not showing wildcard mounts

I have this in my autofs map: * -rw server:/share/& I also have --ghost option enabled in my /etc/auto.master. According to the manual and to all resources and examples I found on the web this should work. However, in my case: ls /share/…
grs
  • 2,235
  • 6
  • 28
  • 36
1
vote
2 answers

Can I force NFS automounts to use NFSv3?

I have a linux server that is exporting NFSv4 as well as NFSv3. I have a Fedora14 client that is defaulting to NFSv4 when automounting NFS shares off of the linux server, and it seems to be causing some problems. All my other linux clients on the…
snk
  • 392
  • 3
  • 4
  • 10
1
vote
1 answer

Why are make jobs failing to find dependancies on automounted filesystems?

...that title is probably a bit misleading. This is the situation. I have a collection of CentOS 4.x x86_64 systems which are used as a compute farm. The directories for users and tools and code are automounted. Jobs are submitted to the farm vi…
David Mackintosh
  • 14,293
  • 7
  • 49
  • 78
1
vote
0 answers

autofs mac os x afp not loading as correct user?

I am way out of my depth, and I am trying to get all of my nodes on a cluster to mount a drive on my head node. I am using OS X 10.6. I've got /etc/auto_master and /etc/auto_afp configured according to Apple's "Autofs: Automatically Mounting…
1
vote
0 answers

How should we automount home directories stored at different NFS paths at /home/$USER?

We're currently transitioning to storing all of our organization's user information in Red Hat IDM (FreeIPA). We have several thousand users, and mount user home directories over NFS from a NetApp filer. On the filer, home directories are stored in…
neUrONDf
  • 11
  • 2
0
votes
0 answers

usb stick "not authorized to perform"

Hello (sorry for my poor english). I have a fresh install of desktop clients linux mint 19.2 with a NIS authentication. Local users can plug usb-stick and it automount without problem. On the other hand, NIS users get this message: "Not authorized…
bxdfr
  • 1
  • 1
0
votes
2 answers

Windows automount and unmount USB drive

I have a Windows 2003 domain controller machine which I use to back up data nightly, weekly, and monthly using ntbackup. An external USB storage device is connected to it with 3x 500Gb drives. We have calculated that it can store a weeks worth of…
NoMadMan
  • 11
  • 1
  • 4
1 2 3
8 9