Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1764642AbXF1RA3 (ORCPT ); Thu, 28 Jun 2007 13:00:29 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751752AbXF1RAV (ORCPT ); Thu, 28 Jun 2007 13:00:21 -0400 Received: from wx-out-0506.google.com ([66.249.82.239]:29488 "EHLO wx-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760906AbXF1RAU (ORCPT ); Thu, 28 Jun 2007 13:00:20 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Gx6hMbvixeC3B8xlPbxkTYsjhu6ge0IUd6PmNOG3d8wqv93CjmLHEDGsgaDkWQgLSTFpC9fvS+9gVQdnMOgLJ41RWBUTH2666/hDuaFap2RygVJvBvDchLfeKU7EPynr7UTph6hf08M0VpUcdeveCfgYKw684qyRIHoZ4QJO8ss= Message-ID: <4dde4acb0706281000p180d0066s11a21afe17336fb4@mail.gmail.com> Date: Thu, 28 Jun 2007 22:30:19 +0530 From: "Midhun Agnihotram" To: linux-kernel@vger.kernel.org Subject: Fwd: Mounting MMC card Cc: drzeus-mmc@drzeus.cx In-Reply-To: <4dde4acb0706261146s5906d8f3vb787d5aecb429116@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4dde4acb0706261146s5906d8f3vb787d5aecb429116@mail.gmail.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1366 Lines: 36 Hi All, I am new to linux kernel stuff. I am using Cogent CSB535FS board. I have configured the kernel to include support for MMC card and also i.MX MMC driver. When I insert the card, it says : # imx-mmc imx-mmc.0: card inserted So, the kernel has identified that MMC has been inserted. I have the following dev entries for mmc on the target: brwxrwxrwx 1 0 0 254, 0 Jun 26 2007 mmcblk0 brwxrwxrwx 1 0 0 254, 1 Jun 26 2007 mmcblk0p0 brwxrwxrwx 1 0 0 254, 2 Jun 26 2007 mmcblk0p1 brwxrwxrwx 1 0 0 254, 3 Jun 26 2007 mmcblk0p2 brwxrwxrwx 1 0 0 254, 4 Jun 26 2007 mmcblk0p3 How do I access the MMC card data now? If I try to mount it, busybox doesnot mount it. # mount /dev/mmcblk0p0 /mnt/mmc mount: mounting /dev/mmcblk0p0 on /mnt/mmc failed I have tried with /dev/mmcblk0p0, mmcblk0p1,etc. But of no use. How do I access the contents of MMC card? Is there any thing missing in my settings? Busybox does not say anything other than the above error message. Any clue will be appreciated, Thanks, Midhun. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/