ext3 partitionen verändern

Bernhard Sadlowski sadlowsk at mathematik.Uni-Bielefeld.DE
Thu Apr 17 12:52:01 CEST 2003


On 17 Apr 2003 12:33, Achim Dreyer <adreyer at math-mail.uni-paderborn.de> wrote:
> .. und das natürlich verlustfrei. Wären die Partitionen ext2, könnte das 
> sogar ein altes PartitionMagic (6.0 - neuere habe ich mir noch nicht 
> angesehen).
> 
> 2) Welche 'saubere' Methode wird empfohlen um ext3-Filesysteme wieder in
>    ext2 umzuwandeln (nicht einfach nur als ext2 mounten!).
> 	ext2 -> ext3	 = tunefs -j
> 	ext3 -> ext2	 = ?? 		(journal löschen..)

Das sollte nach einem umount gehen:

    tune2fs -O ^has_journal /dev/hda?  

Das habe ich von ext3 mailing liste. Aus der manpage zu tune2fs(8):

has_journal

   Use a journal to ensure filesystem consistency even across unclean
   shutdowns.  Setting the filesystem feature is equivalent to using
   the -j option.

Bernhard



More information about the Linux mailing list