You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
More and FYI than and issue as far as I'm concerned.
I tried running this on Ubuntu 18.04.3 LTS.
I don't have the original error unfortunately, but the mkxboxfs.sh seems to need a delay in it, now.
The create of the GPT table and partitions works, but the immediate attempt to name the partitions (and format them) fails.
In order to resolve the issue for me, I broke the generated script up into 3 separate scripts:
create the GTP table & partitions
name the paritions
format the partitions.
Then, I ran each manually.
This seemed to work just fine.
The text was updated successfully, but these errors were encountered:
I had the same issue, and the same splitting solved it. Going to fork and see if I can fix the python code to generate the shell script a different way.
First - THANK YOU for this great work!
More and FYI than and issue as far as I'm concerned.
I tried running this on Ubuntu 18.04.3 LTS.
I don't have the original error unfortunately, but the
mkxboxfs.sh
seems to need a delay in it, now.The create of the GPT table and partitions works, but the immediate attempt to name the partitions (and format them) fails.
In order to resolve the issue for me, I broke the generated script up into 3 separate scripts:
Then, I ran each manually.
This seemed to work just fine.
The text was updated successfully, but these errors were encountered: