Advertisement
Guest User

Mountproblems42

a guest
Mar 24th, 2018
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. pi@raspberrypi:~ $ sudo fdisk /dev/sda
  2.  
  3. Welcome to fdisk (util-linux 2.29.2).
  4. Changes will remain in memory only, until you decide to write them.
  5. Be careful before using the write command.
  6.  
  7.  
  8. Command (m for help): p
  9. Disk /dev/sda: 1.8 TiB, 2000398934016 bytes, 3907029168 sectors
  10. Units: sectors of 1 * 512 = 512 bytes
  11. Sector size (logical/physical): 512 bytes / 512 bytes
  12. I/O size (minimum/optimal): 512 bytes / 512 bytes
  13. Disklabel type: dos
  14. Disk identifier: 0xfdaff5ae
  15.  
  16. Device Boot Start End Sectors Size Id Type
  17. /dev/sda1 2048 3907029167 3907027120 1.8T 83 Linux
  18.  
  19. Command (m for help): q
  20.  
  21. pi@raspberrypi:~ $ sudo mount /dev/sda1 /media/zwoTsata
  22. mount: wrong fs type, bad option, bad superblock on /dev/sda1,
  23. missing codepage or helper program, or other error
  24.  
  25. In some cases useful info is found in syslog - try
  26. dmesg | tail or so.
  27. pi@raspberrypi:~ $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement