mirror of
https://github.com/ValdikSS/windows2usb.git
synced 2023-08-10 21:13:16 +03:00
Add a note about dirty buffers on unmount. Fixes #3.
This commit is contained in:
parent
25abfc4a9f
commit
5129e8c868
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user