All of lore.kernel.org
 help / color / mirror / Atom feed
* mkfs.erofs fails (failed to build shared xattrs, err 61)
@ 2024-03-12  9:57 Gael Donval
  2024-03-12 10:44 ` Gao Xiang
  0 siblings, 1 reply; 13+ messages in thread
From: Gael Donval @ 2024-03-12  9:57 UTC (permalink / raw)
  To: linux-erofs@lists.ozlabs.org

Dear list,

   $ mkdir foo && touch foo/bar && mkfs.erofs foo.erofs.img foo
   
   mkfs.erofs 1.7.1
   <E> erofs: failed to build shared xattrs: [Error 61] No data available
   <E> erofs: 	Could not format the device : [Error 61] No data available
   
That is at a location backed by BTRFS (btrfs-progs v6.7.1) on kernel 6.8.0.

If I use a TMPFS-supported folder instead all goes well.


Of course (NB "-x-1"),

   $ mkdir foo && touch foo/bar && mkfs.erofs -x-1 foo.erofs.img foo

also works but is not how mkfs.erofs is meant to work in the general case.

Kind regards,
Gaël

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

end of thread, other threads:[~2024-03-12 16:16 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-12  9:57 mkfs.erofs fails (failed to build shared xattrs, err 61) Gael Donval
2024-03-12 10:44 ` Gao Xiang
2024-03-12 10:45   ` Gao Xiang
2024-03-12 11:07     ` Gael Donval
2024-03-12 11:37       ` Gao Xiang
2024-03-12 11:57         ` Gao Xiang
2024-03-12 12:01         ` Gael Donval
2024-03-12 12:43           ` Gao Xiang
2024-03-12 13:14             ` Gael Donval
2024-03-12 14:15               ` Gao Xiang
2024-03-12 15:29                 ` Gael Donval
2024-03-12 15:39                   ` Gao Xiang
2024-03-12 16:15                     ` Gael Donval

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.