rschroll / rmfuse

FUSE access to the reMarkable Cloud
MIT License
95 stars 8 forks source link

Check if argument is a dir or a mount point #8

Closed f3fora closed 3 years ago

f3fora commented 3 years ago

Fuse has errors if trying to mount the file system on an existing mount point or if the path is not a directory or does not exist. So, rmfuse will mount the file system only if these conditions are fulfilled.

rschroll commented 3 years ago

Thanks! Got it merged in on the command line, since the web UI was being annoying.