最終更新:2013-01-28 (月) 17:46:30 (4104d)  

vboxsf
Top / vboxsf

/media/sf_{共有名}
# mount -t vboxsf <共有フォルダ名> <マウントポイント>
$ sudo mount -t vboxsf SharedFS /mnt/vboxshared

rootしかアクセス出来ない

  • Access to auto-mounted shared folders is only granted to the user group vboxsf, which is created by the VirtualBox Guest Additions installer. Hence guest users have to be member of that group to have read/write access or to have read-only access in case the folder is not mapped writable.
usermod -a -G vboxsf ユーザ名

参考