automount question


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers automount question
# 1  
Old 04-23-2007
Question automount question

Hello,
I was reading about automounting on Solaris10 and faced with the following sentence:

"When the automount daemon is initialized on the server, no exported directories are mounted by the clients."

What does it mean? Could you please explain? What is "exported directories" ?

Thanks
# 2  
Old 04-23-2007
It mans what it says, if you start the automount daemon on a server nothing happens on a client.

Exported directories = nfs shared filesystems.
# 3  
Old 04-24-2007
I can see that there is directory;
/home under / and when I need to indicate it to Solaris, I should type /export/home all the time.

Why should I type /export/home ? What is the difference between /home and /export/home ?

Thanks
# 4  
Old 04-24-2007
"When the automount daemon is initialized on the server, no exported directories are mounted by the clients."

which exported directories were being told about? On server side or client side?
# 5  
Old 04-24-2007
Quote:
Originally Posted by XNOR
"When the automount daemon is initialized on the server, no exported directories are mounted by the clients."

which exported directories were being told about? On server side or client side?
In the Network File System (NFS) there are two types of filesystems:

1) A filesystem mounted local on the NFS server which is exported

and

2) A filesystem remote to the client system which is mounted across a local filesystem. Like this:

SystemA is the host and has filesystem /home/blog which is NFS exported.

SystemB has a local filesystem /home/blog and the remote filesystem /home/blog from SystemA is NFS mounted across it. The result is that only the files on SystemA /home/blog will be seen. Do not mix up the local filesystem /export with the NFS "Exported" filesystems they are two different things.

Hope this helps.
# 6  
Old 04-24-2007
Forgot to say that all the automounter does is automatically mounts the remote filesystem after a client system re-boot for example. It is all to do with NFS.
# 7  
Old 04-24-2007
Ok, just to clear this up with correct information, since it appears that in general understanding of Solaris automount is not good.

1. Client does not always mean another machine.
2. Server does not always mean a machine acting as an NFS server
3. Solaris automounter does not only use nfs


1. A physical machine can act as both an automount server and and automount client. On the client side automount does not mount any filesystem until an attempt is made to use it.

2,3. Automount supports (enforces) the use of LOFS ( loopback filesystems ) as automount targets on a local system, in fact even if the filesystems are nfs shared they will be mounted as lofs locally.

This is commonly seen for /home where the actual directories are /export/home/username and a automounted to /home/username.

Last edited by reborg; 04-24-2007 at 07:50 AM..
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

Automount in RHEL

Hello experts, On my RHEL box when i mount a nfs file system using autofs, the df -t shows the file system as nfs only. For which mounts does it report the filesystem as autofs. ?? I actually want to see the filesystem getting reported as autofs instead of nfs. Pls guide me I... (1 Reply)
Discussion started by: achak01
1 Replies

2. Red Hat

Automount through Autofs

I am trying to automount one of my NFS share to my client machine but it is not mounting here is the scenario : My server machine ip : 192.168.1.100 My client machine ip is : 192.168.1.102 on client machine i have configured the /etc/auto.master file : /share(My mount point) ... (0 Replies)
Discussion started by: Vaibhav.T
0 Replies

3. AIX

AutoMount in AIX

Hi Admins, I am new to AIX, pls help me on my below doubts 1) I have received below alerts Orange : PORTAL detected Filesystem (/nfs/sources) is 92.07% Utilized Here Orange is server name. When i did df -k in orange i do not see /nfs/sources filesystem in output. Doubts 1) how to... (2 Replies)
Discussion started by: saurabh84g
2 Replies

4. Linux

Automount problem

Hi, Please give step by step how to do automount in linux Thanks, Mani (9 Replies)
Discussion started by: Mani_apr08
9 Replies

5. AIX

Help on Unconfiguring Automount

Hi All, Please help. I need an advise on how to Unconfigure automount please. Many Thanks. (2 Replies)
Discussion started by: EngnrRG
2 Replies

6. UNIX for Dummies Questions & Answers

Automount issue

Folks; I'm mounting a directory on a different SUSE 10 server from my SUSE server fine. using this mount command: # mount 192.168.132.11:/var/local/new /var/local/new this command above works fine but when i added a new line to my "/etc/fstab" to be mounted automatically every time i... (2 Replies)
Discussion started by: Katkota
2 Replies

7. Solaris

CD automount does not work

Hello, I have a SUN Solaris 9 machine (Sun-Fire-V490). I put a DVD in the reader to install a software. The automount procedure did not work (vold is running) : I have nothing under /cdrom When I try "eject" command I have the answer "No default media available" When I try to mount manually the... (3 Replies)
Discussion started by: aribault
3 Replies

8. UNIX for Advanced & Expert Users

AutoMount

Hi All How do I do a auto mount to a directory in a different unix server. I am using Solaris. Please advise!! TIA Jana (7 Replies)
Discussion started by: janavenki
7 Replies

9. UNIX for Advanced & Expert Users

Automount

My site has a few sun solaris server including out NIS server and NFS server on solaris machines. we also have few suse linux and redhat linux machine. All our home directory is on our NFS server(sun Solaris) and this is automounted through /etc/auto_master and /etc/auto_home this worked fine... (1 Reply)
Discussion started by: hassan2
1 Replies

10. UNIX for Advanced & Expert Users

automount

I install an external disk on my sun solaris 8 this went fine and I was able to access all filesystem on the disk. the new disk is mounted on /local then 6 hours later files under /local/files was 1 byte in size at the same time I received the following error message in... (4 Replies)
Discussion started by: hassan2
4 Replies
Login or Register to Ask a Question