Available for hire

Could not find any match !

VirtualBox -

Mount physical drive with VirtualBox


# Mounts the physical drive '/dev/sdf' as 'mydisk'
sudo VBoxManage internalcommands createrawvmdk -filename "mydisk.vmdk" -rawdisk /dev/sdf

Mount share on the guest side


#                 me as configure     the directory on the guest
sudo mount.vboxsd share               /home/fluffy/share