Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. cereal@cereal-VGN-NS110D:~$ sudo fdisk -l
  2.  
  3. Disk /dev/sda: 160.0 GB, 160041885696 bytes
  4. 255 heads, 63 sectors/track, 19457 cylinders
  5. Units = cylinders of 16065 * 512 = 8225280 bytes
  6. Sector size (logical/physical): 512 bytes / 512 bytes
  7. I/O size (minimum/optimal): 512 bytes / 512 bytes
  8. Disk identifier: 0x000bc5fe
  9.  
  10. Device Boot Start End Blocks Id System
  11. /dev/sda1 * 1 18693 150145024 83 Linux
  12. /dev/sda2 18693 19458 6142977 5 Extended
  13. /dev/sda5 18693 19458 6142976 82 Linux swap / Solaris
  14.  
  15. Disk /dev/sdb: 120.0 GB, 120034123776 bytes
  16. 255 heads, 63 sectors/track, 14593 cylinders
  17. Units = cylinders of 16065 * 512 = 8225280 bytes
  18. Sector size (logical/physical): 512 bytes / 512 bytes
  19. I/O size (minimum/optimal): 512 bytes / 512 bytes
  20. Disk identifier: 0x00000000
  21.  
  22. Disk /dev/sdb doesn't contain a valid partition table
  23. cereal@cereal-VGN-NS110D:~$ fdisk /dev/sdb
  24.  
  25. Unable to open /dev/sdb
  26. cereal@cereal-VGN-NS110D:~$ sudo fdisk /dev/sdb
  27. Device contains neither a valid DOS partition table, nor Sun, SGI or OSF disklabel
  28. Building a new DOS disklabel with disk identifier 0x58b63741.
  29. Changes will remain in memory only, until you decide to write them.
  30. After that, of course, the previous content won't be recoverable.
  31.  
  32. Warning: invalid flag 0x0000 of partition table 4 will be corrected by w(rite)
  33.  
  34. WARNING: DOS-compatible mode is deprecated. It's strongly recommended to
  35. switch off the mode (command 'c') and change display units to
  36. sectors (command 'u').
  37.  
  38. Command (m for help):
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement