how to access micro SD card reader on raspberry PI The Next CEO of Stack OverflowHow to mount...
Example of a Mathematician/Physicist whose Other Publications during their PhD eclipsed their PhD Thesis
How do I avoid eval and parse?
Why is the US ranked as #45 in Press Freedom ratings, despite its extremely permissive free speech laws?
To not tell, not take, and not want
Unreliable Magic - Is it worth it?
Several mode to write the symbol of a vector
Why do remote companies require working in the US?
Anatomically Correct Strange Women In Ponds Distributing Swords
How to invert MapIndexed on a ragged structure? How to construct a tree from rules?
Is "for causing autism in X" grammatical?
Why does standard notation not preserve intervals (visually)
Would this house-rule that treats advantage as a +1 to the roll instead (and disadvantage as -1) and allows them to stack be balanced?
How to solve a differential equation with a term to a power?
How powerful is the invisibility granted by the Gloom Stalker ranger's Umbral Sight feature?
Can we say or write : "No, it'sn't"?
Complex fractions
What does "Its cash flow is deeply negative" mean?
Sending manuscript to multiple publishers
Rotate a column
If a black hole is created from light, can this black hole then move at speed of light?
How do scammers retract money, while you can’t?
Is 'diverse range' a pleonastic phrase?
If/When UK leaves the EU, can a future goverment conduct a referendum to join the EU?
What connection does MS Office have to Netscape Navigator?
how to access micro SD card reader on raspberry PI
The Next CEO of Stack OverflowHow to mount cell phone by USB as SCSI block device?Known USB 2.0 devices don't install driver, but must be manually forcedVerizon USB551L 4G Stick on LinuxHow do you format a Micro SD card reader without a SD Card reader?USB Stick is recognized by PC but cannot be openedCannot remove Micro SD card's read-only attribute after Ubuntu imageWhat is the performance penalty of chaining USB hubs?USB HDD Case: can't mount 2nd ext4 partitionUSB Harddrive not working after being bumped during downloadCannot create partition table on my memory card, therefore cant format it using any tool
I am trying to access micro SD card reader plugged in with a 64GB card but unable to access via raspberry.
pi@raspberrypi:/ $ lsusb -t
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=dwc_otg/1p, 480M
|__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/5p, 480M
|__ Port 1: Dev 3, If 0, Class=Vendor Specific Class, Driver=smsc95xx, 480M
|__ Port 3: Dev 6, If 0, Class=Mass Storage, Driver=usb-storage, 480M
|__ Port 4: Dev 4, If 0, Class=Mass Storage, Driver=usb-storage, 480M
There is another USB drive attached to the raspberry pi which I am able to access on /dev/sda1
Plugging in and out I know that this device is attached at Port 3 and dev 6.
pi@raspberrypi:/ $ lsblk -t
NAME ALIGNMENT MIN-IO OPT-IO PHY-SEC LOG-SEC ROTA SCHED RQ-SIZE RA WSAME
sda 0 512 0 512 512 1 deadline 128 128 0B
`-sda1 0 512 0 512 512 1 deadline 128 128 0B
mmcblk0 0 512 0 512 512 0 deadline 128 128 0B
|-mmcblk0p1 0 512 0 512 512 0 deadline 128 128 0B
`-mmcblk0p2 0 512 0 512 512 0 deadline 128 128 0B
Not sure if the driver needs to be installed for this device before accessing it or I am missing something here?
usb raspberry-pi sd-card card-reader
New contributor
add a comment |
I am trying to access micro SD card reader plugged in with a 64GB card but unable to access via raspberry.
pi@raspberrypi:/ $ lsusb -t
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=dwc_otg/1p, 480M
|__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/5p, 480M
|__ Port 1: Dev 3, If 0, Class=Vendor Specific Class, Driver=smsc95xx, 480M
|__ Port 3: Dev 6, If 0, Class=Mass Storage, Driver=usb-storage, 480M
|__ Port 4: Dev 4, If 0, Class=Mass Storage, Driver=usb-storage, 480M
There is another USB drive attached to the raspberry pi which I am able to access on /dev/sda1
Plugging in and out I know that this device is attached at Port 3 and dev 6.
pi@raspberrypi:/ $ lsblk -t
NAME ALIGNMENT MIN-IO OPT-IO PHY-SEC LOG-SEC ROTA SCHED RQ-SIZE RA WSAME
sda 0 512 0 512 512 1 deadline 128 128 0B
`-sda1 0 512 0 512 512 1 deadline 128 128 0B
mmcblk0 0 512 0 512 512 0 deadline 128 128 0B
|-mmcblk0p1 0 512 0 512 512 0 deadline 128 128 0B
`-mmcblk0p2 0 512 0 512 512 0 deadline 128 128 0B
Not sure if the driver needs to be installed for this device before accessing it or I am missing something here?
usb raspberry-pi sd-card card-reader
New contributor
Post the output ofls -l /dev/disk/by-path/ | grep usb
– Eugen Rieck
2 mins ago
add a comment |
I am trying to access micro SD card reader plugged in with a 64GB card but unable to access via raspberry.
pi@raspberrypi:/ $ lsusb -t
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=dwc_otg/1p, 480M
|__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/5p, 480M
|__ Port 1: Dev 3, If 0, Class=Vendor Specific Class, Driver=smsc95xx, 480M
|__ Port 3: Dev 6, If 0, Class=Mass Storage, Driver=usb-storage, 480M
|__ Port 4: Dev 4, If 0, Class=Mass Storage, Driver=usb-storage, 480M
There is another USB drive attached to the raspberry pi which I am able to access on /dev/sda1
Plugging in and out I know that this device is attached at Port 3 and dev 6.
pi@raspberrypi:/ $ lsblk -t
NAME ALIGNMENT MIN-IO OPT-IO PHY-SEC LOG-SEC ROTA SCHED RQ-SIZE RA WSAME
sda 0 512 0 512 512 1 deadline 128 128 0B
`-sda1 0 512 0 512 512 1 deadline 128 128 0B
mmcblk0 0 512 0 512 512 0 deadline 128 128 0B
|-mmcblk0p1 0 512 0 512 512 0 deadline 128 128 0B
`-mmcblk0p2 0 512 0 512 512 0 deadline 128 128 0B
Not sure if the driver needs to be installed for this device before accessing it or I am missing something here?
usb raspberry-pi sd-card card-reader
New contributor
I am trying to access micro SD card reader plugged in with a 64GB card but unable to access via raspberry.
pi@raspberrypi:/ $ lsusb -t
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=dwc_otg/1p, 480M
|__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/5p, 480M
|__ Port 1: Dev 3, If 0, Class=Vendor Specific Class, Driver=smsc95xx, 480M
|__ Port 3: Dev 6, If 0, Class=Mass Storage, Driver=usb-storage, 480M
|__ Port 4: Dev 4, If 0, Class=Mass Storage, Driver=usb-storage, 480M
There is another USB drive attached to the raspberry pi which I am able to access on /dev/sda1
Plugging in and out I know that this device is attached at Port 3 and dev 6.
pi@raspberrypi:/ $ lsblk -t
NAME ALIGNMENT MIN-IO OPT-IO PHY-SEC LOG-SEC ROTA SCHED RQ-SIZE RA WSAME
sda 0 512 0 512 512 1 deadline 128 128 0B
`-sda1 0 512 0 512 512 1 deadline 128 128 0B
mmcblk0 0 512 0 512 512 0 deadline 128 128 0B
|-mmcblk0p1 0 512 0 512 512 0 deadline 128 128 0B
`-mmcblk0p2 0 512 0 512 512 0 deadline 128 128 0B
Not sure if the driver needs to be installed for this device before accessing it or I am missing something here?
usb raspberry-pi sd-card card-reader
usb raspberry-pi sd-card card-reader
New contributor
New contributor
New contributor
asked 44 mins ago
gauravguptagauravgupta
11
11
New contributor
New contributor
Post the output ofls -l /dev/disk/by-path/ | grep usb
– Eugen Rieck
2 mins ago
add a comment |
Post the output ofls -l /dev/disk/by-path/ | grep usb
– Eugen Rieck
2 mins ago
Post the output of
ls -l /dev/disk/by-path/ | grep usb
– Eugen Rieck
2 mins ago
Post the output of
ls -l /dev/disk/by-path/ | grep usb
– Eugen Rieck
2 mins ago
add a comment |
0
active
oldest
votes
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
});
}
});
gauravgupta is a new contributor. Be nice, and check out our Code of Conduct.
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%2f1419257%2fhow-to-access-micro-sd-card-reader-on-raspberry-pi%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
gauravgupta is a new contributor. Be nice, and check out our Code of Conduct.
gauravgupta is a new contributor. Be nice, and check out our Code of Conduct.
gauravgupta is a new contributor. Be nice, and check out our Code of Conduct.
gauravgupta is a new contributor. Be nice, and check out our Code of Conduct.
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%2f1419257%2fhow-to-access-micro-sd-card-reader-on-raspberry-pi%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
Post the output of
ls -l /dev/disk/by-path/ | grep usb
– Eugen Rieck
2 mins ago