lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 07 Sep 2009 10:48:01 -0500
From:	Ravi Pinjala <ravi@...tatic.net>
To:	linux-ext4@...r.kernel.org
Subject: e4defrag doesn't work on root filesystem

Hi,

I'm playing with e4defrag from e2frprogs git, and I've run into a bug.
When I try to defragment files on my root filesystem, it refuses to
acknowledge that the filesystem is ext4. I believe the problem is that
it checks the filesystem type by parsing /etc/mtab, but the root
filesystem shows up there like this:

rootfs on / type rootfs (rw)
/dev/root on / type ext4 (rw,noatime,barrier=1,data=ordered)

so it gets confused by the bogus first entry. It works just fine on
other ext4 filesystems I have.

(If this is the wrong mailing list, I apologize; I couldn't find one for
e2fsprogs, so I thought this was the next best thing.)

--Ravi
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ