|
|
Subject: Re: parted resize error - msg#00015
List: gnu.parted.bugs
On Fri, Apr 11, 2003 at 08:39:42PM -0400, Reed Henry wrote:
> Nothing happens. I pop into another shell and do a ps and the parted
> /dev/hda process has a D in the stat column.
What is the load? (%CPU column)
Also, is there anything in dmesg?
Cheers,
Andrew
Was this page helpful?
Thread at a glance:
Previous Message by Date:
click to view message preview
parted resize error
I'm using the parted 1.6.5 boot disks. I want to resize a very large
partition on my 120GB disk.
I execute parted /dev/hda and then type print at the parted prompt, this
is what I get ...
Disk goemetry for /dev/hda: 0.000-117246.937 megabytes
Disk label type: msdos
Minor Start End Type Filesystem Flags
1 0.031 62.753 primary ext3 boot
2 62.754 117239.985 extended
5 62.785 2110.100 logical linux-swap
6 2110.131 117239.985 logical ext3
Now I do a resize command
resize 6 2110.131 116000
Nothing happens. I pop into another shell and do a ps and the parted
/dev/hda process has a D in the stat column.
Any ideas?
Reed Henry
Next Message by Date:
click to view message preview
Experimental HFS+ resize support and bugfix for HFS (4th patch)
Hi,
Here is my last patch against parted 1.6.5 :
http://xilun666.free.fr/parted-1.6.5-hfs-4.patch
It includes :
memory leaks removal, code cleanups, resize hfs+ code,
more checks, minor hfs resize bugfix, probe code returns real geometry,
and still all features of the third patch.
If you want to try it you should save your important data.
You may want to run hpfsck or the Apple Sos Disk util too, before and after
running parted with this patch.
Please also report me success or failure, as well as messages from fsck utils.
Enjoy !
---
Guillaume Knispel
Previous Message by Thread:
click to view message preview
parted resize error
I'm using the parted 1.6.5 boot disks. I want to resize a very large
partition on my 120GB disk.
I execute parted /dev/hda and then type print at the parted prompt, this
is what I get ...
Disk goemetry for /dev/hda: 0.000-117246.937 megabytes
Disk label type: msdos
Minor Start End Type Filesystem Flags
1 0.031 62.753 primary ext3 boot
2 62.754 117239.985 extended
5 62.785 2110.100 logical linux-swap
6 2110.131 117239.985 logical ext3
Now I do a resize command
resize 6 2110.131 116000
Nothing happens. I pop into another shell and do a ps and the parted
/dev/hda process has a D in the stat column.
Any ideas?
Reed Henry
Next Message by Thread:
click to view message preview
Re: parted resize error
Andrew,
Thanks for the response. The CPU load was 0% as I recall. I looked at
the dmesg output and didn't remember seeing anything. After doing some
more investigation, I discovered that I could accomplish what I wanted
to do by first resizing my ext3 file system using resize2fs and then
using parted to resize the partition. I successfully turned a ~115GB
partition into a ~20GB partition.
I did it all using the rescue boot from the redhat9 install CD.
Reed
Andrew Clausen wrote:
On Fri, Apr 11, 2003 at 08:39:42PM -0400, Reed Henry wrote:
Nothing happens. I pop into another shell and do a ps and the parted
/dev/hda process has a D in the stat column.
What is the load? (%CPU column)
Also, is there anything in dmesg?
Cheers,
Andrew
|
|