linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* btrfs fi du ERROR
@ 2016-03-21  6:37 Martin Volf
  2016-03-21 11:19 ` Austin S. Hemmelgarn
  2016-03-21 12:25 ` Austin S. Hemmelgarn
  0 siblings, 2 replies; 3+ messages in thread
From: Martin Volf @ 2016-03-21  6:37 UTC (permalink / raw)
  To: linux-btrfs

Hello,

I have just tried the new "btrfs fi du" command from btrfs-progs 4.5
on 4.4.6 linux kernel, and it gave me:

# btrfs fi du /bin
     Total   Exclusive  Set shared  Filename
(many lines of output for individual files, probably OK)
...
ERROR: cannot check space of '/bin': Unknown error -1

The -1 is ETXTBSY in this case:

# strace -o log btrfs fi du /bin &>/dev/null; tail log

newfstatat(3, "login", {st_mode=S_IFREG|0755, st_size=44784, ...}, 0) = 0
stat("/bin/login", {st_mode=S_IFREG|0755, st_size=44784, ...}) = 0
open("/bin/login", O_RDWR)              = -1 ETXTBSY (Text file busy)
close(3)                                = 0
write(2, "ERROR: ", 7)                  = 7
write(2, "cannot check space of '/bin': Un"..., 46) = 46
write(2, "\n", 1)                       = 1
write(1, "     Total   Exclusive  Set shar"..., 3161) = 3161
exit_group(1)                           = ?
+++ exited with 1 +++

Read-only snapshots give Unknown error -1 too, this time EROFS.

Is it expected?

-- 
Martin Volf

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

end of thread, other threads:[~2016-03-21 12:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-21  6:37 btrfs fi du ERROR Martin Volf
2016-03-21 11:19 ` Austin S. Hemmelgarn
2016-03-21 12:25 ` Austin S. Hemmelgarn

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).