bug-parted
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Partition Resize


From: Andrew Clausen
Subject: Re: Partition Resize
Date: Sat, 8 Mar 2003 08:47:50 +1100
User-agent: Mutt/1.4i

On Tue, Mar 04, 2003 at 10:14:30AM +0100, Werlen Roger - Visp wrote:
> (parted) p
> Disk geometry for /dev/cciss/c0d1: 0.000-86823.515 megabytes
> Disk label type: loop
> Minor    Start       End     Filesystem  Flags
> 1          0.000  86823.515  ext2
> 
> 
> What I need to do for resize the /dev/cciss/c0d1 partition? 

c0d1 isn't a partition... it's the RAID device.

It is very strange that Parted is claiming the "Disk label type" is
"loop".  It should be msdos, or something.

If you wipe sectors 1-3, it should clobber the ext2 signature, and
the partition table should be detected properly:

        dd if=/dev/zero of=/dev/cciss/c0d1 bs=512 seek=1 count=3

Be careful... and do a backup.

        dd if=/dev/cciss/c01d1 of=/mnt/floppy/backup bs=512 count=16

Cheers,
Andrew





reply via email to

[Prev in Thread] Current Thread [Next in Thread]