I do not want to mount a shared folder and store stuff on that.
I will tell you what I've done so far, but I am not on the computer with VirtualBox at the moment, so I'm not sure if I'm giving you the exact terminal commands, etc. I will provide this information when I get back.
I've tried making a new storage file with a dynamic 30gb, and tried attaching that to Ubuntu, which worked. The drive registers in the terminal under the directory of /dev/sdb. I've tried to mount this drive using:
Code: Select all
sudo mount.\vboxsf ext3 /dev/sdb /media/UbuntuCode: Select all
sudo mount -t vboxsf ext3 /dev/sdb /media/UbuntuI've read the VirtualBox user manual on cloninghd, but it confused me. It said something about syntax, etc...can someone clarify this?