Autor: aitor Data: Para: dng Assunto: Re: [DNG] unstable ownership of mount point
On 2/3/24 18:24, aitor wrote:
> In case the filesystem does support Linux permissions
For example, `ext4` filesystems. If you try to pass uid and gid to mount, you'll get a non null exit status (WEXITSTATUS=32),
because it's not possible to force an owner on the disk.
# mount -o uid=1000,git=1000 /dev/sdb1 /media/working