Robert L. Harris writes: > If I want to convert a blank disk to ext3, compile the kernel then > what? Is there a simple how to?
mke2fs -j /dev/hdc or whatever device you want. To convert to use a journal, try: tune2fs -j /dev/hdc Andrew.
Robert L. Harris writes: > If I want to convert a blank disk to ext3, compile the kernel then > what? Is there a simple how to?
mke2fs -j /dev/hdc or whatever device you want. To convert to use a journal, try: tune2fs -j /dev/hdc Andrew.