Lenz, Is SuSE 6.4 going to have the ability to install the ReiserFS directly from the distribution CDs? Lenz Grimmer wrote:
Hi,
On Thu, 13 Jan 2000, Alexander Daniloff wrote:
I got a couple of question regarding new Reiser journaling file system. Is somebody of you actually using it?
Yes, we use it internally on quite a lot of machines. I have a reiserfs partition on my personal workstation:
grimmer@Wiles:~ > mount | grep reiserfs /dev/sda4 on /space type reiserfs (rw) grimmer@Wiles:~ > df -h /dev/sda4 Filesystem Size Used Avail Use% Mounted on /dev/sda4 4.4G 1.2G 3.2G 27% /space
Our main development server also runs on reiserfs:
grimmer@Hilbert:~ > mount | grep reiserfs /dev/sda3 on /work type reiserfs (rw,noatime) grimmer@Hilbert:~ > df -h /dev/sda3 Filesystem Size Used Avail Use% Mounted on /dev/sda3 235G 161G 74G 69% /work
Is there any advantages Reiser FS over EXT2 in terms of speed, ability to recover after crash?
Yes, that's its main intension :)
It is significantly faster because it is using a balanced tree algorithm to store the files. And since it is a journaling file system, you do not have hours of filesystem-check after a crash. Pretty neat!
For more info about it, see http://devlinux.com/projects/reiserfs/
Can I install reiser fs with my plain kernel 2.2.14?
There is an article in our support database (german only, the translation is in the queue - but Babelfish should give you a clue):
http://sdb.suse.de/sdb/de/html/tw_reiser.html
Bye, LenZ
-- Avi Schwartz Get a Life avi@CFFtechnologies.com Get Linux -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/Support/Doku/FAQ/