osxfuse / sshfs

File system based on the SSH File Transfer Protocol
http://fuse.sourceforge.net
GNU General Public License v2.0
1.14k stars 128 forks source link

How to name mounted drive? #34

Open johnyradio opened 7 years ago

johnyradio commented 7 years ago

hi,

when mounting the drive, it's named:

OSXFUSE Volume 0 (sshfs)

Can this name be customized?

thx

mischievous commented 7 years ago

I think it's --volname somename (or maybe just one dash). It think its easier to use macfusion2 if you can to mount the drives.

coderforlife commented 6 years ago

-o volname=... where you replace the ... with the volume name.