linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* e4defrag doesn't work on root filesystem
@ 2009-09-07 15:48 Ravi Pinjala
  2009-09-08  3:55 ` Eric Sandeen
  0 siblings, 1 reply; 3+ messages in thread
From: Ravi Pinjala @ 2009-09-07 15:48 UTC (permalink / raw)
  To: linux-ext4

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-09-08 13:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-07 15:48 e4defrag doesn't work on root filesystem Ravi Pinjala
2009-09-08  3:55 ` Eric Sandeen
2009-09-08 13:42   ` Ravi Pinjala

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).