Advertisement
GAMELASTER

Untitled

Oct 11th, 2018
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1. + set -e
  2. + IMAGE_NAME=pine64-stretch-20181012-sopine.img
  3. + IMAGE_SIZE=6144M
  4. + PART_POSITION=20480
  5. + FAT_SIZE=100
  6. + SWAP_SIZE=2048
  7. + [ -z pine64-stretch-20181012-sopine.img ]
  8. + fallocate -l 6144M pine64-stretch-20181012-sopine.img
  9. + + cat
  10. fdisk pine64-stretch-20181012-sopine.img
  11.  
  12. Welcome to fdisk (util-linux 2.29.2).
  13. Changes will remain in memory only, until you decide to write them.
  14. Be careful before using the write command.
  15.  
  16. Device does not contain a recognized partition table.
  17. Created a new DOS disklabel with disk identifier 0x1ee3d570.
  18.  
  19. Command (m for help): Created a new DOS disklabel with disk identifier 0x0d4d65c7.
  20.  
  21. Command (m for help): Partition type
  22. p primary (0 primary, 0 extended, 4 free)
  23. e extended (container for logical partitions)
  24. Select (default p): Partition number (1-4, default 1): First sector (2048-12582911, default 2048): Last sector, +sectors or +size{K,M,G,T,P} (40960-12582911, default 12582911):
  25. Created a new partition 1 of type 'Linux' and of size 100 MiB.
  26.  
  27. Command (m for help): Selected partition 1
  28. Partition type (type L to list all types): Changed type of partition 'Linux' to 'W95 FAT32 (LBA)'.
  29.  
  30. Command (m for help): Partition type
  31. p primary (1 primary, 0 extended, 3 free)
  32. e extended (container for logical partitions)
  33. Select (default p): Partition number (2-4, default 2): First sector (2048-12582911, default 2048): Last sector, +sectors or +size{K,M,G,T,P} (245760-12582911, default 12582911):
  34. Created a new partition 2 of type 'Linux' and of size 2 GiB.
  35.  
  36. Command (m for help): Partition number (1,2, default 2): Partition type (type L to list all types):
  37. Changed type of partition 'Linux' to 'Linux swap / Solaris'.
  38.  
  39. Command (m for help): Partition type
  40. p primary (2 primary, 0 extended, 2 free)
  41. e extended (container for logical partitions)
  42. Select (default p): Partition number (3,4, default 3): First sector (2048-12582911, default 2048): Last sector, +sectors or +size{K,M,G,T,P} (4440064-12582911, default 12582911): Last sector, +sectors or +size{K,M,G,T,P} (4440064-12582911, default 12582911): Value out of range.
  43. Last sector, +sectors or +size{K,M,G,T,P} (4440064-12582911, default 12582911): Value out of range.
  44. Last sector, +sectors or +size{K,M,G,T,P} (4440064-12582911, default 12582911): Last sector, +sectors or +size{K,M,G,T,P} (4440064-12582911, default 12582911): Value out of range.
  45. Last sector, +sectors or +size{K,M,G,T,P} (4440064-12582911, default 12582911): Last sector, +sectors or +size{K,M,G,T,P} (4440064-12582911, default 12582911):
  46. Do you really want to quit?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement