Re: [ext2resize] bug in ext2resize 1.1.14
Status: Inactive
Brought to you by:
adilger
From: Andrew C. <cl...@gn...> - 2000-09-12 20:31:58
|
Andreas Dilger wrote: > Andrew writes: > > GNU Parted was forked off from ext2resize. We were going to keep > > things in sync, but Lennert seems to be short on time to apply > > changes I make... > > If you think it would be useful, I can make you an administrator of > the ext2resize project at sourceforge, or you could at least send > patches to the ext2resize-devel mailing list... I don't really have time to do both... I'm already having to heavily prioritize what I do with Parted. I'm not sure what the benefits of maintaining ext2resize separately from Parted are. I think we should try and put all ext2resize functionality into Parted. One problem we might have is Parted's interface is very simple (read: not very expressive). Are there any parameters expert users might want, that Parted can't interface/ > It seems relevant to ask if the ext2 support in parted can work without > doing any partition resizing (e.g. on LVM or RAID devices that don't have > a partition)? It can. 1.3.x has a hack - the "loop" disk label. Best demonstrated: satisfactory:/home/parted/parted-dev/parted# ./parted /dev/hda GNU Parted 1.3.2 (parted) p Disk geometry for /dev/hda: 0.000-2445.679 megabytes Disk label type: msdos Minor Start End Type Filesystem Flags 1 0.031 945.000 primary FAT boot 2 945.000 2358.562 primary ext2 3 2358.562 2445.187 primary linux-swap (parted) q satisfactory:/home/parted/parted-dev/parted# ./parted /dev/hda2 Warning: Device /dev/hda2 is neither a SCSI nor IDE drive. GNU Parted 1.3.2 Using /dev/hda2 (parted) p Disk geometry for /dev/hda2: 0.000-1413.562 megabytes Disk label type: loop Minor Start End Filesystem Flags 1 0.000 1413.562 ext2 Andrew Clausen |