Solution Frank13 Posted July 9, 2021 Solution Posted July 9, 2021 Hi everybody, I am searching for help with my nvme ssd on my RockPi4 - I am a beginner in linux... I tried several things but now i am stuck... The hardware seems to work - sudo blkid gives /dev/mmcblk2p1: UUID="f64fc0b4-7660-4994-b713-880dd6b7886a" TYPE="ext4" PARTUUID="e3470912-01" /dev/zram0: UUID="b4882aaf-3711-42e2-90e4-146c40ebc73d" TYPE="swap" /dev/zram1: LABEL="log2ram" UUID="60c2c56f-19a4-45c0-83e4-a6007431733d" TYPE="ext4" /dev/mmcblk2: PTUUID="e3470912" PTTYPE="dos" /dev/nvme0n1: UUID="39789eff-ad29-4a45-9f4d-d260fe385ebf" TYPE="ext4" PTUUID="baf98b46" PTTYPE="dos" /dev/nvme0n1p1: PARTUUID="baf98b46-01" I also added a line in the /etc/fstab: UUID=39789eff-ad29-4a45-9f4d-d260fe385ebf /media/nvmssd ext4 default 0 0 But when i try sudo mount-a i always get an error: mount: /media/nvmssd: wrong fs type, bad option, bad superblock on /dev/nvme0n1p1, missing codepage or helper program, or other error. I simply dont know how to solve the problem...
Werner Posted July 9, 2021 Posted July 9, 2021 What does dmesg show? Did you create proper fs on nvme0n1p1?
Frank13 Posted July 10, 2021 Author Posted July 10, 2021 Hi everybody, The problem is solved... I think the reason for the problem was an error on the boot-EMMC in the RockPi. The system crashed and was not able to reboot. After i replaced the EMMC ( I made a copy of it before installing the SSD), I tried again and it worked... Thanks!
Recommended Posts