Hi Pete,

"Hans-Peter Jansen":
> au_xino_create:659:mount[7044]: xino doesn't support /tmp/.aufs.xino(xfs)
>
> Hmm, /tmp is xfs

Correct.
Aufs2 rejects placing XINO files on XFS while aufs1 allowed it.


> $ mount -t tmpfs -o size=200M tmpfs /var/tmp/.xino
>
> $ mount -t aufs -o br:/work/01rw=rw:/work/01ro=ro,xino=/var/tmp/.xino 
> aufs /work/01
>
> Apr 24 01:09:05 tyrex kernel: [  244.383688] aufs 
> au_xino_create:631:mount[7073]: open /var/tmp/.xino(-17)

XINO files should not exist. -17 means EEXIST "File exists".
If you ran
$ mount -t tmpfs -o size=200M tmpfs /var/tmp
$ mount -t aufs -o xino=/var/tmp/.xino ...
then you would succeed.
It is a specification since aufs1.


J. R. Okajima

------------------------------------------------------------------------------

Reply via email to