From owner-freebsd-questions@FreeBSD.ORG Mon Jul 7 15:58:46 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F25DA1065675 for ; Mon, 7 Jul 2008 15:58:46 +0000 (UTC) (envelope-from stevan-tiefert@kabelmail.de) Received: from smtpa.mediabeam.com (smtpa1.mediabeam.com [194.25.41.13]) by mx1.freebsd.org (Postfix) with ESMTP id 71E8E8FC1C for ; Mon, 7 Jul 2008 15:58:46 +0000 (UTC) (envelope-from stevan-tiefert@kabelmail.de) Received: from 88-134-118-109-dynip.superkabel.de (88-134-118-109-dynip.superkabel.de [88.134.118.109]) (authenticated bits=0) by smtpa.mediabeam.com (8.13.1/8.13.1) with ESMTP id m67FdDYp020873 for ; Mon, 7 Jul 2008 17:39:13 +0200 From: Stevan Tiefert To: freebsd-questions@freebsd.org Date: Mon, 7 Jul 2008 17:38:55 +0200 User-Agent: KMail/1.9.7 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200807071738.56070.stevan-tiefert@kabelmail.de> X-mediaBEAM-MailScanner-Information: Spam-/VirusProtection V1.1 X-mediaBEAM-VirusProtection: clean Subject: automount is not recognizing option longname X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jul 2008 15:58:47 -0000 Hello list, I have setup amd and it works fine. Only one special situation is making me crazy. When I want to use a USB-Stick without data on it, amd is mounting it with the 8.3-limitation. I've added the option longname in my map-file but it still ignores this option... Does somebody knows about this behavior? My amd.map: usb type:=pcfs;opts:=utimout=1,longname;dev:=/dev/da0s1 With regards Stevan Tiefert