Storage Solutions
Posted: 27. Oct 2010, 16:40
Well this is my first time posting on this forum. I've tried holding off doing this as long as possible. I've researched my problem for several days and I think I've finally given up...and here I am. I've downloaded Ubuntu 10.10 and installed it in virtual box. I have unfortunately run out of space. The drive is a dynamic file system and I set the limit to 20gb.
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: This does not work. It gave me a "protocol error." I also tried but this gave me the same "protocol error." Is mounting a VirtualBox virtual drive even possible?
I've read the VirtualBox user manual on cloninghd, but it confused me. It said something about syntax, etc...can someone clarify this?
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?