![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Cannot umount - device busy | keelba | HP-UX | 2 | 04-11-2008 12:16 PM |
| force umount in solaris 2.6 | bkleong | SUN Solaris | 3 | 04-07-2008 02:44 AM |
| umount is failing | suntac | SUN Solaris | 3 | 04-06-2007 01:45 AM |
| umount error | fresh | UNIX for Dummies Questions & Answers | 1 | 09-30-2003 02:48 PM |
| umount | rod23 | UNIX for Dummies Questions & Answers | 2 | 08-07-2001 03:25 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
umount help
hi all,
I inherit a Solaris7 system with /home mounted via a share from the NFS server. When I look at mnttab, there are two entries mounted under /home. Let's say they are server:/home/a and server:/home/b. I would like to maintain /home/a but not /home/b. However, I just don't know where to remove the entries that specify the mounting of /home/a&b. BTW, the server "share" /home not /home/a&b. Any idea? Appreciate any advice. Thank you in advance. andrec |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Look in /etc/vfstab
|
|
#3
|
||||
|
||||
|
andrec,
You seem somewhat unsure of what to do with vfstab. If you do make changes, I'd suggest making a backup copy in the event that you make a syntax error in the file (cp /etc/vfstab /etc/vfstab.`date +%Y%m%d` . Cheers, Keith |
|
#4
|
||||
|
||||
|
If you are running NIS or NIS+, you may want to look at the auto maps in the service.
And on your system (/etc/auto_home /etc/auto_master) may also have been changed in a way to mount a & b. |
|
#5
|
||||
|
||||
|
You may also want to talk with the SA who manages the NFS server...
Have them remove your hostame from the list that pushes out /home/b if you no longer need that NFS mountpoint. Regarding your question of what to remove from /etc/vfstab, you should have lines like this.. hostname.com:/home/a /home/a ... ... ... hostname.com:/home/b /home/b ... ... ... Just comment out or remove the /home/b entry... Make sure to backup the /etc/vfstab before making any changes to it.
__________________
My brain is your brain |
||||
| Google The UNIX and Linux Forums |