mkfs.erofs fails (failed to build shared xattrs, err 61)

2024-03-12 Thread Gael Donval
Dear list, $ mkdir foo && touch foo/bar && mkfs.erofs foo.erofs.img foo mkfs.erofs 1.7.1 erofs: failed to build shared xattrs: [Error 61] No data available erofs: Could not format the device : [Error 61] No data available That is at a location backed by BTRFS (btrfs-progs

Re: mkfs.erofs fails (failed to build shared xattrs, err 61)

2024-03-12 Thread Gao Xiang
Hi Gael, On 2024/3/12 17:57, Gael Donval wrote: Dear list, $ mkdir foo && touch foo/bar && mkfs.erofs foo.erofs.img foo mkfs.erofs 1.7.1 erofs: failed to build shared xattrs: [Error 61] No data available erofs:Could not format the device : [Error 61] No data

Re: mkfs.erofs fails (failed to build shared xattrs, err 61)

2024-03-12 Thread Gao Xiang
On 2024/3/12 18:44, Gao Xiang wrote: Hi Gael, On 2024/3/12 17:57, Gael Donval wrote: Dear list,     $ mkdir foo && touch foo/bar && mkfs.erofs foo.erofs.img foo     mkfs.erofs 1.7.1     erofs: failed to build shared xattrs: [Error 61] No data available     erofs: Could not format the

Re: mkfs.erofs fails (failed to build shared xattrs, err 61)

2024-03-12 Thread Gael Donval
> On 2024/3/12 18:44, Gao Xiang wrote: > > Hi Gael, > > > > On 2024/3/12 17:57, Gael Donval wrote: > > > Dear list, > > > > > >     $ mkdir foo && touch foo/bar && mkfs.erofs foo.erofs.img foo > > >     mkfs.erofs 1.7.1 > > >     erofs: failed to build shared xattrs: [Error 61] No data > > >

Re: mkfs.erofs fails (failed to build shared xattrs, err 61)

2024-03-12 Thread Gao Xiang
On 2024/3/12 19:07, Gael Donval wrote: On 2024/3/12 18:44, Gao Xiang wrote: Hi Gael, On 2024/3/12 17:57, Gael Donval wrote: Dear list,     $ mkdir foo && touch foo/bar && mkfs.erofs foo.erofs.img foo     mkfs.erofs 1.7.1     erofs: failed to build shared xattrs: [Error 61] No data

Re: mkfs.erofs fails (failed to build shared xattrs, err 61)

2024-03-12 Thread Gael Donval
On Tue, 2024-03-12 at 19:37 +0800, Gao Xiang wrote: > > > On 2024/3/12 19:07, Gael Donval wrote: > > > On 2024/3/12 18:44, Gao Xiang wrote: > > > > Hi Gael, > > > > > > > > On 2024/3/12 17:57, Gael Donval wrote: > > > > > Dear list, > > > > > > > > > > $ mkdir foo && touch foo/bar &&

Re: mkfs.erofs fails (failed to build shared xattrs, err 61)

2024-03-12 Thread Gao Xiang
On 2024/3/12 20:01, Gael Donval wrote: On Tue, 2024-03-12 at 19:37 +0800, Gao Xiang wrote: On 2024/3/12 19:07, Gael Donval wrote: On 2024/3/12 18:44, Gao Xiang wrote: Hi Gael, On 2024/3/12 17:57, Gael Donval wrote: Dear list, $ mkdir foo && touch foo/bar && mkfs.erofs

Re: mkfs.erofs fails (failed to build shared xattrs, err 61)

2024-03-12 Thread Gael Donval
On Tue, 2024-03-12 at 20:43 +0800, Gao Xiang wrote: > > > On 2024/3/12 20:01, Gael Donval wrote: > > On Tue, 2024-03-12 at 19:37 +0800, Gao Xiang wrote: > > > > > > > > > On 2024/3/12 19:07, Gael Donval wrote: > > > > > On 2024/3/12 18:44, Gao Xiang wrote: > > > > > > Hi Gael, > > > > > > > >

Re: mkfs.erofs fails (failed to build shared xattrs, err 61)

2024-03-12 Thread Gao Xiang
On 2024/3/12 19:37, Gao Xiang wrote: On 2024/3/12 19:07, Gael Donval wrote: On 2024/3/12 18:44, Gao Xiang wrote: Hi Gael, On 2024/3/12 17:57, Gael Donval wrote: Dear list, $ mkdir foo && touch foo/bar && mkfs.erofs foo.erofs.img foo mkfs.erofs 1.7.1 erofs: failed to

Re: mkfs.erofs fails (failed to build shared xattrs, err 61)

2024-03-12 Thread Gao Xiang
On 2024/3/12 21:14, Gael Donval wrote: On Tue, 2024-03-12 at 20:43 +0800, Gao Xiang wrote: ... Yes, but that needs a new version (maybe erofs-utils 1.8) though. Of course! Also I'm not sure how tar --xattrs works for "btrfs.compression", does it also work in a relaxed mode? Could

Re: mkfs.erofs fails (failed to build shared xattrs, err 61)

2024-03-12 Thread Gao Xiang
On 2024/3/12 23:29, Gael Donval wrote: On Tue, 2024-03-12 at 22:15 +0800, Gao Xiang wrote: On 2024/3/12 21:14, Gael Donval wrote: On Tue, 2024-03-12 at 20:43 +0800, Gao Xiang wrote: ... Yes, but that needs a new version (maybe erofs-utils 1.8) though. Of course! Also I'm not

Re: mkfs.erofs fails (failed to build shared xattrs, err 61)

2024-03-12 Thread Gael Donval
On Tue, 2024-03-12 at 22:15 +0800, Gao Xiang wrote: > > > On 2024/3/12 21:14, Gael Donval wrote: > > On Tue, 2024-03-12 at 20:43 +0800, Gao Xiang wrote: > > > > > ... > > > > Yes, but that needs a new version (maybe erofs-utils 1.8) though. > > > > Of course! > > > > > > > > Also I'm not

Re: mkfs.erofs fails (failed to build shared xattrs, err 61)

2024-03-12 Thread Gael Donval
> > If there is harm, mkfs.erofs should strip anything that it does not > > support without producing an error. > > > > Either way, there should be no error. :) > > Fair enough, I think I will do this for erofs-utils 1.8, but I tend > to consider unsupported xattr namespaces as warn messages,

Re: [GIT PULL] erofs updates for 6.9-rc1

2024-03-12 Thread pr-tracker-bot
The pull request you sent on Tue, 12 Mar 2024 13:30:06 +0800: > git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs.git > tags/erofs-for-6.9-rc1 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/f153fbe1ea11939e2514ba4b3b62bbd946e2892c Thank you! --