Marginalia
Friday, June 8, 2012
mount sshfs with access for all users
sudo sshfs user@host:/path mount_path -o allow_other
Add user in "vboxsf" group to access VirtualBox shared folder in Ubuntu guest
On Debian (Ubuntu and a like):
sudo adduser <username> vboxsf
On RedHat (CentOS):
sudo usermod -a -G vboxsf <username>
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)