У меня есть оригинальный Microsoft Windows 7 USB-ключ. Я хотел бы смонтировать его под Linux, но все мои попытки провалились:
# mount -o ro -t ntfs /dev/sdd1 /mnt/usb/
Failed to read last sector (16439295): Argument invalide
HINTS: Either the volume is a RAID/LDM but it wasn't setup yet,
or it was not setup correctly (e.g. by not using mdadm --build ...),
or a wrong device is tried to be mounted,
or the partition table is corrupt (partition is smaller than NTFS),
or the NTFS boot sector is corrupt (NTFS size is not valid).
Failed to mount '/dev/sdd1': Argument invalide
The device '/dev/sdd1' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
Я пытался с NTFS и VFAT без успеха. Как я мог установить это, пожалуйста?