automounter


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers automounter
# 1  
Old 06-23-2005
automounter

Hi ALL,

Does anyone know how automounting can be disabled in solaris?
(I need to mount the home directory on to a sun machine from another machine.
So I run something like

mount another_machine:/home /home (on my sun)

however i get an error saying device busy)

I was told automouting could be the cause

Your advice would be greatly appreciated Smilie

Many thanks

rkap
# 2  
Old 06-23-2005
if /home from the remote box is already shared out and you want the remote /home directory to be your permanent home directory on the local box ... no need to disable the automounter ...

edit /etc/auto_home and make the automounter mount the remote directory first ... see "man automount" for futher info ...

a quick example ...
Code:
user   localhost:/export/home/&
user1 remotehost:/export/home/& localhost:/export/home/&
*       localhost:/export/home/&    remotehost:/export/home/&

line explanations:
1. the home directory for "user" is his home directory that is automounted from the local box
2. the home directory for "user1" is his home directory that is automounted from the remote box
3. everybody else's home directories are automounted from the local box if available locally and from the remote box if not
 
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Red Hat

How to mount NFS using automounter(autofs)?

I have an nfs at 192.168.1.10:/home/vm1/Desktop/nfs and will like to mount locally to /home/vm1/Desktop/nfs-mount using automounter...need help doing do What i did $cat /etc/auto.master /home/vm1/Desktop /etc/auto.nfs $cat /etc/auto.nfs nfs-bind -fstype=nfs ... (3 Replies)
Discussion started by: nokia3310
3 Replies

2. IP Networking

Naming services + Automounter

Hi gurus, I am trying to understand the enviroment which we are using. The fact that I am asking is that this is production enviroment and I cannot change anything to experiment. Following servers are somehow related to each other, please help me figure out if my conclusions are correct. -... (0 Replies)
Discussion started by: wakatana
0 Replies

3. Red Hat

Automounter floods ioctl and futex error messages

Hi! I have a wondering regarding the syscalls automounter floods out when running strace on the process, are the below ioctl & futex messages bad? and is there any way to investigate em deeper? ioctl(3, 0xffffffffc018937c, 0x417a8020) = -1 EAGAIN (Resource temporarily unavailable) ioctl(3,... (5 Replies)
Discussion started by: Esaia
5 Replies

4. AIX

NIS and automounter...

Have an AIX 5.2 box. I had automounter already setup to control /home using /etc/auto_home as an indirect automount map. Then we added NIS. We have it working, but for some reason, the NIS table auto.home seems to override /etc/auto_home entries. Of course, there are some duplicates... (2 Replies)
Discussion started by: Garry_Garrett
2 Replies

5. UNIX for Dummies Questions & Answers

automounter

I have this question in my study guide could anyone please help me with the answer and (explicit) explanation. hostname: HOSTONE automounter file: /etc/auto.home entry: scps HOSTTWO:/export/home/scps commands executed on HOSTONE, mark all commands where the automounter will be invoked. ... (3 Replies)
Discussion started by: almendrita
3 Replies
Login or Register to Ask a Question