![]() |
Root file sys check on JFS during boot fails with e2fsck message
Hello :)
After creating a new JFS root file system, boot (actually /etc/rc.d/rc.S ?) fails when checking it with: Code:
fsck 1.41.8Code:
root@CW8:~# /sbin/fsck -C -a /dev/sda7This is happening on Slackware 13.0 32-bit with a separate ext3 /boot file system and with /usr on root. A workaround would be to create /etc/fastboot but that's not ideal. Best Charles |
I haven't hit this problem myself, but it seems it tries to fsck the JFS filesystem using e2fsck, which is for ext[234] filesystems, so the problem may stem from there. Maybe your /etc/fstab indicates the wrong filesystem, or something similar.
|
Quote:
EDIT: yup, that was it :) |
| All times are GMT -5. The time now is 10:30 PM. |