Mark Carroll writes:
 > Great, thanks! Everything has converted nicely, apparently. (-: (Well, at
 > least 'mount' reports everything is now ext3!)

Unfortunately, mount sometimes lies to you.  To make sure you have
journaling, use:
% tune2fs -l /path/to/device | egrep has_journal

The argument is the letter 'l'--the letter after 'k' (in case it looks 
like an 'i'--the letter after 'h' :).

There should be exactly one line, something like this:
Filesystem features:      has_journal sparse_super

Andrew.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to