LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   reiserfs (https://www.linuxquestions.org/questions/linux-software-2/reiserfs-67667/)

juby 06-24-2003 06:04 AM

reiserfs
 
how do i create a reiserfs based files system on a 2.4.2 kernel
will i have to recompile the kernel ?
i need the commands for it .. the present file sys is ext2
will it slow down the system ?

mcleodnine 06-24-2003 06:10 AM

Moved to the software forum

If you are going to use reiserfs you'll need to backup your ext2 fs as a 'mkreiserfs' will format that partition. You may want to look at ext3fs as it allows a migration from ext2 (never tried that myself).

I'm a big fan of reiserfs and it has served me well.

As for the 2.4.2 kernel... you should get at least the 2.4.16 as there were some IDE drive issues with previous kernels.

juby 06-24-2003 06:15 AM

ok the prob is that i cant use another kernel thatn 2.4.2 since my modem wont work .. is there any other way to get journalizing work ?

MasterC 06-24-2003 06:17 AM

tune2fs -j /dev/hdx
That's the syntax for journalizing an ext2 partition (ext3).

It won't do Reiser but it'll do ext3 which is arguably just as good (sufficient nonetheless).

Cool

MasterC 06-24-2003 06:18 AM

However, I don't know if ext3 was an option with 2.4.2 so you might not have any luck...
I'll check kernel.org and let you know what I find.
Cool

MasterC 06-24-2003 06:30 AM

Looks like it should work:
http://www.zip.com.au/~akpm/linux/ext3/ext3-usage.html

Good Luck

Cool


All times are GMT -5. The time now is 12:06 AM.