From owner-freebsd-questions@FreeBSD.ORG Thu Apr 28 16:36:06 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1465A16A4CE for ; Thu, 28 Apr 2005 16:36:06 +0000 (GMT) Received: from vsmtp14.tin.it (vsmtp14.tin.it [212.216.176.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6CEA743D1F for ; Thu, 28 Apr 2005 16:36:05 +0000 (GMT) (envelope-from v.demartino2@virgilio.it) Received: from a-ma1-66.tin.it (212.216.149.193) by vsmtp14.tin.it (7.0.027) id 425FE878004F5B33 for freebsd-questions@freebsd.org; Thu, 28 Apr 2005 18:36:03 +0200 From: Vittorio To: freebsd-questions@freebsd.org Date: Thu, 28 Apr 2005 18:35:57 +0000 User-Agent: KMail/1.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200504281835.57378.v.demartino2@virgilio.it> Subject: usbd.conf not mounting usb mass storage X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Apr 2005 16:36:06 -0000 Under FreeBSD 5.4 In my laptop I have the following item in usbd.conf to mount a usb-mass storage: device "SWISSBIT" vendor 0x1370 product 0x2168 devname "umass0" attach "/sbin/mount_msdosfs /dev/da0 /mnt/swissbit" When I insert the device this are the messages: fbsd# usbd -v -d usbd: opened /dev/usb0 usbd: opened /dev/usb1 usbd: reading configuration file /etc/usbd.conf usbd: opened /dev/usb usbd: device-attach event at 1114704239.430921000, Twist, SWISSBIT: vndr=0x1370 prdct=0x2168 rlse=0x0200 clss=0x0000 subclss=0x0000 prtcl=0x0000 device names: umass0 usbd: Found action 'SWISSBIT' for Twist, SWISSBIT at umass0 usbd: Executing '/sbin/mount_msdosfs /dev/da0 /mnt/swissbit' mount_msdosfs: /dev/da0: No such file or directory usbd: '/sbin/mount_msdosfs /dev/da0 /mnt/swissbit' returned 71 While giving the same command by hand in a root console '/sbin/mount_msdosfs /dev/da0 /mnt/swissbit' it all goes smooth and I find the share mounted. Where am I wrong? Vittorio