Package: e2fsprogs Version: 1.42.12-1 Severity: important Upon boot I saw that a large file system was up for periodic check at the next boot. To shorten the next boot time, I umounted the file system and wanted to run e2fsck on it as I've done in the past. However, e2fsck refuses to do anything, stating:
e2fsck 1.42.12 (29-Aug-2014)
… is in use.
e2fsck: Cannot continue, aborting.
To verify that this was not a problem with this specific file system,
I tried another one:
root@sneo:~# mount | grep video
/dev/mapper/system_vg-video_lv on /scr/media/video type ext3
(rw,nosuid,nodev,noexec,relatime,errors=continue,barrier=1,data=ordered)
root@sneo:~# fuser /scr/media/video/
root@sneo:~#
root@sneo:~# umount /dev/mapper/system_vg-video_lv
root@sneo:~#
root@sneo:~# mount | grep video
root@sneo:~#
root@sneo:~# LC_ALL=C e2fsck /dev/mapper/system_vg-video_lv
e2fsck 1.42.12 (29-Aug-2014)
/dev/mapper/system_vg-video_lv is in use.
e2fsck: Cannot continue, aborting.
root@sneo:~# mount /dev/mapper/system_vg-video_lv
root@sneo:~# mount | grep video
/dev/mapper/system_vg-video_lv on /scr/media/video type ext3
(rw,nosuid,nodev,noexec,relatime,errors=continue,barrier=1,data=ordered)
root@sneo:~#
I recently did this to enlarge file systems / lvm volumes, so it just
recently broke. (Sorry, I cannot give you exact dates, I don't log
this for my private machine).
P.S. Upon boot another (large) file system was checked, so checking in
principle seems to work stilll
-- System Information:
Debian Release: jessie/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.61sneo.02-grsec (SMP w/6 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) (ignored: LC_ALL
set to de_DE.UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages e2fsprogs depends on:
ii e2fslibs 1.42.12-1
ii libblkid1 2.25.2-2
ii libc6 2.19-12
ii libcomerr2 1.42.12-1
ii libss2 1.42.12-1
ii libuuid1 2.25.2-2
ii util-linux 2.25.2-2
e2fsprogs recommends no packages.
Versions of packages e2fsprogs suggests:
pn e2fsck-static <none>
pn gpart <none>
ii parted 3.2-6
-- no debconf information
--
Dr. Helge Kreutzmann [email protected]
Dipl.-Phys. http://www.helgefjell.de/debian.php
64bit GNU powered gpg signed mail preferred
Help keep free software "libre": http://www.ffii.de/
signature.asc
Description: Digital signature

