LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   I cannot enter into my Linux OS. Haaalp meee. (https://www.linuxquestions.org/questions/linux-newbie-8/i-cannot-enter-into-my-linux-os-haaalp-meee-13958/)

d3funct 02-15-2002 05:19 PM

No, to create an ext3 filesystem you just run "mke2fs -j" this will create
the filesystem with an ext3 journal. If the -J option is not specified, the default journal parameters will be used to create an appropriately sized journal (given the size of the filesystem)
stored within the filesystem. Note that you must be using a kernel which has ext3 support in order to actually make use of the journal.

Read the manpage for mke2fs. This option is probably not available if your running Redhat 7.1 or later , but I'm not sure about that. I do know that the option is available in the version of mke2fs on my 7.2 system.

voodoochild7 02-15-2002 05:40 PM

Nope not that I know of. It'll probably be in a kernel upgrade though. If you have to format a new partition int ext3, though, I suppose you could boot from the 7.2 cd and run the installer till you get to the partition tool and partition it to ext3 that way, but I never tried. I will check to see if there is a ext3 tool out there.


All times are GMT -5. The time now is 07:47 PM.