Just choose a folder to share:
Then inside the vm type:
[root@localhost oracle]# mount -t vboxsf 12c /mntand that's it:
[root@localhost oracle]# df -h |grep 12cor
12c 180G 129G 52G 72% /mnt
[root@localhost oracle]# mount | grep 12c
12c on /mnt type vboxsf (rw,nodev,relatime)
When you are done just unmount the folder with
umount /mnt
No comments:
Post a Comment