From owner-freebsd-questions@FreeBSD.ORG Tue Jul 8 10:10:55 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 3DA3D1065684 for ; Tue, 8 Jul 2008 10:10:55 +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 C8E228FC24 for ; Tue, 8 Jul 2008 10:10:54 +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.0/8.13.1) with ESMTP id m68ABR50007179; Tue, 8 Jul 2008 12:11:28 +0200 From: Stevan Tiefert To: freebsd-questions@freebsd.org Date: Tue, 8 Jul 2008 12:10:37 +0200 User-Agent: KMail/1.9.7 References: <200807071738.56070.stevan-tiefert@kabelmail.de> <200807081057.39834.fbsd.questions@rachie.is-a-geek.net> In-Reply-To: <200807081057.39834.fbsd.questions@rachie.is-a-geek.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200807081210.37382.stevan-tiefert@kabelmail.de> X-mediaBEAM-MailScanner-Information: Spam-/VirusProtection V1.1 X-mediaBEAM-VirusProtection: clean Cc: Mel Subject: Re: 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: Tue, 08 Jul 2008 10:10:55 -0000 Am Dienstag, 8. Juli 2008 10:57:39 schrieb Mel: > On Monday 07 July 2008 17:38:55 Stevan Tiefert wrote: > > 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 > > I'm taking a guess here, but if it has 'no data', could it be that it's > formatted FAT, as in FAT-8, not 16 or 32, cause then longname support is > rejected by the filesystem itself. No it is not formatted as FAT16. When I use manually: # mount -t msdosfs -o longnames /dev/da0s1 /mnt and then copy files on the empty USB-Stick via: # cp * /mnt then the longnames are recognized... This problem is only appearing when I use amd! But it was a good guess :-) Maybe other ideas? Stevan Tiefert