Package: e2fsprogs
Version: 1.40.11-1
Severity: normal
On startup, fsck -A, called from /etc/init.d/checkfs.sh, apparently tries to
check all filesystems listed in /etc/fstab, including those with option noauto.
I have an external USB-disk for backups and since some recent update, I get
consistently dropped to the maintenance console on startup, no matter if the
disk is powered on or not.
In /etc/fstab I have
LABEL=rsnapshot /usr/var/cache/rsnapshot auto
noauto,ro,user,noatime,nodiratime 0 2
and I also tried
UUID=ea5196c8-ee9a-4297-9bfc-42148eb82c30 /usr/var/cache/rsnapshot auto
noauto,ro,user,noatime,nodiratime 0 2
Both, label and uuid, are correctly mapped to /dev/sdb1 in /etc/blkid.tab.
Nevertheless, I get the following error message in /var/log/fsck/checkfs
Log of fsck -C -V -R -A -a
Wed Jun 25 08:09:23 2008
fsck 1.40.11 (17-June-2008)
Checking all file systems.
[/sbin/fsck.ext3 (1) -- /usr/var/cache/rsnapshot] fsck.ext3 -a -C0 /dev/sdb1
fsck.ext3: No such file or directory while trying to open /dev/sdb1
/dev/sdb1:
The superblock could not be read or does not describe a correct ext2
filesystem. If the device is valid and it really contains an ext2
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>
fsck died with exit status 8
When the disk is attached and powered on, it might not be available yet, as the
timestamp in /var/log/syslog indicates
Jun 25 08:10:22 debby kernel: sd 2:0:0:0: [sdb] Attached SCSI disk
At any rate, fsck should not try to check disk that aren't there.
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores)
Locale: LANG=POSIX, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages e2fsprogs depends on:
ii e2fslibs 1.40.11-1 ext2 filesystem libraries
ii libblkid1 1.40.11-1 block device id library
ii libc6 2.7-12 GNU C Library: Shared libraries
ii libcomerr2 1.40.11-1 common error description library
ii libss2 1.40.11-1 command-line interface parsing lib
ii libuuid1 1.40.11-1 universally unique id library
e2fsprogs recommends no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]