i see... could you please post your /etc/fstab here just in case??
what happens if you mount the weird partition read-only, and then do a "reiserfsck --check" on it??
from the reiserfsck man page:
Quote:
AN EXAMPLE OF USING reiserfsck
1. You think something may be wrong with a reiserfs partition on
/dev/hda1 or you would just like to perform a periodic disk check.
2. Run reiserfsck --check --logfile check.log /dev/hda1. If reiserfsck
--check exits with status 0 it means no errors were discovered.
3. If reiserfsck --check exits with status 1 (and reports about fixable
corruptions) it means that you should run reiserfsck --fix-fixable
--logfile fixable.log /dev/hda1.
4. If reiserfsck --check exits with status 2 (and reports about fatal
corruptions) it means that you need to run reiserfsck --rebuild-tree.
If reiserfsck --check fails in some way you should also run reiserfsck
--rebuild-tree, but we also encourage you to submit this as a bug
report.
5. Before running reiserfsck --rebuild-tree, please make a backup of
the whole partition before proceeding. Then run reiserfsck --rebuild-
tree --logfile rebuild.log /dev/hda1.
6. If the reiserfsck --rebuild-tree step fails or does not recover what
you expected, please submit this as a bug report. Try to provide as
much information as possible including your platform and Linux kernel
version. We will try to help solve the problem.
|