This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
su | |
mkdir /mnt/root | |
# You may use fdisk -l to list the devices | |
mount /dev/mapper/fedora-root /mnt/root | |
# Mount the boot partition, maybe /dev/sda1 | |
# As the system has both Ubuntu and Fedora installed, | |
# so sda3 in my case | |
mount /dev/sda<3> /mnt/root/boot |