Package: e2fsprogs
Version: 1.43.1-1
Severity: normal

The 'tune2fs -l' command modifies the file system.  The man page says:

 -l  List the contents of the filesystem superblock, including the
     current values of the parameters that can be set via this program.

To recreate the problem:

  # stat --format=%y /
  2016-07-15 07:23:18.767919229 -0600

  # tune2fs -l /dev/mapper/v1-root > /dev/null

  # stat --format=%y /
  2016-07-15 13:56:20.703068156 -0600

Interestingly:

  # chattr +i /

  # lsattr -d /
  ----i-------------- /

  # stat --format=%y /
  2016-07-15 13:56:20.703068156 -0600

  # tune2fs -l /dev/mapper/v1-root > /dev/null

  # stat --format=%y /
  2016-07-15 13:56:20.703068156 -0600

But no errors were produced.  So even though it is modifying the file
system it isn't checking error codes.

Thank you for maintaining these utilities in Debian.

Bob

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 4.6.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages e2fsprogs depends on:
ii  e2fslibs    1.43.1-1
ii  libblkid1   2.28-5
ii  libc6       2.23-1
ii  libcomerr2  1.43.1-1
ii  libss2      1.43.1-1
ii  libuuid1    2.28-5
ii  util-linux  2.28-5

e2fsprogs recommends no packages.

Versions of packages e2fsprogs suggests:
pn  e2fsck-static  <none>
pn  fuse2fs        <none>
ii  gpart          1:0.3-3
ii  parted         3.2-15

-- no debconf information

Reply via email to