[Solved] SanDisk Micro SD HC not mounted

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
khash777
Posts: 16
Joined: 26. Jan 2011, 20:02
Location: Manchester, England

[Solved] SanDisk Micro SD HC not mounted

Post by khash777 »

I've got a micro SD card which can be mounted on two Android phones an in Windows 7 but not in my Salix x86_64 14.0. I've already got the card checked by SanDisk and got it replaced to eliminate factory faults.

Running "lsusb" the card reader is being recognised:
----- Bus 001 Device 008: ID 058f:6332 Alcor Micro Corp. Multi-Function Card Reader

running "dmesg | tail" prints:

[11674.353021] usb 1-7: new high-speed USB device number 9 using ehci_hcd
[11674.470467] usb 1-7: New USB device found, idVendor=058f, idProduct=6332
[11674.470471] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[11674.470475] usb 1-7: Product: USB Reader
[11674.470477] usb 1-7: Manufacturer:
[11674.470480] usb 1-7: SerialNumber: 058F118111B
[11674.470907] scsi9 : usb-storage 1-7:1.0
[11675.472987] scsi 9:0:0:0: Direct-Access Generic USB SD Reader 1.00 PQ: 0 ANSI: 0
[11705.830020] usb 1-7: reset high-speed USB device number 9 using ehci_hcd

but I still can't mount it using "mount"! Aaarrgghhh!! :evil:

running "fdisk -l" doesn't list it.

Can anyone guide me to solve this issue please?
Last edited by khash777 on 1. Dec 2013, 21:33, edited 1 time in total.
User avatar
gapan
Salix Wizard
Posts: 6362
Joined: 6. Jun 2009, 17:40

Re: SanDisk Micro SD HC not mounted

Post by gapan »

Are you sure fdisk -l doesn't list the device? Can you post the output after you have inserted it? Also post the output of

Code: Select all

lsmod
as root after you have inserted the card. And you shouldn't need to mount it using the mount command, it should be there on the desktop.
Image
Image
khash777
Posts: 16
Joined: 26. Jan 2011, 20:02
Location: Manchester, England

Re: SanDisk Micro SD HC not mounted

Post by khash777 »

Unfortunately it's not being auto mounted as many other devices do. I've got another 2GB Sandisk micro SD card which auto-mounts fine. however this one has been a nightmare :D. thanks for any help in advance.

output of "fdisk -l"

Enhet Start Början Slut Block Id System
/dev/sda1 63 20980889 10490413+ 83 Linux
/dev/sda2 20980890 440421974 209720542+ 83 Linux
/dev/sda3 440421975 976773119 268175572+ 83 Linux

"lsmod" :

Module Size Used by
snd_seq_dummy 1455 0
snd_seq_oss 29048 0
snd_seq_midi_event 5620 1 snd_seq_oss
snd_seq 51330 5 snd_seq_midi_event,snd_seq_oss,snd_seq_dummy
snd_seq_device 5228 3 snd_seq,snd_seq_oss,snd_seq_dummy
snd_pcm_oss 39311 0
snd_mixer_oss 15532 3 snd_pcm_oss
bnep 10660 2
ipv6 280597 26
bluetooth 151953 7 bnep
rfkill 15428 2 bluetooth
lp 9787 0
ppdev 5958 0
parport_pc 19295 0
parport 31427 3 parport_pc,ppdev,lp
fuse 66601 3
snd_hda_codec_idt 55294 1
processor 25496 0
snd_hda_intel 23299 8
sky2 48337 0
i915 423635 2
video 11433 1 i915
drm_kms_helper 26189 1 i915
drm 187183 3 drm_kms_helper,i915
i2c_algo_bit 5319 1 i915
thermal_sys 14578 2 video,processor
joydev 9972 0
usbhid 35718 0
hid 83241 1 usbhid
psmouse 61842 0
serio_raw 4389 0
snd_hda_codec 81989 2 snd_hda_intel,snd_hda_codec_idt
hwmon 1329 1 thermal_sys
snd_hwdep 6484 1 snd_hda_codec
snd_pcm 73335 4 snd_hda_codec,snd_hda_intel,snd_pcm_oss
snd_page_alloc 7081 2 snd_pcm,snd_hda_intel
snd_timer 18830 3 snd_pcm,snd_seq
snd 58091 21 snd_timer,snd_pcm,snd_hwdep,snd_hda_codec,snd_hda_intel,snd_hda_codec_idt,snd_mixer_oss,snd_pcm_oss,snd_seq_device,snd_seq,snd_seq_oss
soundcore 5570 3 snd
i2c_i801 8108 0
i2c_core 20049 5 i2c_i801,i2c_algo_bit,drm,drm_kms_helper,i915
intel_agp 10864 1 i915
intel_gtt 13911 3 intel_agp,i915
agpgart 27443 3 intel_gtt,intel_agp,drm
button 4529 1 i915
evdev 9574 7
loop 18256 0
User avatar
gapan
Salix Wizard
Posts: 6362
Joined: 6. Jun 2009, 17:40

Re: SanDisk Micro SD HC not mounted

Post by gapan »

Is it possible that your card reader does not support SDHC cards and it only supports SD cards? Did the same reader ever work with the same card, with any other OS?
Image
Image
khash777
Posts: 16
Joined: 26. Jan 2011, 20:02
Location: Manchester, England

Re: SanDisk Micro SD HC not mounted

Post by khash777 »

Hmmm very possible, didnt think of that combination. The same reader did work with the same card under windows 7, however since the card reader is more than 2 years old it still might be something limited with it as you say. I'll try to use another card reader and post back :)
khash777
Posts: 16
Joined: 26. Jan 2011, 20:02
Location: Manchester, England

Re: SanDisk Micro SD HC not mounted

Post by khash777 »

You were right http://forum.salixos.org/memberlist.php ... ofile&u=54 gapan, it was the bloody card reader that could not handle SDHC memory cards! have got a new card reader (Cadena+) and it works fine now, so after all Slackware is still great :D
Thanks all for your help.
(how do I mark this as solved?)
User avatar
gapan
Salix Wizard
Posts: 6362
Joined: 6. Jun 2009, 17:40

Re: SanDisk Micro SD HC not mountedhe

Post by gapan »

Good. :)

You can hit the Edit button in the first post and edit the title to mark the thread solved.
Image
Image
Post Reply