Re: Cannot mount MMC (don't see the partition with fdisk -l)

2013-05-10 Thread Andy Johnson
Hi, Can anybody try ls -al /sys/block/mmcblk* with a machine which has can mount MMC USB flash ? Best, Andy On Thu, May 9, 2013 at 2:24 PM, Andy Johnson wrote: > Hi, > Well tried both ways and it did not help. > I would very much appreciate if anyone who has an > mmc/sdio flash which he can m

Re: Cannot mount MMC (don't see the partition with fdisk -l)

2013-05-09 Thread Andy Johnson
Hi, Well tried both ways and it did not help. I would very much appreciate if anyone who has an mmc/sdio flash which he can mount on his linux, will send the output of 1) ls -al /sys/block/mmcblk* 2) /sys/log/messages when he inserts the usb plug of the MMC. 3) if he has /sys/block/mmcblk* and c

Re: Cannot mount MMC (don't see the partition with fdisk -l)

2013-05-08 Thread Ed Greshko
On 05/08/13 12:29, Andy Johnson wrote: > I am trying to mount an SD/MMC card on Fedora x86_64 and I cannot see it > in fdisk -l. > > > The SD/MMC is ENE Flash (UB623X) Silly question But, do you have a card in one of the slots of the reader? It was a while ago, but I did have a reader and if

Re: Cannot mount MMC (don't see the partition with fdisk -l)

2013-05-08 Thread Andy Johnson
Hello, I want to add that also: ls -al /sys/block/mmcblk* ls: cannot access /sys/block/mmcblk*: No such file or directory shouldn't there be entries in that path? rgs, Andy On Wed, May 8, 2013 at 8:35 PM, Andy Johnson wrote: > Hi, > No. > > cat /proc/partitions > major minor #blocks name >

Re: Cannot mount MMC (don't see the partition with fdisk -l)

2013-05-08 Thread Andy Johnson
Hi, No. cat /proc/partitions major minor #blocks name 80 976762584 sda 81 102400 sda1 82 204696576 sda2 83 30720 sda3 84 1 sda4 85 25600 sda5 864096000 sda6 87 204662784 sda7

Re: Cannot mount MMC (don't see the partition with fdisk -l)

2013-05-08 Thread Roberto Ragusa
On 05/08/2013 06:29 AM, Andy Johnson wrote: > May 8 07:18:31 localhost kernel: [ 2566.758702] scsi 5:0:0:0: > Direct-Access USB2.0 CardReader CF0100 PQ: 0 ANSI: 0 > May 8 07:18:31 localhost kernel: [ 2566.759235] scsi 5:0:0:1: > Direct-Access USB2.0 CardReader SM XD 0100 PQ: 0 AN

Re: Cannot mount MMC (don't see the partition with fdisk -l)

2013-05-08 Thread Greg Woods
On Wed, 2013-05-08 at 07:29 +0300, Andy Johnson wrote: > I am trying to mount an SD/MMC card on Fedora x86_64 and I cannot see it > in fdisk -l. What does fdisk -l actually show? > lsusb shows it: > lsusb > ... > Bus 001 Device 007: ID 0cf2:6230 ENE Technology, Inc. > ... > > what is strange

Cannot mount MMC (don't see the partition with fdisk -l)

2013-05-07 Thread Andy Johnson
Hello, I am trying to mount an SD/MMC card on Fedora x86_64 and I cannot see it in fdisk -l. The SD/MMC is ENE Flash (UB623X) These kernel modules are loaded before inserting the SD/MMC card: mmc_block, mmc_core, usb_storage,sdhci_pci, sdhci loaded In the kernel log, what I see after insertin