hasse69 / rar2fs

FUSE file system for reading RAR archives
https://hasse69.github.io/rar2fs/
GNU General Public License v3.0
272 stars 25 forks source link

correct way to unmount #174

Closed joobei closed 2 years ago

joobei commented 2 years ago

I am wondering what the correct way to unmount is?

hasse69 commented 2 years ago

A FUSE mount should normally accept the standard "umount' command or, if available, 'fusermount -u'.

joobei commented 2 years ago

Thank you. Fantastic work by the way, I'll see if I can submit a pull request with some improvements to documentation.