Re: How do I mount the USB stick containing the installer in Rescue Mode?
Hi.
On Thu, Jul 15, 2021 at 01:52:12PM +0200, Stella Ashburne wrote:
> > A usual thing with the modern desktop environments.
> > Check the output of "mount" and "df -Th" and /dev/sdb1 will probably be
> > there. I'd like to see the output of these commands too, btw.
> >
> Output of mount is
>
> root@perfect:/# mount
> /dev/mapper/perfect--vg-root on / type ext4 (rw,relatime)
> devtmpfs on /dev type devtmpfs (rw,relatime,size=8137669k,nr_inodes=2034417,mode=755)
> proc on /proc type proc (rw,relatime)
> sysfs on /sys type sysfs (rw,relatime)
> tmpfs on /run type tmpfs (rw,nosuid,relatime,size=1629756k,mode=755)
> root@perfect:/#
And yet it fails to mount /dev/sdb1. Interesting.
Ok, how about this (I'm assuming that the USB stick in question is
plugged in):
lsblk
fdisk -l /dev/sdb
file -sL /dev/sdb1
ls -al /media/usbdisk
mountpoint /media/usbdisk
Reco
Reply to: