raspberrypi-ui / piclone

Utility to back up Pi to an SD card reader
260 stars 62 forks source link

Fix issue with nvme devices #33

Closed peterharperuk closed 3 years ago

peterharperuk commented 3 years ago

With cm4/io board you can plug an nvme card into the pcie slot. The sd card copier allows you to select this as a destination but it fails to create any partitions. It seems to be accessing the device as /dev/nvme0n11 rather than /dev/nvme0n1p1 etc