Commit Graph

4 Commits

Author SHA1 Message Date
Brad Fitzpatrick 57648c6b83 all: update copyright holder from Google Inc to The Perkeep Authors
The AUTHORS file is the list of copyright holders.
2018-01-03 16:52:49 -08:00
Robert Kroeger b091a52e9f Use the absolute diskutil path for unmounting
Unmounting a FUSE volume on Darwin fails if diskutil is not on one's
path. This is not the default on MacOS. Make the path absolute so that
FUSE volumes unmount successfully.

Change-Id: I255be19b5b12e3ebecffc6d29dc77b6504c27f1c
2014-12-16 06:41:38 -08:00
Burcu Dogan 251df7dc53 fs: unmount on linux
Unmount the mount point on quit key on Linux. Adding fallbacks
in case of umount failure.

Change-Id: Ibd52ff1886d396bb424ac8d8ba9f9d8cb94a36f9
2013-09-24 19:24:53 +02:00
Brad Fitzpatrick 0e28959c51 fs: move unmount from cammount to fs.Unmount
Change-Id: I2c21ccbbd81f4fa7ffc40cc769eacb8a6bf30558
2013-07-20 23:26:56 -07:00