Comment 7 for bug 1978426

Revision history for this message
Maarten Jacobs (maarten256) wrote :

I now have a few machines on different releases (18.04, 20.04, 22.04) so I can compare.

On 18.04:
Output from mount:
/etc/auto.<redacted> on /home/<redacted>/Documents type autofs (rw,relatime,fd=6,pgrp=1323,timeout=300,minproto=5,maxproto=5,direct,pipe_ino=27955)
<redacted>:/<redacted>/Documents on /home/<redacted>/Documents type nfs4 (rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=<redacted>,local_lock=none,addr=<redacted>)

Output from gio mount -l:
Drive(0): SanDisk SDSSDA120G
  Type: GProxyDrive (GProxyVolumeMonitorUDisks2)
Drive(1): TSSTcorpCD-ROM TS-L162C
  Type: GProxyDrive (GProxyVolumeMonitorUDisks2)
Mount(0): Documents -> file:///home/<redacted>/Documents
  Type: GProxyMount (GProxyVolumeMonitorUDisks2)

On 22.04:
Output from mount:
/etc/auto.<redacted> on /home/<redacted>/Documents type autofs (rw,relatime,fd=6,pgrp=1048,timeout=300,minproto=5,maxproto=5,direct,pipe_ino=28209)
<redacted>:/<redacted>/Documents on /home/<redacted>/Documents type nfs4 (rw,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=<redacted>,local_lock=none,addr=<redacted>)

Output from gio mount -l:
Drive(0): SSD2SC120G1SA754D117-820
  Type: GProxyDrive (GProxyVolumeMonitorUDisks2)
Mount(4): Documents -> file:///home/jacobsma/Documents
  Type: GProxyMount (GProxyVolumeMonitorUDisks2)
Mount(5): Documents -> file:///home/jacobsma/Documents
  Type: GProxyMount (GProxyVolumeMonitorUDisks2)

gio mount does show the same mount twice on 22.04, but only once on 18.04. Oddly enough, the "ignore" mount option isn't set on either, so while I thought that might be related to this problem perhaps it isn't.

Should this bug be assigned to glibc (as you suggested), and the title should be updated since the ignore mount option doesn't seem to matter?