Bruce Hill <daddy <at> happypenguincomputers.com> writes:
> Start by issuing "blkid" to determine what partitions are there. If you use -L > with mkfs.<whatever> then you should have a label, such as this: > peter ~ # blkid > /dev/sda1: LABEL="root" UUID="73362905-79dc-4512-9518-4c040963f80e" > TYPE="xfs" I used parted -l > mount /dev/≤old /> /mnt/gentoo > mount /dev/sda2 /mnt/gentoo/boot I got it mounted now: /dev/sda2 208820 80584 128236 39% /mnt/gentoo/boot /dev/sda3 61438696 51276944 10161752 84% /mnt/gentoo/new thx James

