Bugzilla – Bug 285467
fsck: fsck.jfs not found
Last modified: 2008-04-15 09:15:52 UTC
A snippet from /var/log/boot.msg: (I believe this is the first boot after phase1): Checking root file system... fsck 1.40-WIP (14-Nov-2006) fsck: fsck.jfs: not found fsck: Error 2 while executing fsck.jfs for /dev/disk/by-id/scsi-SATA_HDS722540VLAT20_VNR15FC1RAM21M-part3 donemount: according to mtab, /dev/sda3 is already mounted on / Activating device mapper... done Starting MD Raid done Waiting for udev to settle... Scanning for LVM volume groups... Reading all physical volumes. This may take a while... No volume groups found No volume groups found Activating LVM volume groups... No volume groups found done Checking file systems... fsck 1.40-WIP (14-Nov-2006) fsck: cannot check /dev/disk/by-id/scsi-SATA_HDS722540VLAT20_VNR15FC1RAM21M-part3: fsck.jfs not found fsck: cannot check /dev/disk/by-id/scsi-SATA_HDS722540VLAT20_VNR15FC1RAM21M-part1: fsck.jfs not found donedone
I'd guess this is a problem of the installer not having fsck.jfs accessible at this point; assigning to the installer team.
Snwint, please, make sure that fsck.jfs is part of the inst-sys. Thanks.
It sure is there. The report is about _after_ the reboot. I'd rather suspect a zypp issue (like with xfs).
Ah, I see. I'd reassign this to Thomas or Arvin but I think this functionality was wanted from libzypp (xfs packages for xfs filesystem, jfs for jfs filesystem ...)
*** This bug has been marked as a duplicate of bug 271912 ***
I am reopening this - exactly the same problem has now reappeared in Factory: ----- Starting udevd: done Loading required kernel modules doneActivating swap-devices in /etc/fstab... doneChecking root file system... fsck 1.40.8 (13-Mar-2008) fsck: fsck.jfs: not found fsck: Error 2 while executing fsck.jfs for /dev/ida/c0d0p1 donemount: according to mtab, /dev/ida/c0d0p1 is already mounted on / Setting up the hardware clock done Activating device mapper... done Waiting for udev to settle... Scanning for LVM volume groups... Reading all physical volumes. This may take a while... Found volume group "MYSQL" using metadata type lvm2 Found volume group "HOME" using metadata type lvm2 Found volume group "Quarantine" using metadata type lvm2 Activating LVM volume groups... 1 logical volume(s) in volume group "MYSQL" now active 1 logical volume(s) in volume group "HOME" now active 1 logical volume(s) in volume group "Quarantine" now active done /usr/bin/tac Checking file systems... fsck 1.40.8 (13-Mar-2008) fsck: cannot check /dev/ida/c0d0p1: fsck.jfs not found fsck: cannot check /dev/ida/c0d1p2: fsck.jfs not found donedone Mounting local file systems... proc on /proc type proc (rw) sysfs on /sys type sysfs (rw) -----
Evaluation of filesystem dependencies is fixed in libzypp-4.11.1. (for beta1)