From another SO question, I understand I should create an entry in fstab
to permanently mount an access to a virtual machine.
I am not Linux expert. The magic command which allows me to perform this from a terminal is:
sudo sshfs -o idmap=user -o allow_other -o nonempty jverstrynge@devjverstrynge:/home/httpd /home/jverstrynge/httpd
When I check the above SO question, I see an entry looking like this:
/media/mybook/laptop_backup /export/laptop_backup none bind 0 0
Can someone explain how to transform the CLI command into an entry in fstab
?