rclone/cmd/cmount
Nick Craig-Wood f7d9b15707 cmount: don't call host.Umount if a signal has been received
Before this change cgofuse and libatexit would race to see who could
unmount the file system with unpredicatable results. On Linux it could
report an error or not, depending.

This change checks to see if umount is beng called from a signal and
if so leaves the unmounting to cgofuse/libfuse.

See #4804
2020-11-29 17:44:00 +00:00
..
fs.go Spelling fixes 2020-10-14 15:21:31 +01:00
mount.go cmount: don't call host.Umount if a signal has been received 2020-11-29 17:44:00 +00:00
mount_brew.go cmount: Add optional `brew` tag to throw an error when using mount in the 2020-11-26 22:56:59 +00:00
mount_test.go Revert "mount2,cmount: skip unreliable tests #4171" 2020-06-30 12:01:36 +01:00
mount_unsupported.go cmount: Add optional `brew` tag to throw an error when using mount in the 2020-11-26 22:56:59 +00:00