|
 |
Darren New <dne### [at] san rr com> wrote:
> I didn't even try the other Linux file systems.
I use ReiserFS for all my linux partitions. Besides being journaled,
it's more compact than many other FSs because it packs file tails into
single sectors. (In other words, if the data in the last sector of two
files would fit in a single sector, ReiserFS puts then into the same
sector.)
One disadvantage of ReiserFS is that to run reiserfsck the partition
must be read-only. This means that if you need to run it on your main
partition you'll have to boot to single-user mode and remount the
partition to read-only before you can run reiserfsck.
Another minor (in my case very minor) quirk is that deleting very
large files can take some time (in the order of several seconds),
unlike with some other FSs where file deletion happens instantaneously.
(OTOH, I don't know if this is a property of ReiserFS itself or the
journaling mechanism, and if other journaled file systems suffer from
the same phenomenon.)
--
- Warp
Post a reply to this message
|
 |