|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | 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 !! |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Change partition name in rhel
Can I change the filesystem in redhat w/o reformating it? For example Code:
/dev/sda2 145G 188M 137G 1% /uo1 /dev/sdb1 289G 191M 274G 1% /uo2 /dev/sdb2 289G 191M 274G 1% /uo3 uo1, uo2, uo3 shuld be u01, u02, u03. No one is using the server yet. thanks Last edited by Scrutinizer; 02-08-2013 at 04:02 AM.. Reason: code tags |
| Sponsored Links | ||
|
|
#2
|
||||
|
||||
|
Unmount all the filesystems, then
mv the directories to their correct names, update
/etc/fstab with the updated mountpoints, mount the filesystems.
|
| Sponsored Links | ||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Can I change the partition type with fdisk without disrupting data? | s ladd | Red Hat | 1 | 01-11-2013 11:04 PM |
| Right way to change time for a RHEL server | RHCE | Red Hat | 4 | 01-08-2013 04:49 PM |
| Does RHEL 5 provide a command to collect RHEL system log in single compress file? | nnnnnnine | Red Hat | 4 | 11-04-2011 04:08 AM |
| RHEL 5 supports only 2 TB space for a partition ! | shipon_97 | Red Hat | 3 | 07-13-2009 05:41 PM |
| RHEL 3 - how to change the SNMP community strings? | BG_JrAdmin | Red Hat | 0 | 06-19-2006 04:22 PM |
|
|