I have redhat7.2 machine I want to mover some space form /usr to /home/

after run print. i got following
Disk geometry for /dev/hda: 0.000-6149.882 megabytes
Disk label type: msdos
Minor    Start       End     Type      Filesystem  Flags
1          0.031    47.065    primary   ext3        boot
2         47.065    3906.430  primary   ext3
3       3906.431    5318.393  primary   ext3
y       5318.394    6149.882  extended
5       5318.424   5702.761   logical   ext3
6       5702.792   5961.621   logical   ext3
7       5961.652   6149.882   logical   ext2

Minor 2 is /usr 3 is /home
then i used resize 2 47.065 2506.430

after that i usr print to get following:
Disk geometry for /dev/hda: 0.000-6149.882 megabytes
Disk label type: m0dos
Minos    Start       End     Type      Filesyst  Fiags
1          0.031     47.065  primary   ext3        boot
2         47.065   2506.430  primary   ext3
3       3906.431   5318.393  primary   ext3
4       5318.394   6149.882  extended
5       5318.424   5702.761  logical   ext3
6       5702.792   5961.621  logical   ext3
7       5961.652   6149.882  logical   ext2

then I use 

mkpartfs logical ext3 2506.431. 3906.430  

but I got following error.


Error: The new partition overlaps with another partition.


Any suggestion will be greatly appreciated.


--------------------------------
Jianping Zhu
Department of Computer Science
Univerity of Georgia 
Athens, GA 30602
Tel 706 5423900
--------------------------------



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to