#Error when trying to mount the root partition when installing gentoo
1 messages · Page 1 of 1 (latest)
looks like you forgot to format it, i.e. mkfs.ext4 /dev/nvme0n1p3 for EXT4
note that this wipes it
what does dmesg say?
you tried to mount a different partition than the one you formatted
you formatted nvme0n1p3 and tried to mount nvme0n1, which is the whole drive
whick is not really something you can do like that