LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   create ext3 filesystem (https://www.linuxquestions.org/questions/linux-from-scratch-13/create-ext3-filesystem-13319/)

glock19 02-01-2002 03:52 PM

create ext3 filesystem
 
How do I create an ext3 filesystem on my new partition?

lfslinux 02-01-2002 04:17 PM

Re: create ext3 filesystem
 
Quote:

Originally posted by glock19
How do I create an ext3 filesystem on my new partition?
You need a new enough e2fsprogs version. The LFS book currently comes with version 1.25 and you can use it's 'mke2fs' program to create a filesystem with an ext3 journal by adding the -j option, like so:

mke2fs -j /dev/hda1

By adding -J you can modify the journal options

DavidPhillips 02-06-2002 09:39 PM

when you create the /etc/fstab file put ext3 in it

and when you boot up check it with this

cat /proc/mounts

be sure to add support in the kernel


All times are GMT -5. The time now is 01:54 AM.