Open ElDeveloper opened 8 years ago
Background for those new to this thread: As of Sierra, users can no longer mount anything in /Volumes. Until this issue gets fixed, all volumes need a mount point specified in the 'Macfusion' tab. The absolute path should be used (/Users/jappleseed/Volumes/server1
not ~/Volumes/server1
) and the mount point should not exist.
Note that the 'Volume Name' will be used for the folder in Finder, but the 'Mount Point' is used from Terminal and in paths..
As of right now, the mounting path is
/Volumes/
, in #11 the suggestion by @jcrbloch is to change this to be a new folder in the home directory i.e./Users/japleseed/Volumes/
.