Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
Being an old user I was always loathe to move from ext2, but using
it on my new laptop. And it seems okay.
Even survived a nasty lock up during X start (due to a dodgy MMC card).
did reiserfsck etc. and lovely.
I have been using reiserfs for quite some time now. I moved to reiserfs when I was useing SuSE.
With ext2 a hard disk check after an improper shutdown took a few minutes. With reiserfs its under two seconds. Also reiserfs has rollback, so your risk of file corruption will be extremely low.
reiserfs is really fast. Don't go with ver 4 yet. "It just came out the oven."
The only problem I had was that when I was using SuSE, my reiserfs partitions were all encrypted; and when I moved to Debian, Debian could not recognize encrypted reiserfs partitions (as created by SuSE maybe). So I just recreated them as plain reiserfs partitions and am living happily.
I would go with reiserfs over xfs mainly because you won't have to patch.
If you are not using a journaling file system, you should really do so.
The only thing is that reiserfs does not support tiny partitions (somewhere under3 gb). For example if you create /boot with about 50 mb, you won't be able to make it a reiserfs partition.
i wanted to use reiserfs for my 6gb laptop sence it claims to save some space, albertfuller, i never knew it wasent for small space, i have a reiserfs on a like 100mb partition (it was uner 500mb for sure, i use it for /var so i think it was 100mb), during install i coulent use reiserfs as my distro only has suport for ext2 when your installing, but after that got corupted (and i did make it ext3, but it still was shit, then it got corupt), i got myself a nice bootable distro wich did suport resierfs and used that to install the distro, i havent had a single problem with reiserfs at all (ok well mybe only 1 time when i made a change to a file then turned off the computer improperly, all that happened was the changes dident get saved (they were deleted when it was mounted))
i defedently recomend reiserfs , unless you need some specialized FS for something
reiserfs is great . The only noticeable thing is when opening an already mounted FAT32 partition, it takes a few seconds to open. But it really is not a big deal
Originally posted by albertfuller
The only thing is that reiserfs does not support tiny partitions (somewhere under3 gb). For example if you create /boot with about 50 mb, you won't be able to make it a reiserfs partition.
Reiserfs works fine under 3GB. The reason why you don't want to use reiserfs for VERY small partitions like /boot 50MB or such is the overhead required for the journaling etc, so the resulting space you have for actual data is a lot smaller. But this doesn't really matter once you get bigger partition sizes >500MB or such.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.