daily pastebin goal
11%
SHARE
TWEET

Untitled

a guest Jan 12th, 2016 41 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. root@klhost:~# fdisk /dev/sdb
  2.  
  3. Command (m for help): p
  4.  
  5. Disk /dev/sdb: 85.9 GB, 85899345920 bytes
  6. 255 heads, 63 sectors/track, 10443 cylinders, total 167772160 sectors
  7. Units = sectors of 1 * 512 = 512 bytes
  8. Sector size (logical/physical): 512 bytes / 512 bytes
  9. I/O size (minimum/optimal): 512 bytes / 512 bytes
  10. Disk identifier: 0x0000337c
  11.  
  12.    Device Boot      Start         End      Blocks   Id  System
  13. /dev/sdb1   *        2048      499711      248832   83  Linux
  14. /dev/sdb2          501758   167772159    83635201    5  Extended
  15. /dev/sdb5          503806   167772159    83634177   8e  Linux LVM
  16.  
  17. Command (m for help): d
  18. Partition number (1-5): 5
  19.  
  20. Command (m for help): n
  21. Partition type:
  22.    p   primary (1 primary, 1 extended, 2 free)
  23.    l   logical (numbered from 5)
  24. Select (default p): l
  25. Adding logical partition 5
  26. First sector (503806-167772159, default 503806): 501760
  27. Value out of range.
  28. First sector (503806-167772159, default 503806):
RAW Paste Data
Top