You are not logged in.

#1 2021-05-13 14:47:00

ratcheer
Member
Registered: 2011-10-09
Posts: 924

[Solved] Cannot mount new /boot partition on new nvme drive

I thought I was close to booting to my new nvme drive on an existing Arch system. But, when I try to mount the /bootnew partition (I will rename it before I actually try to use it), I get this:

 # mkfs.fat -F 32 /dev/nvme0n1p1
mkfs.fat 4.2 (2021-01-31)
# mount /dev/nvme01n1p1 /bootnew
mount: /bootnew: special device /dev/nvme01n1p1 does not exist. 

blkid shows the partition:

/dev/nvme0n1p1: UUID="5CA0-297F" BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="EFI system partition" PARTUUID="1e47198d-72c3-4bf7-b928-d863f243ea96"

I can't understand what I'm doing wrong.

Last edited by ratcheer (2021-05-13 15:06:53)

Offline

#2 2021-05-13 14:58:52

sydneyj
Member
From: Texas, US
Registered: 2018-10-20
Posts: 24

Re: [Solved] Cannot mount new /boot partition on new nvme drive

Looks like just a typo...nvme01n1p1 != nvme0n1p1

Offline

#3 2021-05-13 15:06:34

ratcheer
Member
Registered: 2011-10-09
Posts: 924

Re: [Solved] Cannot mount new /boot partition on new nvme drive

Oh, crap! Thank you!

I have it mounted, now.

Offline

Board footer

Powered by FluxBB