From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Percival Subject: RE: OSK5912 USB Port Problem Date: Mon, 21 Nov 2005 09:12:41 +1100 Message-ID: <1132524761.8816.8.camel@localhost.localdomain> References: <437d78ad.1c0496aa.28bc.29a8@mx.gmail.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <437d78ad.1c0496aa.28bc.29a8@mx.gmail.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-omap-open-source-bounces+gplao-linux-omap-open-source=gmane.org@linux.omap.com Errors-To: linux-omap-open-source-bounces+gplao-linux-omap-open-source=gmane.org@linux.omap.com To: Linux OMAP Open Source List-Id: linux-omap@vger.kernel.org G'Day, > Thank you! I have set my USB according to your advices. Now, it seems to > work properly. I mount the sda1 use the command: mount -t usbfs /dev/sda1 > /proc/bus/usb/ and the devices file contain the information like this: When you mount with -t usbfs, you are not actually mounting the device: you are simply mounting information about your USB subsystem. It will always work, so long as you have USB in your kernel. As such, you do not need to provide a device (/dev/sda1/) and can just use `none' in this place. > But the problem is when I use the command mount -t vfat /dev/sda1 /tmp it > always gives me an error message like this: > mount: Mounting /dev/sda1 on /tmp failed: No such device or address I just tried using one myself (I have not used one in a while, and wanted to double-check a couple of points), and am no longer able to mount a USb key either. Is anyone else having trouble? Perhaps something has been broken along the way: I am using 2.6.14-omap1, but have not used a USB device since around 2.6.8-omap1. -- Matthew