On Thu, Mar 31, 2022 at 01:22:58PM +0200, Christian Brauner wrote: Hi Christian, Following the example in here. https://gitlab.com/brauner/fs.idmapped.overlay.xfstests.output/-/blob/main/manual.test.instructions sudo mount-idmapped --map-mount b:10000000:0:100000000000 ./my-tmp /mnt Initially I could not even create idmapped mounts. I had to specify full path and then it works. But relative path (./my-tmp) does not work. For example this works. /root/git/xfstests-dev/src/idmapped-mounts/mount-idmapped --map-mount b:10000000:0:100000000000 /root/idmapped-testing/my-tmp /root/idmapped-testing/shifted But this fails. $ /root/git/xfstests-dev/src/idmapped-mounts/mount-idmapped --map-mount b:10000000:0:100000000000 ./my-tmp shifted Bad file descriptor - Failed to open ./my-tmp Not sure if this is a limitation of idmapped-mounts or this is expected. Thanks Vivek