macOS VMware guest does not recognize USB dvice
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
add a comment |
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
you can find the solution to the problem here stackoverflow.com/a/46779998/7295772
– Fabrizio Bertoglio
Jan 24 at 19:36
add a comment |
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
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
usb mount virtualization vmware mtp
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
add a comment |
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
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
you can find the solution to the problem here stackoverflow.com/a/46779998/7295772
– Fabrizio Bertoglio
Jan 24 at 19:36