#unmount

Russell Garnerrgarner
2025-06-28

@floppy @manyfold the only real lever you have is ActionDispatch::Routing::Mapper::Base#mount, which is intended to be called on startup in routes.rb. You *could* call it later and mount other engines, I guess*, but there's no opposite .

*Would require some fiddling with ActionDispatch::Routing::RouteSet#draw via disable_clear_and_finalize because the default behaviour there is to clear routes when called.

In short, it's a voyage of discovery because there's no mechanism obvious to me.

2019-04-02

@roxy .....huh.

okay, uh, you'll need to umount and mount the shared folder (manually) again

sudo umount -a -t vboxsf #unmount all vbox sfs
sudo mount -t vboxsf -o "umask=000" shareddirname /home/user/mountpath

this _should_ make it globally read/write/exec?

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst