macOS VMware guest does not recognize USB dvice












0















The question is also trying to add documentation on configuration/installation of MacOS on VMware (on supported Mac hardware)



the issue was discussed on similar questions, but it is very complex.



I am running macOS Sierra inside VMware on Ubuntu 18.04 OS and on Mac official hardware, I am able to connect USB external hard-drives, USB keyboard and mouse.



when I connect the android phone, I receive the following message in this screenshot



The specified device is in use by process:24103 /usr/lib/gvfs/gvfsd-mtp on the host operating system. 
Continuing will detach the device from the host operating system.


which also other users experienced.




MTP stands for “Media Transfer Protocol.” When Android uses this protocol, it appears to the computer as a “media device.”




VMware and VMware tools were set up with DrDonk/unlocker



The vmware docs include instructions on mounting the USB File System on a Linux Host.



In my host Ubuntu 18.04 machine the USB device file system is not located in /proc/bus/usb, but the USB guest connection is capable of mounting the external hard disk, while it does not work with MTP devices or cameras.
For this reason, I believe it may be connected to how MTP devices are mounted on Ubuntu 18.04 directories.



~$ ls /proc/bus/
input pci


The vmware docs instructions are to mount the USB file system with



mount -t usbfs none /proc/bus/usb


The above command is deprecated and I am currently searching for a solution.



I am currently reading the Ubuntu instructions on how mount devices, general explanation on how mounting works to understand where the MTP device is mounted hoping to solve this issue.



STEP 1 - Where the MTP Device is mounted on Ubuntu host



The following post explains where the MTP devices are mounted on Ubuntu, I was able to find the android folders under ls /run/user/1000/gvfs/mtp*.



STEP 2 - Why MacOS GUEST mounts USB Drive, but not the MTP device



The USB Hard-Drive /dev/sdb1 is mounted at /media/$USER/










share|improve this question

























  • you can find the solution to the problem here stackoverflow.com/a/46779998/7295772

    – Fabrizio Bertoglio
    Jan 24 at 19:36
















0















The question is also trying to add documentation on configuration/installation of MacOS on VMware (on supported Mac hardware)



the issue was discussed on similar questions, but it is very complex.



I am running macOS Sierra inside VMware on Ubuntu 18.04 OS and on Mac official hardware, I am able to connect USB external hard-drives, USB keyboard and mouse.



when I connect the android phone, I receive the following message in this screenshot



The specified device is in use by process:24103 /usr/lib/gvfs/gvfsd-mtp on the host operating system. 
Continuing will detach the device from the host operating system.


which also other users experienced.




MTP stands for “Media Transfer Protocol.” When Android uses this protocol, it appears to the computer as a “media device.”




VMware and VMware tools were set up with DrDonk/unlocker



The vmware docs include instructions on mounting the USB File System on a Linux Host.



In my host Ubuntu 18.04 machine the USB device file system is not located in /proc/bus/usb, but the USB guest connection is capable of mounting the external hard disk, while it does not work with MTP devices or cameras.
For this reason, I believe it may be connected to how MTP devices are mounted on Ubuntu 18.04 directories.



~$ ls /proc/bus/
input pci


The vmware docs instructions are to mount the USB file system with



mount -t usbfs none /proc/bus/usb


The above command is deprecated and I am currently searching for a solution.



I am currently reading the Ubuntu instructions on how mount devices, general explanation on how mounting works to understand where the MTP device is mounted hoping to solve this issue.



STEP 1 - Where the MTP Device is mounted on Ubuntu host



The following post explains where the MTP devices are mounted on Ubuntu, I was able to find the android folders under ls /run/user/1000/gvfs/mtp*.



STEP 2 - Why MacOS GUEST mounts USB Drive, but not the MTP device



The USB Hard-Drive /dev/sdb1 is mounted at /media/$USER/










share|improve this question

























  • you can find the solution to the problem here stackoverflow.com/a/46779998/7295772

    – Fabrizio Bertoglio
    Jan 24 at 19:36














0












0








0


1






The question is also trying to add documentation on configuration/installation of MacOS on VMware (on supported Mac hardware)



the issue was discussed on similar questions, but it is very complex.



I am running macOS Sierra inside VMware on Ubuntu 18.04 OS and on Mac official hardware, I am able to connect USB external hard-drives, USB keyboard and mouse.



when I connect the android phone, I receive the following message in this screenshot



The specified device is in use by process:24103 /usr/lib/gvfs/gvfsd-mtp on the host operating system. 
Continuing will detach the device from the host operating system.


which also other users experienced.




MTP stands for “Media Transfer Protocol.” When Android uses this protocol, it appears to the computer as a “media device.”




VMware and VMware tools were set up with DrDonk/unlocker



The vmware docs include instructions on mounting the USB File System on a Linux Host.



In my host Ubuntu 18.04 machine the USB device file system is not located in /proc/bus/usb, but the USB guest connection is capable of mounting the external hard disk, while it does not work with MTP devices or cameras.
For this reason, I believe it may be connected to how MTP devices are mounted on Ubuntu 18.04 directories.



~$ ls /proc/bus/
input pci


The vmware docs instructions are to mount the USB file system with



mount -t usbfs none /proc/bus/usb


The above command is deprecated and I am currently searching for a solution.



I am currently reading the Ubuntu instructions on how mount devices, general explanation on how mounting works to understand where the MTP device is mounted hoping to solve this issue.



STEP 1 - Where the MTP Device is mounted on Ubuntu host



The following post explains where the MTP devices are mounted on Ubuntu, I was able to find the android folders under ls /run/user/1000/gvfs/mtp*.



STEP 2 - Why MacOS GUEST mounts USB Drive, but not the MTP device



The USB Hard-Drive /dev/sdb1 is mounted at /media/$USER/










share|improve this question
















The question is also trying to add documentation on configuration/installation of MacOS on VMware (on supported Mac hardware)



the issue was discussed on similar questions, but it is very complex.



I am running macOS Sierra inside VMware on Ubuntu 18.04 OS and on Mac official hardware, I am able to connect USB external hard-drives, USB keyboard and mouse.



when I connect the android phone, I receive the following message in this screenshot



The specified device is in use by process:24103 /usr/lib/gvfs/gvfsd-mtp on the host operating system. 
Continuing will detach the device from the host operating system.


which also other users experienced.




MTP stands for “Media Transfer Protocol.” When Android uses this protocol, it appears to the computer as a “media device.”




VMware and VMware tools were set up with DrDonk/unlocker



The vmware docs include instructions on mounting the USB File System on a Linux Host.



In my host Ubuntu 18.04 machine the USB device file system is not located in /proc/bus/usb, but the USB guest connection is capable of mounting the external hard disk, while it does not work with MTP devices or cameras.
For this reason, I believe it may be connected to how MTP devices are mounted on Ubuntu 18.04 directories.



~$ ls /proc/bus/
input pci


The vmware docs instructions are to mount the USB file system with



mount -t usbfs none /proc/bus/usb


The above command is deprecated and I am currently searching for a solution.



I am currently reading the Ubuntu instructions on how mount devices, general explanation on how mounting works to understand where the MTP device is mounted hoping to solve this issue.



STEP 1 - Where the MTP Device is mounted on Ubuntu host



The following post explains where the MTP devices are mounted on Ubuntu, I was able to find the android folders under ls /run/user/1000/gvfs/mtp*.



STEP 2 - Why MacOS GUEST mounts USB Drive, but not the MTP device



The USB Hard-Drive /dev/sdb1 is mounted at /media/$USER/







usb mount virtualization vmware mtp






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 15 at 9:48









Codito ergo sum

1,5043825




1,5043825










asked Jan 12 at 12:55









Fabrizio BertoglioFabrizio Bertoglio

17




17













  • you can find the solution to the problem here stackoverflow.com/a/46779998/7295772

    – Fabrizio Bertoglio
    Jan 24 at 19:36



















  • you can find the solution to the problem here stackoverflow.com/a/46779998/7295772

    – Fabrizio Bertoglio
    Jan 24 at 19:36

















you can find the solution to the problem here stackoverflow.com/a/46779998/7295772

– Fabrizio Bertoglio
Jan 24 at 19:36





you can find the solution to the problem here stackoverflow.com/a/46779998/7295772

– Fabrizio Bertoglio
Jan 24 at 19:36










0






active

oldest

votes











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1109129%2fmacos-vmware-guest-does-not-recognize-usb-dvice%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Ask Ubuntu!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1109129%2fmacos-vmware-guest-does-not-recognize-usb-dvice%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

How to change which sound is reproduced for terminal bell?

Can I use Tabulator js library in my java Spring + Thymeleaf project?

Title Spacing in Bjornstrup Chapter, Removing Chapter Number From Contents