Comment 7 for bug 1884767

Revision history for this message
Seth Forshee (sforshee) wrote :

I was asked to provide some information about how to mount shiftfs, here is an example.

$ mkdir lower mark mnt
$ sudo mount -t shiftfs -o mark lower mark
$ unshare -Urm
# mount -t shiftfs mark mnt

mnt will then be a shiftfs mount with ids shifted into the user ns created by unshare.