Just thought I would make mention of this to anyone setting up any new machines for themselves or for clients, I do not suggest using ReiserFS. This is not because I have anything against it, I think it is an excellent filesystem. However, if one does not have the machine attached to a UPS and/or backup generator which will gaurantee it non-fluctuating power, I suggest going for ext3 or even XFS. The reason being that if one is unlucky enough to get loadshed whilst ReiserFS is syncing, failarity will ensue:
Fsck indeed.
My suggestion, thus, from personal experience, is that simply due to this "power crisis" (read as: fsck up), running reiserfs on machines that are liable to go off with the power is pretty much a bad idea.
Code:
ReiserFS: md0: warning: vs-5150: search_by_key: invalid format found in block 1966228. Fsck?
ReiserFS: md0: warning: vs-13070: reiserfs_read_locked_inode: i/o failure occurred trying to find stat data of [515 104654 0x0 SD]
ReiserFS: warning: is_leaf: free space seems wrong: level=1, nr_items=39, free_space=65388 rdkey
ReiserFS: md0: warning: vs-5150: search_by_key: invalid format found in block 1966228. Fsck?
ReiserFS: md0: warning: vs-13070: reiserfs_read_locked_inode: i/o failure occurred trying to find stat data of [515 104654 0x0 SD]
ReiserFS: warning: is_leaf: free space seems wrong: level=1, nr_items=39, free_space=65388 rdkey
ReiserFS: md0: warning: vs-5150: search_by_key: invalid format found in block 1966228. Fsck?
Fsck indeed.
My suggestion, thus, from personal experience, is that simply due to this "power crisis" (read as: fsck up), running reiserfs on machines that are liable to go off with the power is pretty much a bad idea.