On Sat, 15 Jul 2023 03:01:05 +0100, Peter Humphrey wrote:

> Now, my question is: is it safe for me to mount the boot partition on
> /boot and /mnt/rescue/boot simultaneously? The man page hints that it
> is, and I can see them both:
> 
> $ cat /proc/mounts | grep boot
> /dev/sda2 /mnt/rescue/boot vfat
> rw,relatime,fmask=0022,dmask=0022,codepage=850,iocharset=iso8859-1,shortname=mixed,errors=remount-ro
> 0 0 /dev/sda2 /boot vfat
> rw,relatime,fmask=0022,dmask=0022,codepage=850,iocharset=iso8859-1,shortname=mixed,errors=remount-ro
> 0 0

It looks OK, but it might be cleaner to use a bind mount

mount --bind /boot /mnt/rescue/boot


-- 
Neil Bothwick

Don't forget that MS-Windows is just a temporary workaround until you can
switch to a GNU system.

Attachment: pgpWa6LQMwHG3.pgp
Description: OpenPGP digital signature

Reply via email to