James Hiscock wrote:

>On 7/18/05, Bruno Gola <[EMAIL PROTECTED]> wrote:
>  
>
>>Error: File system has an incompatible feature enabled.
>>    
>>
>
>1) Remove the journal from the ext3 partition using tune2fs:
>      tune2fs -C ^has_journal <partition>
>
>2) Resize using parted
>
>3) Add the journal back using tune2fs:
>    tune2fs -j <partition>
>
>See 'man tune2fs' (as root) for important warnings & information (and
>I really hope I've got that right...)
>
>Qtparted might be an easier way to do the resize, as well... <shrug>
>
>  
>
Man, thanks... but look:

br ~ # umount /dev/hdb1
br ~ # tune2fs -O ^has_journal /dev/hdb1
tune2fs 1.37 (21-Mar-2005)

br ~ # qtparted
Warning: Unable to open /dev/hdc read-write (Read-only file system). 
/dev/hdc has been opened read-only.
Error: File system has an incompatible feature enabled.
Error: File system has an incompatible feature enabled.
br ~ # parted /dev/hdb resize 1
Start?  [32kB]?                                                          
End?  [80GB]? 60GB                                                       
Error: File system has an incompatible feature enabled.                  
Information: Don't forget to update /etc/fstab, if necessary.            

br ~ #


It stills in trouble (with -C it does not work, so i tryied man tune2fs
and i found out that it should be -O)... any idea ?
note that now (after tune2fs ...) the option "Resize" in QTparted, is
avaiable for this partition, but when i put 60GB i get an error...


Thanks,
Bruno Gola
-- 
gentoo-user@gentoo.org mailing list

Reply via email to