Guest User

Untitled

a guest
Jul 23rd, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. # fdisk /dev/sdb
  2.  
  3. The number of cylinders for this disk is set to 121601.
  4. There is nothing wrong with that, but this is larger than 1024,
  5. and could in certain setups cause problems with:
  6. 1) software that runs at boot time (e.g., old versions of LILO)
  7. 2) booting and partitioning software from other OSs
  8. (e.g., DOS FDISK, OS/2 FDISK)
  9.  
  10. Command (m for help): p
  11.  
  12. Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes
  13. 255 heads, 63 sectors/track, 121601 cylinders
  14. Units = cylinders of 16065 * 512 = 8225280 bytes
  15. Disk identifier: 0x316b1b62
  16.  
  17. Device Boot Start End Blocks Id System
  18. /dev/sdb1 1 121601 976760001 fd Linux raid autodetect
  19.  
  20. Command (m for help): d
  21. Selected partition 1
  22.  
  23. Command (m for help): n
  24. Command action
  25. e extended
  26. p primary partition (1-4)
  27. p
  28. Partition number (1-4): 1
  29. First cylinder (1-121601, default 1):
  30. Using default value 1
  31. Last cylinder, +cylinders or +size{K,M,G} (1-121601, default 121601):
  32. Using default value 121601
  33.  
  34. Command (m for help): t
  35. Selected partition 1
  36. Hex code (type L to list codes): fd
  37. Changed system type of partition 1 to fd (Linux raid autodetect)
  38.  
  39. Command (m for help): w
  40. The partition table has been altered!
  41.  
  42. Calling ioctl() to re-read partition table.
  43.  
  44. WARNING: Re-reading the partition table failed with error 16: Device or resource busy.
  45. The kernel still uses the old table. The new table will be used at
  46. the next reboot or after you run partprobe(8) or kpartx(8)
  47. Syncing disks.
Add Comment
Please, Sign In to add comment