How to register FUSE filesystem type with mount(8) and fstab?
问题 I've written a small FUSE-based filesystem and now the only part's missing is that I want to register it with fstab(5) to auto-mount it on system startup and/or manually mount it with just mount /srv/virtual-db . How can I achieve this? I know, I can just run /usr/bin/vdbfs.py /srv/virtual-db from some init script, but that's not exactly pretty. I'm sorry because this may be not exactly a programming question, but it's highly related, as the packaging and deployment is still the programmer's