1) Recently, another time I had the error regarding to "file system with errors" twice.
First time: fsck corrected file system
Second time: fsck couldnt correct the error then:
2) Complete log by hand
Accesing loopback file on /dev/hda50...
INIT: version 2.78-knoopix booting
Running Linux Kernel 2.4.31-xbox
Running from HD, checking filesystems...
Activating swap...
Checking root file system
fsck 1.34-WIP (21-May-2003)
/dev/loop0 contains a file system with errors check forced
Inode 203447 has illegal block(s)
/dev/loop0: UNEXPECTED INCONSISTENCY ; RUN fsck MANUALLY
(i.e, without -a or -p options)
fsck failed. Please repair manually and reboot. Please note that the root file system is currently mounted as read-only. To remount it read-write:
#mount -n -o remount,rw /
CONTROL-D will exit from this shell and REBOOT the sytem.
su (pam-unix)[72]: session opened for user dsl by (UID=O)
Starting X...
xauth: error in locking authority file /home/dsl/.Xauthority
xauth: error in locking authority file /home/dsl/.Xauthority
xauth: error in locking authority file /home/dsl/.Xauthority
xauth: error in locking authority file /home/dsl/.Xauthority
Fatal server error
Could not create lock file /tmp/.tX0-lock
When reporting a problem related to a server crash, please send the full server output, not just the last messages.
Please report problems to
[email protected]giving up
xinit: Connection refused (errno 111): unable to connect to X server
xinit: No such process (errno 3): Server error
xauth: error in locking authority file /home/dsl/.Xauthority
dsl@console[dsl]$
3) Then I booted XEBIAN. The commands executed as root:
mkdir /mnt/E
mount /dev/hda50 /mnt/E
fsck /mnt/E/xdslfs
4) And fsck corrected the file system, it ask me a lot of questions, as I don't have the knowledge, answered Y to all questions.
5) Finally run xdsl 0.7, and all seems OK

.
*** I will post the fsck output tomorrow, maybe it would help to correct this continuous file system error in xdsl 0.7 Alpha.
*** Also I will format my HD to avoid hardware related problems, and try a new Loopback Install to see if problem persists.
*** I assume that this procedure could be similar by booting xdsl from live CD to execute fsck and correct the file system.