Follow-up Comment #2, bug #49942 (project grub):

Yes, but it doesn't mount the file system unless I add something more.


$ realpath /boot/efi
/boot/efi
$ mount | fgrep efi
systemd-1 on /boot/efi type autofs
(rw,relatime,fd=43,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
$ realpath /boot/efi/.
/boot/efi
$ mount | fgrep efi
systemd-1 on /boot/efi type autofs
(rw,relatime,fd=43,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
$ realpath /boot/efi/xyzzy
/boot/efi/xyzzy
$ mount | fgrep efi
systemd-1 on /boot/efi type autofs
(rw,relatime,fd=43,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
/dev/sda2 on /boot/efi type vfat
(rw,relatime,fmask=7113,dmask=7002,allow_utime=0020,shortname=lower,check=r,usefree,utf8,tz=UTC,errors=remount-ro)


`ls -ld /boot/efi` mounts; `stat /boot/efi` doesn't.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?49942>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/


_______________________________________________
Bug-grub mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-grub

Reply via email to