Inserted SD card isn't shown in nautilus
The SD card reader (integrated in Dell Latitude E6540) is shown after lspci
and with tail -f /var/log/syslog
I can see the output when inserting.
But ls -la /dev/sd*
does no showing a change when a card is inserted or not.
And nautilus shows nothing from the SD card.
Output of lsblk
:
sda 8:0 0 465,8G 0 disk
├─sda1 8:1 0 731M 0 part /boot
├─sda2 8:2 0 1K 0 part
└─sda5 8:5 0 465G 0 part
└─sda5_crypt 253:0 0 465G 0 crypt
├─ubuntu--vg-root 253:1 0 464,1G 0 lvm /
└─ubuntu--vg-swap_1 253:2 0 976M 0 lvm [SWAP]
sr0 11:0 1 1024M 0 rom
mmcblk0 179:0 0 958M 1 disk
└─mmcblk0p1 179:1 0 957,9M 1 part
And output of cat /proc/partitions
:
major minor #blocks name
8 0 488386584 sda
8 1 748544 sda1
8 2 1 sda2
8 5 487634944 sda5
11 0 1048575 sr0
253 0 487632896 dm-0
253 1 486596608 dm-1
253 2 999424 dm-2
Do I have to mount it?
Is there an option I have to enable?
Thank you.
mount sd-card
|
show 3 more comments
The SD card reader (integrated in Dell Latitude E6540) is shown after lspci
and with tail -f /var/log/syslog
I can see the output when inserting.
But ls -la /dev/sd*
does no showing a change when a card is inserted or not.
And nautilus shows nothing from the SD card.
Output of lsblk
:
sda 8:0 0 465,8G 0 disk
├─sda1 8:1 0 731M 0 part /boot
├─sda2 8:2 0 1K 0 part
└─sda5 8:5 0 465G 0 part
└─sda5_crypt 253:0 0 465G 0 crypt
├─ubuntu--vg-root 253:1 0 464,1G 0 lvm /
└─ubuntu--vg-swap_1 253:2 0 976M 0 lvm [SWAP]
sr0 11:0 1 1024M 0 rom
mmcblk0 179:0 0 958M 1 disk
└─mmcblk0p1 179:1 0 957,9M 1 part
And output of cat /proc/partitions
:
major minor #blocks name
8 0 488386584 sda
8 1 748544 sda1
8 2 1 sda2
8 5 487634944 sda5
11 0 1048575 sr0
253 0 487632896 dm-0
253 1 486596608 dm-1
253 2 999424 dm-2
Do I have to mount it?
Is there an option I have to enable?
Thank you.
mount sd-card
1
Please insert SD card and add output oflsblk
to the question.
– N0rbert
Jan 20 at 14:02
Added. But I can see no entry for SD card?
– TravelTrader
Jan 20 at 15:33
1
SD card is at/dev/mmcblk0
. Please add output ofsudo fdisk -l /dev/mmcblk0
to the question.
– N0rbert
Jan 20 at 15:37
(German, but translated by me:)fdisk: /dev/mmcblk0 can not be opened: Input-/Output-Error
– TravelTrader
Jan 20 at 15:43
Are you sure that SD card is working correctly? Did you tried to insert it into other laptop or device to get confirmation?
– N0rbert
Jan 20 at 15:46
|
show 3 more comments
The SD card reader (integrated in Dell Latitude E6540) is shown after lspci
and with tail -f /var/log/syslog
I can see the output when inserting.
But ls -la /dev/sd*
does no showing a change when a card is inserted or not.
And nautilus shows nothing from the SD card.
Output of lsblk
:
sda 8:0 0 465,8G 0 disk
├─sda1 8:1 0 731M 0 part /boot
├─sda2 8:2 0 1K 0 part
└─sda5 8:5 0 465G 0 part
└─sda5_crypt 253:0 0 465G 0 crypt
├─ubuntu--vg-root 253:1 0 464,1G 0 lvm /
└─ubuntu--vg-swap_1 253:2 0 976M 0 lvm [SWAP]
sr0 11:0 1 1024M 0 rom
mmcblk0 179:0 0 958M 1 disk
└─mmcblk0p1 179:1 0 957,9M 1 part
And output of cat /proc/partitions
:
major minor #blocks name
8 0 488386584 sda
8 1 748544 sda1
8 2 1 sda2
8 5 487634944 sda5
11 0 1048575 sr0
253 0 487632896 dm-0
253 1 486596608 dm-1
253 2 999424 dm-2
Do I have to mount it?
Is there an option I have to enable?
Thank you.
mount sd-card
The SD card reader (integrated in Dell Latitude E6540) is shown after lspci
and with tail -f /var/log/syslog
I can see the output when inserting.
But ls -la /dev/sd*
does no showing a change when a card is inserted or not.
And nautilus shows nothing from the SD card.
Output of lsblk
:
sda 8:0 0 465,8G 0 disk
├─sda1 8:1 0 731M 0 part /boot
├─sda2 8:2 0 1K 0 part
└─sda5 8:5 0 465G 0 part
└─sda5_crypt 253:0 0 465G 0 crypt
├─ubuntu--vg-root 253:1 0 464,1G 0 lvm /
└─ubuntu--vg-swap_1 253:2 0 976M 0 lvm [SWAP]
sr0 11:0 1 1024M 0 rom
mmcblk0 179:0 0 958M 1 disk
└─mmcblk0p1 179:1 0 957,9M 1 part
And output of cat /proc/partitions
:
major minor #blocks name
8 0 488386584 sda
8 1 748544 sda1
8 2 1 sda2
8 5 487634944 sda5
11 0 1048575 sr0
253 0 487632896 dm-0
253 1 486596608 dm-1
253 2 999424 dm-2
Do I have to mount it?
Is there an option I have to enable?
Thank you.
mount sd-card
mount sd-card
edited Jan 20 at 15:29
TravelTrader
asked Jan 20 at 13:20
TravelTraderTravelTrader
336
336
1
Please insert SD card and add output oflsblk
to the question.
– N0rbert
Jan 20 at 14:02
Added. But I can see no entry for SD card?
– TravelTrader
Jan 20 at 15:33
1
SD card is at/dev/mmcblk0
. Please add output ofsudo fdisk -l /dev/mmcblk0
to the question.
– N0rbert
Jan 20 at 15:37
(German, but translated by me:)fdisk: /dev/mmcblk0 can not be opened: Input-/Output-Error
– TravelTrader
Jan 20 at 15:43
Are you sure that SD card is working correctly? Did you tried to insert it into other laptop or device to get confirmation?
– N0rbert
Jan 20 at 15:46
|
show 3 more comments
1
Please insert SD card and add output oflsblk
to the question.
– N0rbert
Jan 20 at 14:02
Added. But I can see no entry for SD card?
– TravelTrader
Jan 20 at 15:33
1
SD card is at/dev/mmcblk0
. Please add output ofsudo fdisk -l /dev/mmcblk0
to the question.
– N0rbert
Jan 20 at 15:37
(German, but translated by me:)fdisk: /dev/mmcblk0 can not be opened: Input-/Output-Error
– TravelTrader
Jan 20 at 15:43
Are you sure that SD card is working correctly? Did you tried to insert it into other laptop or device to get confirmation?
– N0rbert
Jan 20 at 15:46
1
1
Please insert SD card and add output of
lsblk
to the question.– N0rbert
Jan 20 at 14:02
Please insert SD card and add output of
lsblk
to the question.– N0rbert
Jan 20 at 14:02
Added. But I can see no entry for SD card?
– TravelTrader
Jan 20 at 15:33
Added. But I can see no entry for SD card?
– TravelTrader
Jan 20 at 15:33
1
1
SD card is at
/dev/mmcblk0
. Please add output of sudo fdisk -l /dev/mmcblk0
to the question.– N0rbert
Jan 20 at 15:37
SD card is at
/dev/mmcblk0
. Please add output of sudo fdisk -l /dev/mmcblk0
to the question.– N0rbert
Jan 20 at 15:37
(German, but translated by me:)
fdisk: /dev/mmcblk0 can not be opened: Input-/Output-Error
– TravelTrader
Jan 20 at 15:43
(German, but translated by me:)
fdisk: /dev/mmcblk0 can not be opened: Input-/Output-Error
– TravelTrader
Jan 20 at 15:43
Are you sure that SD card is working correctly? Did you tried to insert it into other laptop or device to get confirmation?
– N0rbert
Jan 20 at 15:46
Are you sure that SD card is working correctly? Did you tried to insert it into other laptop or device to get confirmation?
– N0rbert
Jan 20 at 15:46
|
show 3 more comments
1 Answer
1
active
oldest
votes
check the partition:
cat /proc/partitions
If you see partition of your sd card, you have to mount it.
sudo mkdir /media/your_sd
sudo mount /dev/your_sd /media/your_sd
New contributor
Added to the question above. What doesdm
andsr0
stand for? Thanks and welcome to the community!
– TravelTrader
Jan 20 at 15:35
add a comment |
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%2f1111364%2finserted-sd-card-isnt-shown-in-nautilus%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
check the partition:
cat /proc/partitions
If you see partition of your sd card, you have to mount it.
sudo mkdir /media/your_sd
sudo mount /dev/your_sd /media/your_sd
New contributor
Added to the question above. What doesdm
andsr0
stand for? Thanks and welcome to the community!
– TravelTrader
Jan 20 at 15:35
add a comment |
check the partition:
cat /proc/partitions
If you see partition of your sd card, you have to mount it.
sudo mkdir /media/your_sd
sudo mount /dev/your_sd /media/your_sd
New contributor
Added to the question above. What doesdm
andsr0
stand for? Thanks and welcome to the community!
– TravelTrader
Jan 20 at 15:35
add a comment |
check the partition:
cat /proc/partitions
If you see partition of your sd card, you have to mount it.
sudo mkdir /media/your_sd
sudo mount /dev/your_sd /media/your_sd
New contributor
check the partition:
cat /proc/partitions
If you see partition of your sd card, you have to mount it.
sudo mkdir /media/your_sd
sudo mount /dev/your_sd /media/your_sd
New contributor
New contributor
answered Jan 20 at 13:44
erinniserinnis
671
671
New contributor
New contributor
Added to the question above. What doesdm
andsr0
stand for? Thanks and welcome to the community!
– TravelTrader
Jan 20 at 15:35
add a comment |
Added to the question above. What doesdm
andsr0
stand for? Thanks and welcome to the community!
– TravelTrader
Jan 20 at 15:35
Added to the question above. What does
dm
and sr0
stand for? Thanks and welcome to the community!– TravelTrader
Jan 20 at 15:35
Added to the question above. What does
dm
and sr0
stand for? Thanks and welcome to the community!– TravelTrader
Jan 20 at 15:35
add a comment |
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%2f1111364%2finserted-sd-card-isnt-shown-in-nautilus%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
1
Please insert SD card and add output of
lsblk
to the question.– N0rbert
Jan 20 at 14:02
Added. But I can see no entry for SD card?
– TravelTrader
Jan 20 at 15:33
1
SD card is at
/dev/mmcblk0
. Please add output ofsudo fdisk -l /dev/mmcblk0
to the question.– N0rbert
Jan 20 at 15:37
(German, but translated by me:)
fdisk: /dev/mmcblk0 can not be opened: Input-/Output-Error
– TravelTrader
Jan 20 at 15:43
Are you sure that SD card is working correctly? Did you tried to insert it into other laptop or device to get confirmation?
– N0rbert
Jan 20 at 15:46