No access via cygwin to USB connected device (Samsung Galaxy tab II)
In Cygwin, I am used to being able to have access to a USB-connected device via a drive letter. For example, my Droid X2 appeared as E://, so I could do:
$ cd E:/<something>/
and get access to everything in there.
However, my Samsung tablet appears as a drive called GT-P3113, with no associated letter. And, looking in /dev, I see nothing. I have access to the drive in Windows, of course, but not in Cygwin. I have the same problem with my Galaxy Note II phone.
How can I have access to this drive via Cygwin command line?
Windows 7
CYGWIN_NT-6.1-WOW64 $USER 1.7.10(0.259/5/3) 2012-02-05 12:36 i686 Cygwin
hard-drive usb cygwin
add a comment |
In Cygwin, I am used to being able to have access to a USB-connected device via a drive letter. For example, my Droid X2 appeared as E://, so I could do:
$ cd E:/<something>/
and get access to everything in there.
However, my Samsung tablet appears as a drive called GT-P3113, with no associated letter. And, looking in /dev, I see nothing. I have access to the drive in Windows, of course, but not in Cygwin. I have the same problem with my Galaxy Note II phone.
How can I have access to this drive via Cygwin command line?
Windows 7
CYGWIN_NT-6.1-WOW64 $USER 1.7.10(0.259/5/3) 2012-02-05 12:36 i686 Cygwin
hard-drive usb cygwin
3
The difference here is that your Droid X2 is mounted as a mass storage device, and your tablet and other phone are mounted as MTP devices. MTP devices arn't actually mounted as drives and there's some advantages (you can still work on the device while its mounted) and disadvantages here.
– Journeyman Geek♦
Apr 24 '13 at 22:51
Ah. So no hope of using cygwin to access an MTP device as if it were a file system?
– John Harrington
Apr 24 '13 at 23:22
Not as far as I can tell. A common workaround seems to be to set up a smb client and use that instead
– Journeyman Geek♦
Apr 24 '13 at 23:41
Okay, will look into that. Thanks for the answers!
– John Harrington
Apr 24 '13 at 23:44
I checked that, and turning debugging, no luck :/
– Journeyman Geek♦
Apr 25 '13 at 0:10
add a comment |
In Cygwin, I am used to being able to have access to a USB-connected device via a drive letter. For example, my Droid X2 appeared as E://, so I could do:
$ cd E:/<something>/
and get access to everything in there.
However, my Samsung tablet appears as a drive called GT-P3113, with no associated letter. And, looking in /dev, I see nothing. I have access to the drive in Windows, of course, but not in Cygwin. I have the same problem with my Galaxy Note II phone.
How can I have access to this drive via Cygwin command line?
Windows 7
CYGWIN_NT-6.1-WOW64 $USER 1.7.10(0.259/5/3) 2012-02-05 12:36 i686 Cygwin
hard-drive usb cygwin
In Cygwin, I am used to being able to have access to a USB-connected device via a drive letter. For example, my Droid X2 appeared as E://, so I could do:
$ cd E:/<something>/
and get access to everything in there.
However, my Samsung tablet appears as a drive called GT-P3113, with no associated letter. And, looking in /dev, I see nothing. I have access to the drive in Windows, of course, but not in Cygwin. I have the same problem with my Galaxy Note II phone.
How can I have access to this drive via Cygwin command line?
Windows 7
CYGWIN_NT-6.1-WOW64 $USER 1.7.10(0.259/5/3) 2012-02-05 12:36 i686 Cygwin
hard-drive usb cygwin
hard-drive usb cygwin
edited Aug 6 '14 at 13:26
Cfinley
1,43331120
1,43331120
asked Apr 24 '13 at 22:21
John HarringtonJohn Harrington
612
612
3
The difference here is that your Droid X2 is mounted as a mass storage device, and your tablet and other phone are mounted as MTP devices. MTP devices arn't actually mounted as drives and there's some advantages (you can still work on the device while its mounted) and disadvantages here.
– Journeyman Geek♦
Apr 24 '13 at 22:51
Ah. So no hope of using cygwin to access an MTP device as if it were a file system?
– John Harrington
Apr 24 '13 at 23:22
Not as far as I can tell. A common workaround seems to be to set up a smb client and use that instead
– Journeyman Geek♦
Apr 24 '13 at 23:41
Okay, will look into that. Thanks for the answers!
– John Harrington
Apr 24 '13 at 23:44
I checked that, and turning debugging, no luck :/
– Journeyman Geek♦
Apr 25 '13 at 0:10
add a comment |
3
The difference here is that your Droid X2 is mounted as a mass storage device, and your tablet and other phone are mounted as MTP devices. MTP devices arn't actually mounted as drives and there's some advantages (you can still work on the device while its mounted) and disadvantages here.
– Journeyman Geek♦
Apr 24 '13 at 22:51
Ah. So no hope of using cygwin to access an MTP device as if it were a file system?
– John Harrington
Apr 24 '13 at 23:22
Not as far as I can tell. A common workaround seems to be to set up a smb client and use that instead
– Journeyman Geek♦
Apr 24 '13 at 23:41
Okay, will look into that. Thanks for the answers!
– John Harrington
Apr 24 '13 at 23:44
I checked that, and turning debugging, no luck :/
– Journeyman Geek♦
Apr 25 '13 at 0:10
3
3
The difference here is that your Droid X2 is mounted as a mass storage device, and your tablet and other phone are mounted as MTP devices. MTP devices arn't actually mounted as drives and there's some advantages (you can still work on the device while its mounted) and disadvantages here.
– Journeyman Geek♦
Apr 24 '13 at 22:51
The difference here is that your Droid X2 is mounted as a mass storage device, and your tablet and other phone are mounted as MTP devices. MTP devices arn't actually mounted as drives and there's some advantages (you can still work on the device while its mounted) and disadvantages here.
– Journeyman Geek♦
Apr 24 '13 at 22:51
Ah. So no hope of using cygwin to access an MTP device as if it were a file system?
– John Harrington
Apr 24 '13 at 23:22
Ah. So no hope of using cygwin to access an MTP device as if it were a file system?
– John Harrington
Apr 24 '13 at 23:22
Not as far as I can tell. A common workaround seems to be to set up a smb client and use that instead
– Journeyman Geek♦
Apr 24 '13 at 23:41
Not as far as I can tell. A common workaround seems to be to set up a smb client and use that instead
– Journeyman Geek♦
Apr 24 '13 at 23:41
Okay, will look into that. Thanks for the answers!
– John Harrington
Apr 24 '13 at 23:44
Okay, will look into that. Thanks for the answers!
– John Harrington
Apr 24 '13 at 23:44
I checked that, and turning debugging, no luck :/
– Journeyman Geek♦
Apr 25 '13 at 0:10
I checked that, and turning debugging, no luck :/
– Journeyman Geek♦
Apr 25 '13 at 0:10
add a comment |
1 Answer
1
active
oldest
votes
Well on my Samsung Player, Open 'Settings' under that 'wireless and network' there is a 'USB settings', under that is 'Select as a Media player or Mass storage' Select Mass storage and you should be able to see your tablet as a drive. Hope this helps Ciff
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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%2fsuperuser.com%2fquestions%2f587311%2fno-access-via-cygwin-to-usb-connected-device-samsung-galaxy-tab-ii%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Well on my Samsung Player, Open 'Settings' under that 'wireless and network' there is a 'USB settings', under that is 'Select as a Media player or Mass storage' Select Mass storage and you should be able to see your tablet as a drive. Hope this helps Ciff
add a comment |
Well on my Samsung Player, Open 'Settings' under that 'wireless and network' there is a 'USB settings', under that is 'Select as a Media player or Mass storage' Select Mass storage and you should be able to see your tablet as a drive. Hope this helps Ciff
add a comment |
Well on my Samsung Player, Open 'Settings' under that 'wireless and network' there is a 'USB settings', under that is 'Select as a Media player or Mass storage' Select Mass storage and you should be able to see your tablet as a drive. Hope this helps Ciff
Well on my Samsung Player, Open 'Settings' under that 'wireless and network' there is a 'USB settings', under that is 'Select as a Media player or Mass storage' Select Mass storage and you should be able to see your tablet as a drive. Hope this helps Ciff
answered Apr 25 '13 at 22:36
cliff2310cliff2310
176139
176139
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- 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%2fsuperuser.com%2fquestions%2f587311%2fno-access-via-cygwin-to-usb-connected-device-samsung-galaxy-tab-ii%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
3
The difference here is that your Droid X2 is mounted as a mass storage device, and your tablet and other phone are mounted as MTP devices. MTP devices arn't actually mounted as drives and there's some advantages (you can still work on the device while its mounted) and disadvantages here.
– Journeyman Geek♦
Apr 24 '13 at 22:51
Ah. So no hope of using cygwin to access an MTP device as if it were a file system?
– John Harrington
Apr 24 '13 at 23:22
Not as far as I can tell. A common workaround seems to be to set up a smb client and use that instead
– Journeyman Geek♦
Apr 24 '13 at 23:41
Okay, will look into that. Thanks for the answers!
– John Harrington
Apr 24 '13 at 23:44
I checked that, and turning debugging, no luck :/
– Journeyman Geek♦
Apr 25 '13 at 0:10