[Bug 1959912] Re: libmount: multiple user options are not supported
Michael Vogt
1959912 at bugs.launchpad.net
Thu Feb 3 15:53:38 UTC 2022
** Description changed:
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
+ Reported issues: https://github.com/util-linux/util-linux/issues/1429 and https://github.com/util-linux/util-linux/issues/1583
Confirmed fix with upstream commit: https://github.com/util-linux/util-linux/commit/d85f45d5ddb020b9858356b4c2c91d962ac7e6d7
** Also affects: util-linux (Ubuntu Bionic)
Importance: Undecided
Status: New
** Also affects: util-linux (Ubuntu Impish)
Importance: Undecided
Status: New
** Also affects: util-linux (Ubuntu Jammy)
Importance: Undecided
Status: New
** Also affects: util-linux (Ubuntu Focal)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to util-linux in Ubuntu.
https://bugs.launchpad.net/bugs/1959912
Title:
libmount: multiple user options are not supported
Status in Util-Linux-ng:
Unknown
Status in util-linux package in Ubuntu:
New
Status in util-linux source package in Bionic:
New
Status in util-linux source package in Focal:
New
Status in util-linux source package in Impish:
New
Status in util-linux source package in Jammy:
New
Bug description:
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 issues: https://github.com/util-linux/util-linux/issues/1429 and https://github.com/util-linux/util-linux/issues/1583
Confirmed fix with upstream commit: https://github.com/util-linux/util-linux/commit/d85f45d5ddb020b9858356b4c2c91d962ac7e6d7
To manage notifications about this bug go to:
https://bugs.launchpad.net/util-linux-ng/+bug/1959912/+subscriptions
More information about the foundations-bugs
mailing list