[EMAIL PROTECTED] wrote:
> Is there an easy way to convert an ext3 filesystem to an ext2 filesystem?
>
> If not, what's the hard way :)?
>
> ~ Daniel

Hi Daniel.

A simple

   mount -t ext2 /dev/dasdXYZ /mnt/point

does the job. :-)

It's one of the real nice features that ext3 is 100% backwards compatible with
ext2, meaning, you can simply mount it as an ext2 and it just works(tm).

Read ya, Phil

--
Philipp Knirsch      | Tel.:  +49-711-96437-470
Development          | Fax.:  +49-711-96437-111
Red Hat GmbH         | Email: [EMAIL PROTECTED]
Hauptstaetterstr. 58 | Web:   http://www.redhat.de/
D-70178 Stuttgart    | Fear can hold you prisoner, hope can set you free.

Reply via email to