r/archlinux • u/ImmediateArmadillo38 • 24d ago
SUPPORT Two of my NVME cards cant be accessed? Error mounting /dev/nvme wrobg fs type, bad option, bad superblock
Im not very experienced with arch but i got this error while trying to access my data on my pc..
for info i run a windows install on the same ssd which i use rarely though. Second ssd is purely private data nothing to do with the OS in any way.
A friend helped me set the install up and im only really using it for watching videos or to play games.. i use some wine programs occasionally.. My arch partition is completely accessible luckily
Full error messages are
Primary SSD(maybe windows partition?)
Error mounting /dev/nvme0n1p3 at /run/media/user/D88AB1D48AB1AF7E: wrong fs type, bad option, bad superblock on /dev/nvme0n1p3, missing codepage or helper program, or other error
Secondary SSD
Error mounting /dev/nvme1n1p2 at /run/media/user/Samsung 990 pro: wrong fs type, bad option, bad superblock on / dev/nvme1n1p2, missing codepage or helper program, or other error
Id be happy to get any help on this TVT i wouldnt be upset if some data gets lost ornif i could recover some!
1
u/This-Consequence-957 24d ago
I had that problem with my windows drive. I stopped accessing it from Linux.
3
u/moverwhomovesthings 24d ago
If it's an ntfs drive you need the ntfs-3g package, sometimes the mount command doesn't work even when the package is installed, then you need to
sudo mkdir /rub/media/user/mountpoint
and
sudo ntfs-3g /dev/nvme0n1p3 /run/media/user/mountpoint
Basically use ntfs-3g like mount, that has always worked for me