On 1/20/25 11:15, Adam Weremczuk wrote: > Also: > > sudo mount -t exfat /dev/nvme0n1 /mnt/nvme0n1 > mount: /mnt/nvme0n1: wrong fs type, bad option, bad superblock on /dev/ > nvme0n1, missing codepage or helper program, or other error. > > makes no difference.
If it thinks exfat is the wrong type, try sudo sh -c "file - < /dev/nvme0n1" to find out what filesystem is actually there.