Closed Ealdwulf closed 9 years ago
@alex5imon This PR adds checking of the unmount call.
I tested it by doing: python
f=open("/Volumes/Untitled/cmdline.txt","w")
Then running the burner. With the file open, it fails to unmount and shows the error.
The fix is applied to OSX and linux, but I only tested OSX. Windows doesn't unmount the disk at all, you might want to ask radu why this is.
This PR is included in #38 so not needed to merge separately
@alex5imon This PR adds checking of the unmount call.
I tested it by doing: python
Then running the burner. With the file open, it fails to unmount and shows the error.
The fix is applied to OSX and linux, but I only tested OSX. Windows doesn't unmount the disk at all, you might want to ask radu why this is.