On 20/01/2025 20:37, Adam Weremczuk wrote:

sudo mount /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.

Is it for the drive plugged directly into a M.2 slot or through a USB adapter? In the latter case you should mount something like /dev/sdb. Notice that Dan suggested to explicitly specify filesystem type to mount (-t exfat). Review drives you have connected

      lsblk --fs -o +SIZE

I have tried a USB pendrive with exfat partition

    file -s /dev/sdb1
    /dev/sdb1: DOS/MBR boot sector

Perhaps it is due to "AA55h" signature in 510 and 511 bytes just like in MBR partition table
<https://learn.microsoft.com/en-gb/windows/win32/fileio/exfat-specification#3120-bootsignature-field>
So tools unaware of filesystem name in 3-10 bytes may be confused. Maybe they do not expect a "superfloppy" and take MBR with no partitions hypothesis first.


Reply via email to