![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | 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 !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Moving a Logical Volume from one Volume Group to Another | krisw | AIX | 2 | 07-14-2008 04:48 AM |
| LVM - Extending Logical Volume within Volume Group | ghimanshu | UNIX for Advanced & Expert Users | 3 | 07-26-2007 04:39 AM |
| Volume Group Size | ugxd14 | AIX | 3 | 09-11-2006 08:26 AM |
| Volume Group Understanding | cogsworth12000 | AIX | 1 | 06-28-2006 08:35 PM |
| How to check size of Volume Group | s_aamir | UNIX for Advanced & Expert Users | 4 | 11-27-2001 01:07 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
how to export a volume group
what are the steps necessary to export a Volume group when its file systems are mounted. how to restore the system to normal.
|
| Forum Sponsor | ||
|
|
|
|||
|
I found the answer after some search
I found the answer, I'll post it to benefit all of you, here are the steps
1. Unexport the file system by entering: exportfs -u /dirname where dirname is the name of the file system you want to change, in this case /home3. 2. Open the /etc/exports file with your favorite text editor. 3. Make whatever changes you want. 4. Save and close the /etc/exports file. 5. Re-export the file system by entering: exportfs /dirname where dirname is the name of the file system you just changed in this case is /home3 |
| Thread Tools | |
| Display Modes | |
|
|