You should make sure you understand why you had the problem, and maybe guys with more experience can tell you if it is worth going to Reiserfs.
You can convert from any filesystem to any other filesystem by doing something like:
backup data with tar (and gzip or bzip2)
make new filesystem
untar backup into new filesystem
delete original filesystem
|