Advertisement
Guest User

Untitled

a guest
May 18th, 2012
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. pranjal@casper:~$ sudo mount -t ntfs-3g /dev/sdc1 /OS
  2. [sudo] password for pranjal:
  3. NTFS signature is missing.
  4. Failed to mount '/dev/sdc1': Invalid argument
  5. The device '/dev/sdc1' doesn't seem to have a valid NTFS.
  6. Maybe the wrong device is used? Or the whole disk instead of a
  7. partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
  8. pranjal@casper:~$ sudo mount -t ntfs-3g /dev/sda1 /OS
  9. fuse: failed to access mountpoint /OS: No such file or directory
  10. pranjal@casper:~$ sudo mount -t ntfs-3g /dev/sda /OS
  11. NTFS signature is missing.
  12. Failed to mount '/dev/sda': Invalid argument
  13. The device '/dev/sda' doesn't seem to have a valid NTFS.
  14. Maybe the wrong device is used? Or the whole disk instead of a
  15. partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
  16. pranjal@casper:~$ sudo mount -t ntfs-3g /dev/sda /media/OS
  17. NTFS signature is missing.
  18. Failed to mount '/dev/sda': Invalid argument
  19. The device '/dev/sda' doesn't seem to have a valid NTFS.
  20. Maybe the wrong device is used? Or the whole disk instead of a
  21. partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
  22. pranjal@casper:~$ sudo mount -t ntfs-3g /dev/sda1 /media/OS
  23. fuse: failed to access mountpoint /media/OS: No such file or directory
  24. pranjal@casper:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement