Package: xfsprogs
Version: 2.8.11-1
Severity: normal
Tags: patch
fsck.xfs doesn't check to see if the device it is asked to check
exists. This can result in a system booting with an incomplete set of
filesystem mounts. The included patch works for me, although I only
have a limited number of systems on which to test it.
-- System Information:
Debian Release: 4.0
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-xen-amd64
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages xfsprogs depends on:
ii libc6 2.3.6.ds1-13etch2 GNU C Library: Shared libraries
ii libreadl 5.2-2 GNU readline and history libraries
ii libuuid1 1.39+1.40-WIP-2006.11.14+dfsg-2 universally unique id library
xfsprogs recommends no packages.
-- no debconf information
12a13,17
> eval DEV=\${$#}
> if [ ! -b $DEV ]; then
> echo "$0: $DEV does not exist or is not a block device"
> exit 8
> fi