public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Why isn't this SDcard mounting?
@ 2017-08-29 13:53 Stroller
  2017-08-29 14:53 ` [gentoo-user] " Ian Zimmerman
  2017-08-31  9:42 ` Stroller
  0 siblings, 2 replies; 9+ messages in thread
From: Stroller @ 2017-08-29 13:53 UTC (permalink / raw
  To: gentoo-user

I can't make any sense of it.

It's doing this with 2 different SDcards, I think - this is the brand new replacement for one which I believe(d) to be knackered.

Instead of mounting the SDcard, it's mounting the loopback device.

A card, as /dev/sdb, was previously zeroed over and repartitioned a couple of days ago. I bet if I reboot the system it'll be recognised. How do I get it to be recognised now?

Thanks in advance for your thoughts,

Stroller.


   $ sudo grep  kernel /var/log/messages
   Aug 29 13:49:46 alrai kernel: usb 1-1: new high-speed USB device number 5 usingehci-pci
   Aug 29 13:49:46 alrai kernel: usb 1-1: New USB device found, idVendor=0bda, idProduct=0136
   Aug 29 13:49:46 alrai kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
   Aug 29 13:49:46 alrai kernel: usb 1-1: Product: USB2.0-CRW
   Aug 29 13:49:46 alrai kernel: usb 1-1: Manufacturer: Generic
   Aug 29 13:49:46 alrai kernel: usb 1-1: SerialNumber: 20060413092100000
   Aug 29 13:49:46 alrai kernel: usb-storage 1-1:1.0: USB Mass Storage device detected
   Aug 29 13:49:46 alrai kernel: scsi host6: usb-storage 1-1:1.0
   Aug 29 13:49:47 alrai kernel: scsi 6:0:0:0: Direct-Access     Generic- Card Reader      1.00 PQ: 0 ANSI: 0 CCS
   Aug 29 13:49:47 alrai kernel: sd 6:0:0:0: Attached scsi generic sg1 type 0
   Aug 29 13:49:48 alrai kernel: sd 6:0:0:0: [sdb] 62521344 512-byte logical blocks: (32.0 GB/29.8 GiB)
   Aug 29 13:49:48 alrai kernel: sd 6:0:0:0: [sdb] Write Protect is off
   Aug 29 13:49:48 alrai kernel: sd 6:0:0:0: [sdb] Mode Sense: 03 00 00 00
   Aug 29 13:49:48 alrai kernel: sd 6:0:0:0: [sdb] No Caching mode page found
   Aug 29 13:49:48 alrai kernel: sd 6:0:0:0: [sdb] Assuming drive cache: write through
   Aug 29 13:49:48 alrai kernel:  sdb: sdb1
   Aug 29 13:49:48 alrai kernel: sd 6:0:0:0: [sdb] Attached SCSI removable disk
   Aug 29 14:47:12 alrai kernel:  sdb: sdb1
   $
   $ sudo parted /dev/sdb p
   Model: Generic- Card Reader (scsi)
   Disk /dev/sdb: 32.0GB
   Sector size (logical/physical): 512B/512B
   Partition Table: msdos
   Disk Flags:
   
   Number  Start   End     Size    Type     File system  Flags
    1      4194kB  32.0GB  32.0GB  primary  fat32        lba
   
   $ sudo mount -v /dev/sdb1 /mnt/tmp
   mount: /dev/loop0 mounted on /mnt/tmp.
   $ du -sh /mnt/tmp
   10M     /mnt/tmp
   $ lsmod | grep fat
   vfat                   20480  1
   fat                    65536  1 vfat
   $



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-08-31  9:42 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-29 13:53 [gentoo-user] Why isn't this SDcard mounting? Stroller
2017-08-29 14:53 ` [gentoo-user] " Ian Zimmerman
2017-08-29 15:33   ` [gentoo-user] " Stroller
2017-08-29 15:35     ` Alan McKinnon
2017-08-29 16:45       ` Stroller
2017-08-29 18:15         ` Mick
2017-08-29 21:27           ` Stroller
2017-08-30  9:10             ` Mick
2017-08-31  9:42 ` Stroller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox