Guest User

Untitled

a guest
Jun 23rd, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. thahauss@haussduo:~$ sudo fdisk -l /dev/sdb
  2. [sudo] password for thahauss:
  3.  
  4. Disk /dev/sdb: 2998.4 GB, 2998424043520 bytes
  5. 255 heads, 63 sectors/track, 364537 cylinders
  6. Units = cylinders of 16065 * 512 = 8225280 bytes
  7. Disk identifier: 0x00000000
  8.  
  9. Disk /dev/sdb doesn't contain a valid partition table
  10. thahauss@haussduo:~$ sudo fdisk -l /dev/sdb1
  11. thahauss@haussduo:~$ sudo fdisk -l /dev/sda
  12.  
  13. Disk /dev/sda: 150.0 GB, 150039945216 bytes
  14. 255 heads, 63 sectors/track, 18241 cylinders
  15. Units = cylinders of 16065 * 512 = 8225280 bytes
  16. Disk identifier: 0xa1c791a2
  17.  
  18. Device Boot Start End Blocks Id System
  19. /dev/sda1 1 6079 48829536 83 Linux
  20. /dev/sda2 6080 8997 23438835 5 Extended
  21. /dev/sda3 * 8998 9010 102400 7 HPFS/NTFS
  22. /dev/sda4 9010 18242 74150912 7 HPFS/NTFS
  23. /dev/sda5 6080 8511 19535008+ 83 Linux
  24. /dev/sda6 8512 8997 3903763+ 82 Linux swap / Solaris
  25. thahauss@haussduo:~$
Add Comment
Please, Sign In to add comment