[Solved] Unable to view / move files to USB
Posted: 17. Nov 2015, 20:13
Hi,
I'd like to be able to move some files from my Guest to Host. I've set drag/drop to bi-directional but apparently that only works for text copied to the clipboard.
As a result I've been thinking of other ways to do it and though that the quickest would be to simply copy them to a USB, and grab them from there off the host. However, even that I doesn't seem to be simple
In VirtualBox settings, I've created a filter for the USB device.
In the Virtual Environment (Ubuntu guest running on Windows host) my USB device does seem to be getting recognised (i.e. if I click on the USB icon at the bottom toolbar, the USB device is listed, and there is a flashing dot which seems to indicate it is being read).
However, I can't seem to open it to copy the files across (in Windows I'd just double click the drive but I'm not sure if Ubuntu has some weird way of doing it as that doesn't seem to work)
On Ubuntu, I've gone to Applications > Disks and it seems to recognise it as it's listed. It is listing the name, id, size, etc. However, double clicking it does nothing.
"Device" shows: "/dev/sdb1"
"Partitioning" shows: "Master book record".
"Partion" shows: "Nnknown"
"Contents" shows: "Unknown" so perhaps it's having trouble actually reading the data?
I've tried running
That seemed to run OK.
Not sure what to do/try next. I'm used to Window where you just plug it in an away you go

I'd like to be able to move some files from my Guest to Host. I've set drag/drop to bi-directional but apparently that only works for text copied to the clipboard.
As a result I've been thinking of other ways to do it and though that the quickest would be to simply copy them to a USB, and grab them from there off the host. However, even that I doesn't seem to be simple
In VirtualBox settings, I've created a filter for the USB device.
In the Virtual Environment (Ubuntu guest running on Windows host) my USB device does seem to be getting recognised (i.e. if I click on the USB icon at the bottom toolbar, the USB device is listed, and there is a flashing dot which seems to indicate it is being read).
However, I can't seem to open it to copy the files across (in Windows I'd just double click the drive but I'm not sure if Ubuntu has some weird way of doing it as that doesn't seem to work)
On Ubuntu, I've gone to Applications > Disks and it seems to recognise it as it's listed. It is listing the name, id, size, etc. However, double clicking it does nothing.
"Device" shows: "/dev/sdb1"
"Partitioning" shows: "Master book record".
"Partion" shows: "Nnknown"
"Contents" shows: "Unknown" so perhaps it's having trouble actually reading the data?
I've tried running
Code: Select all
sudo usermod -a -G vboxusers $USERNot sure what to do/try next. I'm used to Window where you just plug it in an away you go