yadayada / acd_cli

An unmaintained command line interface and FUSE filesystem for Amazon (Cloud) Drive
Other
1.35k stars 165 forks source link

Add support for setting --volname or -vn with FUSE #471

Closed levibuzolic closed 8 years ago

levibuzolic commented 8 years ago

Currently when mounting in OSX an automatic volume name is assigned:

image

This PR allows for a new option --volname or -vn which is passed directly through to FUSE() as volname. This means we can do something like:

acd_cli -nl mount ~/Cloud -vn "Amazon Cloud Drive"

image