problem:
* Checking root filesystem…
Reiserfs super block in block 16 on 0×342 of format 3.6 with standard journal
Blocks (total/free): 5002239/4781453 by 4096 bytes
Filesystem is clenly unmounted
Filesystem seems mounted read-only. Skipping journal replay.
Checking internal tree..finished [ ok ]
* Remounting root filesystem read/write…
* Root filesystem could not be mounted read/write :( [ !! ]
Solution: Remove the space in /etc/fstab between noatime, and notail.
/dev/hdb2 / reiserfs noatime, notail 0 1
should be
/dev/hdb2 / reiserfs noatime,notail 0 1
DOH!
More to come…


0 Responses to “n00b trouble”
Leave a Reply