Page 1 of 2 12 LastLast
Results 1 to 10 of 19

Thread: USB thumbdrive not being shown in removable devices in VMware Server.

  1. #1
    Join Date
    Feb 2007
    Location
    Topeka, Kansas
    Beans
    2,317
    Distro
    Ubuntu 13.10 Saucy Salamander

    USB thumbdrive not being shown in removable devices in VMware Server.

    I have a USB thumb drive that appears to be recongnized ok within Ubuntu, and I can read and write to it, but I can't get the device to show up within the Removable Devices menu within VMware Server. Any ideas why?

    Edit: Something of note (this could be a clue). This drive was once behaving as if it were read only. It once contained a lot of files that could not be deleted unless done with a sudo rm -d * command. And couldn't write any files to the drive unless sudo nautilus was run.

    I'm wondering if there is something about permissions going on with this drive acting like it is.
    Last edited by diablo75; January 1st, 2008 at 11:20 PM. Reason: Extra detail added.

  2. #2
    Join Date
    Feb 2007
    Location
    Cameron Park CA USA
    Beans
    4,571
    Distro
    Ubuntu Development Release

    Re: USB thumbdrive not being shown in removable devices in VMware Server.

    Yes, you have to uncomment four lines:

    Code:
    gksudo gedit /etc/init.d/mountdevsubfs.sh
    Starting at line #45 make these four look like this:

    Code:
    	mkdir -p /dev/bus/usb/.usbfs
    	domount usbfs "" /dev/bus/usb/.usbfs -obusmode=0700,devmode=0600,listmode=0644
    	ln -s .usbfs/devices /dev/bus/usb/devices
    	mount --rbind /dev/bus/usb /proc/bus/usb
    You may wish to add this line to fstab file:

    Code:
    usbfs /proc/bus/usb usbfs auto 0 0
    Such has aided in adding USB drives to the list.

    Reboot and see if you can access the USB devices. If not, let us know.
    Last edited by fjgaude; January 1st, 2008 at 11:38 PM.
    Regards, frank, at http://yantrayoga.typepad.com/noname/
    Homebuilt Lian-Li PC-Q33WB, Intel i7-4790K 4.6GHz, SSDs,32G RAM | Dell Laptop 13.3".
    Oracle VBox w/ WinXP/Win10 running Xara Designer, PaintShopPro, and InDesign CS.

  3. #3
    Join Date
    Jun 2006
    Location
    Katy, TX USA
    Beans
    31
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: USB thumbdrive not being shown in removable devices in VMware Server.

    This suggestion seems to work, but I can only mount USB disks that were unmounted when VMWare was started. If I remove the disk, I have to shutdown and restart VMWare-server.

    BTW, I just did "sudo /etc/init.d/mountdevsubfs.sh start". This also fixed a usbview problem I had.

    Thanks!

  4. #4
    Join Date
    Feb 2007
    Location
    Cameron Park CA USA
    Beans
    4,571
    Distro
    Ubuntu Development Release

    Re: USB thumbdrive not being shown in removable devices in VMware Server.

    Well, a USB mounted in Ubuntu host may not be able to be mounted in the guest. I'll have to look into that. Is this your only issue?
    Regards, frank, at http://yantrayoga.typepad.com/noname/
    Homebuilt Lian-Li PC-Q33WB, Intel i7-4790K 4.6GHz, SSDs,32G RAM | Dell Laptop 13.3".
    Oracle VBox w/ WinXP/Win10 running Xara Designer, PaintShopPro, and InDesign CS.

  5. #5
    Join Date
    Jun 2006
    Location
    Katy, TX USA
    Beans
    31
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: USB thumbdrive not being shown in removable devices in VMware Server.

    The USB drive *must* be unmounted in the host. It's always been that way for me.

    The issue now is that I can't remove it from the Windows VM and then reuse it without shutting down and restarting VMWare-server

  6. #6
    Join Date
    Feb 2007
    Location
    Cameron Park CA USA
    Beans
    4,571
    Distro
    Ubuntu Development Release

    Re: USB thumbdrive not being shown in removable devices in VMware Server.

    You mean if you unclick it in the Devices menu of guest it cannot be remounted again without restarting the VMware?
    Regards, frank, at http://yantrayoga.typepad.com/noname/
    Homebuilt Lian-Li PC-Q33WB, Intel i7-4790K 4.6GHz, SSDs,32G RAM | Dell Laptop 13.3".
    Oracle VBox w/ WinXP/Win10 running Xara Designer, PaintShopPro, and InDesign CS.

  7. #7
    Join Date
    Jun 2006
    Location
    Katy, TX USA
    Beans
    31
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: USB thumbdrive not being shown in removable devices in VMware Server.

    That is correct.

  8. #8
    Join Date
    Feb 2007
    Location
    Cameron Park CA USA
    Beans
    4,571
    Distro
    Ubuntu Development Release

    Re: USB thumbdrive not being shown in removable devices in VMware Server.

    Have you checked what the permissions and owership of the USB drvie is? What filesystem is the drive?
    Regards, frank, at http://yantrayoga.typepad.com/noname/
    Homebuilt Lian-Li PC-Q33WB, Intel i7-4790K 4.6GHz, SSDs,32G RAM | Dell Laptop 13.3".
    Oracle VBox w/ WinXP/Win10 running Xara Designer, PaintShopPro, and InDesign CS.

  9. #9
    Join Date
    Jun 2006
    Location
    Katy, TX USA
    Beans
    31
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: USB thumbdrive not being shown in removable devices in VMware Server.

    The filesystem is VFAT, the owner is my normal user, the group is root, and it's rwxr-xr-x (755) in Ubuntu.

    I successfully saved a file to the stick in VMWare and removed the stick using the VM/Removable Devices/USB Devices menu. Upon reinsertion of the stick, the menu item was empty.

  10. #10
    Join Date
    Feb 2007
    Location
    Cameron Park CA USA
    Beans
    4,571
    Distro
    Ubuntu Development Release

    Re: USB thumbdrive not being shown in removable devices in VMware Server.

    Okay, looks like a bug in vmware... the only thing I'd try is to make the group the user. Can't think of anything else.
    Regards, frank, at http://yantrayoga.typepad.com/noname/
    Homebuilt Lian-Li PC-Q33WB, Intel i7-4790K 4.6GHz, SSDs,32G RAM | Dell Laptop 13.3".
    Oracle VBox w/ WinXP/Win10 running Xara Designer, PaintShopPro, and InDesign CS.

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •