Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

(solved) How to configure sd card automount

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
zorzi
Posts: 28
Joined: 2017-05-08 11:48

(solved) How to configure sd card automount

#1 Post by zorzi »

Hello,

I'm using Debian Stretch Mate.

My MicroSD card (with its SD adaptor) does not appear neither on desktop nor in file manager when I plug it on the SD card reader. I have no problems with other devices like external hard drives or usb sticks.

I guess there is something to configure... If someone could help me.

Thank you.
Last edited by zorzi on 2017-08-18 13:54, edited 1 time in total.

User avatar
pylkko
Posts: 1802
Joined: 2014-11-06 19:02

Re: How to configure sd card automount

#2 Post by pylkko »

zorzi wrote:Hello,

I'm using Debian Stretch Mate.

My MicroSD card (with its SD adaptor) does not appear neither on desktop nor in file manager when I plug it on the SD card reader. I have no problems with other devices like external hard drives or usb sticks.

I guess there is something to configure... If someone could help me.

Thank you.
As root, type

Code: Select all

dmesg | tail
after plugging in the card, then post that here. Also share the outoput of

Code: Select all

lsblk
with the card inserted.

zorzi
Posts: 28
Joined: 2017-05-08 11:48

Re: How to configure sd card automount

#3 Post by zorzi »

Hello,

Thanks for answering. Here's the result:

Code: Select all

dmesg | tail
[   23.154955] wlp1s6: send auth to 26:f6:1b:74:07:90 (try 1/3)
[   23.156707] wlp1s6: authenticated
[   23.164042] wlp1s6: associate with 26:f6:1b:74:07:90 (try 1/3)
[   23.174521] wlp1s6: RX AssocResp from 26:f6:1b:74:07:90 (capab=0x411 status=0 aid=1)
[   23.174655] wlp1s6: associated
[   23.174705] IPv6: ADDRCONF(NETDEV_CHANGE): wlp1s6: link becomes ready
[   89.380028] usb 1-4: reset high-speed USB device number 3 using ehci-pci
[ 7374.686529] sd 6:0:0:0: [sdb] 7744512 512-byte logical blocks: (3.97 GB/3.69 GiB)
[ 7374.700171]  sdb: sdb1
[ 7406.692049] usb 1-9: reset high-speed USB device number 4 using ehci-pci
root@ordi2008:/home/nicolas# lsblk
NAME   MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
sda      8:0    0 465,8G  0 disk 
├─sda1   8:1    0  28,2G  0 part /
├─sda2   8:2    0 433,6G  0 part /home
├─sda4   8:4    0     1K  0 part 
└─sda5   8:5    0     4G  0 part [SWAP]
sdb      8:16   1   3,7G  0 disk 
└─sdb1   8:17   1   3,7G  0 part 
sr0     11:0    1  1024M  0 rom  
root@ordi2008:/home/nicolas# 
The SD card lappears as sdb1 here.

EDIT: Oh, I'm seeing that (maybe after typing the commands above) the card appears now on my desktop and the file manager.

EDIT2! I solved the problem with the following command line from the following topic:

https://debian-facile.org/viewtopic.php ... 52#p234552

Code: Select all

mkdir /mnt/SD
Thanks

Post Reply