Advertisement
Guest User

Untitled

a guest
Feb 1st, 2017
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. [root@nixos:/]# fdisk /dev/sdb
  2.  
  3. Welcome to fdisk (util-linux 2.28.1).
  4. Changes will remain in memory only, until you decide to write them.
  5. Be careful before using the write command.
  6.  
  7. Device /dev/sdb already contains a ext4 signature.
  8. The signature will be removed by a write command.
  9.  
  10. Device does not contain a recognized partition table.
  11. Created a new DOS disklabel with disk identifier 0x9d068c8a.
  12.  
  13. Command (m for help): n
  14. Partition type
  15. p primary (0 primary, 0 extended, 4 free)
  16. e extended (container for logical partitions)
  17. Select (default p): p
  18. Partition number (1-4, default 1): 3
  19. First sector (2048-250069679, default 2048):
  20. Last sector, +sectors or +size{K,M,G,T,P} (2048-250069679, default 250069679): +8G
  21.  
  22. Created a new partition 3 of type 'Linux' and of size 8 GiB.
  23.  
  24. Command (m for help): q
  25.  
  26.  
  27. [root@nixos:/]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement