Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. dew@dew-quad:~$ sudo mkdir -p /media/ntfs
  2. [sudo] password for dew:
  3. dew@dew-quad:~$ sudo mount /dev/sdb2 /media/ntfs
  4. Failed to read last sector (976760831): Argument invalide
  5. HINTS: Either the volume is a RAID/LDM but it wasn't setup yet,
  6. or it was not setup correctly (e.g. by not using mdadm --build ...),
  7. or a wrong device is tried to be mounted,
  8. or the partition table is corrupt (partition is smaller than NTFS),
  9. or the NTFS boot sector is corrupt (NTFS size is not valid).
  10. Failed to mount '/dev/sdb2': Argument invalide
  11. The device '/dev/sdb2' doesn't seem to have a valid NTFS.
  12. Maybe the wrong device is used? Or the whole disk instead of a
  13. partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement