On 05/17/2017 05:11 PM, Rick Stevens wrote:
Based on those guesses, if you're trying to mount the root filesystem of
the drive to do some doctoring under a rescue boot, you'd want to mount
/dev/sda6 at the /mnt/sysimage location:
mount /dev/sda6 /mnt/sysimage
First, however, you need to create the mountpoint:
mkdir /mnt/sysimage
as it's not there by default.
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org