![]() |
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 |
| mount points are already mounted | biju.mp | UNIX for Dummies Questions & Answers | 1 | 07-18-2008 10:57 AM |
| Cannot unmount mount points?? | genzbeat | HP-UX | 1 | 02-01-2008 05:11 AM |
| tar using mount points | legato | UNIX for Dummies Questions & Answers | 3 | 03-30-2005 11:54 PM |
| pwd Command and NIS mount points | agreenwo | UNIX for Dummies Questions & Answers | 1 | 11-18-2002 01:04 PM |
| mount points | manderson19 | UNIX for Advanced & Expert Users | 3 | 04-29-2002 03:11 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
NFS Mount Points
Hi
Solaris 10 On server A, there is a directory called data with 10 files. This data directory has a further 3 subdirectories, gl, pay, contract (for example) On server B, I want to see the server A data directory commands used: on server A, share -F nfs -o ro -d "<description"> <directory>/data on server B, mount -F nfs server A:<directory>/data /mnt/data However, how do I restrict the mount on server B so that those who access server B, don't see the subdirectores gl, pay & contract but only see the 10 files ? _________________ So that these mounts are available after a reboot, I should update the /etc/dfs/dfstab ? Please advise David |
|
||||
|
Quote:
Things will then get out of step if the 10 data files are deleted and replaced as the unlink will only affect the first directory and not the 2nd, the 2nd will still hold a copy of the old data file (shared inode), so if you replace the files you would have to remake the links. If the files are simply modified, then the changes will be seen immediately. So an alternative would be to hold the real files in the 2nd directory and use symbolic links in the original. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|