Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4867

Beginners • Re: SD and NVMe partitions issue

$
0
0
The /dev/mmcblk0p2 is an 32 GBSD card and the /dev/mmcblk0p1 a 512GB NVMe.

No it isn't.

There is no NVMe drive or partition shown. An NVMe drive would be /dev/nvme something. An example from one of my Pi5 systems that boots from NVMe:

Code:

/dev/nvme0n1p1                1046508   127724    918784  13% /boot/firmware/dev/nvme0n1p2              121454132  8923304 106315200   8% /
/dev/mmcblk0p1 is the boot partition of the SD card and is 512MB. /dev/mmcblk0p2 is your root partition. Both are on your SD card.

Your NVMe drive is not currently mounted and you've not provided enough information for us to say why with any certainty.

If you want more help you need to post the following. Cut'n'paste text in code tags please not attached as images.
  • Which OS and which named release of the OS are you running? If you're not sure post the out put from

    Code:

    cat /etc/os-release
  • Lite or Desktop?
  • If desktop, booting to desktop or command line?
  • For either, with or without automatic login?
  • The output from

    Code:

    sudo lsblk
  • Is your NVMe drive connected via PCIe or USB?
  • If PCIe, the output from

    Code:

    sudo lspci
  • If USB, the output from

    Code:

    lsusb

Statistics: Posted by thagrol — Sat Jan 25, 2025 9:34 pm



Viewing all articles
Browse latest Browse all 4867

Trending Articles