![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| problem with automount in Aix | sriram.s | AIX | 6 | 05-03-2007 02:13 AM |
| CD automount does not work | aribault | SUN Solaris | 3 | 06-29-2006 05:26 AM |
| AutoMount | janavenki | UNIX for Advanced & Expert Users | 7 | 09-13-2004 07:16 AM |
| Automount | hassan2 | UNIX for Advanced & Expert Users | 1 | 05-19-2004 04:12 PM |
| automount | hassan2 | UNIX for Advanced & Expert Users | 4 | 10-31-2002 12:11 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
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 |
|
||||
|
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 |
|
||||
|
Quote:
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. |
| Sponsored Links | ||
|
|