bookmark

ext4 - How can I mount a filesystem, mapping userids? - Unix & Linux Stack Exchange


Description

So to map your files with user id 1001 in /mnt/wrong to /mnt/correct with user id 1234, run this command:

sudo bindfs --map=1001/1234 /mnt/wrong /mnt/correct

Preview

Tags

Users

  • @jil

Comments and Reviews