Jump to content

Reiserfs


mystified
 Share

Recommended Posts

  • 1 month later...

Over the last 8 years, I've used ext2/3/ricer3 and 4/xfs/jfs

 

Here is what I prefer

 

[justin@kainos ~]$ cat /etc/fstab
LABEL=/				 /					   ext3	defaults		1 1
LABEL=/boot			 /boot				   ext3	defaults		1 2
devpts				  /dev/pts				devpts  gid=5,mode=620  0 0
tmpfs				   /dev/shm				tmpfs   defaults		0 0
proc					/proc				   proc	defaults		0 0
sysfs				   /sys					sysfs   defaults		0 0
LABEL=SWAP-hda2		 swap					swap	defaults		0 0

 

[justin@absolute ~]$ cat /etc/fstab
/dev/rootvg/lv00		/					   ext3	defaults		1 1
/dev/md0				/boot				   ext3	defaults		1 2
devpts				  /dev/pts				devpts  gid=5,mode=620  0 0
tmpfs				   /dev/shm				tmpfs   defaults		0 0
/dev/rootvg/lv06		/opt					ext3	defaults		1 2
proc					/proc				   proc	defaults		0 0
sysfs				   /sys					sysfs   defaults		0 0
/dev/rootvg/lv02		/tmp					ext3	defaults		1 2
/dev/rootvg/lv03		/usr					ext3	defaults		1 2
/dev/rootvg/lv05		/usr/local			  ext3	defaults		1 2
/dev/rootvg/lv04		/var					ext3	defaults		1 2
/dev/rootvg/lv01		swap					swap	defaults		0 0
/dev/md2				/home				   ext3	defaults		1 2
/dev/rootvg/lv07		/xen					ext3	defaults		1 2

 

[justin@pillar ~]$ cat /etc/fstab 
# This file is edited by fstab-sync - see 'man fstab-sync' for details
/dev/rootvg/rootvol	 /					   ext3	defaults		1 1
LABEL=/boot			 /boot				   ext3	defaults		1 2
none					/dev/pts				devpts  gid=5,mode=620  0 0
none					/dev/shm				tmpfs   defaults		0 0
/dev/homevg/homevol00   /home/amy			   ext3	defaults		1 2
/dev/homevg/homevol01   /home/justin			ext3	defaults		1 2
/dev/rootvg/optvol	  /opt					ext3	defaults		1 2
none					/proc				   proc	defaults		0 0
none					/sys					sysfs   defaults		0 0
/dev/rootvg/tmpvol	  /tmp					ext3	defaults		1 2
/dev/rootvg/usrvol	  /usr					ext3	defaults		1 2
/dev/rootvg/localvol	/usr/local			  ext3	defaults		1 2
/dev/rootvg/varvol	  /var					ext3	defaults		1 2
/dev/rootvg/swapvg	  swap					swap	defaults		0 0
/dev/hda				/media/cdrom			auto	pamconsole,
fscontext=system_u:object_r:removable_t,exec,noauto,managed 0 0
/dev/fd0				/media/floppy		   auto	pamconsole,
fscontext=system_u:object_r:removable_t,exec,noauto,managed 0 0

 

[justin@echelon ~]$ cat /etc/fstab
/dev/VolGroup00/LogVol00 /					   ext3	defaults		1 1
/dev/VolGroup00/LogVol08 /apps				   ext3	defaults		1 2
LABEL=/boot			 /boot				   ext3	defaults		1 2
devpts				  /dev/pts				devpts  gid=5,mode=620  0 0
tmpfs				   /dev/shm				tmpfs   defaults		0 0
/dev/VolGroup00/LogVol02 /home				   ext3	defaults		1 2
/dev/VolGroup00/LogVol07 /opt					ext3	defaults		1 2
proc					/proc				   proc	defaults		0 0
sysfs				   /sys					sysfs   defaults		0 0
/dev/VolGroup00/LogVol03 /tmp					ext3	defaults		1 2
/dev/VolGroup00/LogVol04 /usr					ext3	defaults		1 2
/dev/VolGroup00/LogVol06 /usr/local			  ext3	defaults		1 2
/dev/VolGroup00/LogVol05 /var					ext3	defaults		1 2
/dev/VolGroup00/LogVol09 /vmware				 ext3	defaults		1 2
/dev/VolGroup00/LogVol01 swap					swap	defaults		0 0

 

If you can't tell which one I like ext3 :lol2:

 

I've had ricer3/4 and xfs explode more than once, (xfs only once) reiser borked more times on me than I care for so I will probably never use it again. jfs was just horribly slow so nien.

Link to comment
Share on other sites

I think I found when I used Red Hat/Fedora, that the only choice you had was ext2 or ext3 and that was it. It did surprise me that they didn't offer anything else during the install.

Link to comment
Share on other sites

I think I found when I used Red Hat/Fedora, that the only choice you had was ext2 or ext3 and that was it. It did surprise me that they didn't offer anything else during the install.

 

during the boot up of the cdrom

 

linux reiser

linux xfs

linux jfs

 

They just wont support it, and RHEL only comes with ext2/3

Link to comment
Share on other sites

Reiser4 was ok when I used it, I never had problems, but that's definitely not to say it doesnt have any -- it certainly does. I believed at the time it was much better, but I really didnt have anything to compare it to, I'd only just got a new computer, on which, I had only used ext3 on mandrake for a short time. So whatever speed I thought it had, I never benched, so it may well have been entirely subjective or placebo.

 

I wouldnt use reiser4 now though, after losing a lot of data in two hdd failures within two days, I guess I value my data a lot more than I did then and for reasons below, I wouldnt trust reiser4.

 

Reiser4 uses much more CPU than any other filesystem i've seen, which isnt great under any circumstances.

It hasnt been merged into vanilla, simply because of the arrogance of Hans Reiser, who has debated code review after review, insulted reviewer and reviewer, developers after developer and generally caused havok on the LKML. As a result, reiser4 still doesnt conform to kernel coding practices, and does many things which the developers consider incorrect and taboo. It has also been very problematic on architectures other than x86.

 

The reiser4 fanbois will always say, it will be in the kernel soon. But it has been soon, for the last few *years*, and I definitely cant see it being merged anytime soon. At the rate it's going, I'd be surprised if it were merged this year.

 

It hasnt developed the name Ricer4 for no reason at all. You're probably safer avoiding it and sticking with tried and true Ext3 and enabling a few options as listed here: http://bbs.archlinux.org/viewtopic.php?t=12865&highlight=

 

If you still want to use reiser4 after reading that, it's in:

my -archck patchset, http://iphitus.loudas.com/archck.php

the -mm kernel, which is extremely developmental: kernel.org

a range of different patchsets on the gentoo forums which tend to come and go:

http://forums.gentoo.org/viewforum-f-51.html

 

If you're lucky enough to use Arch, pacman -S kernel26archck ;)

 

James

Edited by iphitus
Link to comment
Share on other sites

Yes, I agree ricer4 sucks :)

 

I've used it through out different stages, even when they said it went final, I saw a lot of slow downs were I wouldn't expect them and overall thought it was crap. I remember when iph lost his hard drives, I asked if he had ricer4, he said yes, I said I figured :o

 

That's not -v but you get it, ricer4 is not something I would recommend using. rieser3 will not be getting patches/enanchments unless someone out side the ricer4 club, takes it up.

 

ext3 all the way, unless someone can port zfs over :thumbs:

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...