Comment 0 for bug 1959912

Revision history for this message
Burak Ates (atesburak) wrote :

Only a single user option (the first one) is taken into consideration when mounting a new disk regardless of the filesystem.

# mount /dev/sdd1 /mnt/cruizer -onodev,ro,x-gdu.hide,x-gvfs-hide
# findmnt --mtab /mnt/cruizer
TARGET SOURCE FSTYPE OPTIONS
/mnt/cruizer /dev/sdd1 fusebl ro,nodev,relatime,user_id=0,group_id=0,allow_oth
# grep /mnt/cruizer /run/mount/utab
SRC=/dev/sdd1 TARGET=/mnt/cruizer ROOT=/ OPTS=x-gdu.hide

Reported issue: https://github.com/util-linux/util-linux/issues/1583
Confirmed fix with upstream commit: https://github.com/util-linux/util-linux/commit/d85f45d5ddb020b9858356b4c2c91d962ac7e6d7