From 5129e8c868eb3fedf61402f7f1cffb06ce399071 Mon Sep 17 00:00:00 2001 From: ValdikSS Date: Mon, 16 Aug 2021 00:55:31 +0300 Subject: [PATCH] Add a note about dirty buffers on unmount. Fixes #3. --- windows2usb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/windows2usb b/windows2usb index 0aa6d23..218a3a4 100755 --- a/windows2usb +++ b/windows2usb @@ -331,6 +331,8 @@ then fi echo "${bold} == Unmounting partition ==${normal}" + echo "NOTE: If this process takes very long to complete, your system is misconfigured!" + echo "More info: https://github.com/ValdikSS/windows2usb/issues/3#issuecomment-771534058" umount_rm_path "$partpath" "$isomountpath" echo "${bold} == All done! ==${normal}"