Add a note about dirty buffers on unmount. Fixes #3.

This commit is contained in:
ValdikSS 2021-08-16 00:55:31 +03:00
parent 25abfc4a9f
commit 5129e8c868
1 changed files with 2 additions and 0 deletions

View File

@ -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}"