Advertisement
ntman

erase and partition drive target drive for XBOX

Jul 26th, 2019
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.48 KB | None | 0 0
  1. $ sudo ./create_xbox_drive.sh -d /dev/sdc -s 1 -t 2
  2. Partitioning device /dev/sdc please be patient . . .
  3. Dynamic sizing User Content partition: 2090575331328
  4. /dev/sdc has been successfully wiped
  5. Creating Partition 1 2048 --> 85985279
  6. Creating new GPT entries in memory.
  7. The operation has completed successfully.
  8. The operation has completed successfully.
  9. Setting name!
  10. partNum is 0
  11. The operation has completed successfully.
  12. Creating Partition 2 85985280 --> 4169140223
  13. The operation has completed successfully.
  14. The operation has completed successfully.
  15. Setting name!
  16. partNum is 1
  17. The operation has completed successfully.
  18. Creating Partition 3 4169140224 --> 4253026303
  19. The operation has completed successfully.
  20. The operation has completed successfully.
  21. Setting name!
  22. partNum is 2
  23. The operation has completed successfully.
  24. Creating Partition 4 4253026304 --> 4278192127
  25. The operation has completed successfully.
  26. The operation has completed successfully.
  27. Setting name!
  28. partNum is 3
  29. The operation has completed successfully.
  30. Creating Partition 5 4278192128 --> 4292872191
  31. The operation has completed successfully.
  32. The operation has completed successfully.
  33. Setting name!
  34. partNum is 4
  35. The operation has completed successfully.
  36.  
  37. Disk Partitioning Complete
  38. Copy the folder contents from the original drive with:
  39. 'create_xbox_drive.sh --source /dev/sd? --drive /dev/sdc --stage 2 --disktype 2'
  40. Or set proper GUID values with:
  41. 'create_xbox_drive.sh --drive /dev/sdc --stage 3 --disktype 2'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement