From 1786bd582d83371262df34eca4fddab0079fb7d6 Mon Sep 17 00:00:00 2001 From: ValdikSS Date: Fri, 7 Jan 2022 04:05:34 +0300 Subject: [PATCH] Wait 1 second for new patition table to apply. Hopefully fix #24 --- windows2usb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/windows2usb b/windows2usb index 218a3a4..9f17728 100755 --- a/windows2usb +++ b/windows2usb @@ -93,6 +93,9 @@ function create_partitions() { else echo "${bold} == create_partitions: INTERNAL ERROR ==${normal}" exit 102 + # Wait 1 second to settle new partition table + # See bug #24 + sleep 1 fi }