From owner-freebsd-stable@FreeBSD.ORG Mon Oct 15 16:44:34 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5733516A419 for ; Mon, 15 Oct 2007 16:44:34 +0000 (UTC) (envelope-from zoran@fooboo.org) Received: from fooboo.org (239.45.broadband3.iol.cz [85.70.45.239]) by mx1.freebsd.org (Postfix) with ESMTP id BBF8713C44B for ; Mon, 15 Oct 2007 16:44:33 +0000 (UTC) (envelope-from zoran@fooboo.org) Received: from blackbox.fooboo.org ([192.168.1.5] verified) by fooboo.org (CommuniGate Pro SMTP 5.1.4 _community_) with ESMTP id 260040 for freebsd-stable@freebsd.org; Mon, 15 Oct 2007 17:45:38 +0200 Received: by blackbox.fooboo.org (Postfix, from userid 1007) id EBA664BF4; Mon, 15 Oct 2007 17:44:28 +0200 (CEST) Date: Mon, 15 Oct 2007 17:44:28 +0200 From: Zoran Kolic To: freebsd-stable@freebsd.org Message-ID: <20071015154428.GA11829@blackbox.fooboo.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: Re: usb stick problem X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Oct 2007 16:44:34 -0000 > From: Alson van der Meulen > This sounds like the documented behavior if the drive was empty or had > no long filenames when you mounted it. From mount_msdosfs(8): > "If neither -s nor -l are given, mount_msdosfs searches the root > directory of the file system to be mounted for any existing > Win'95 long filenames. If no such entries are found, but short > DOS filenames are found, -s is the default. Otherwise -l is > assumed." > -o longnames should do the trick. Thank you, Alson! Works! I forgot how to handle ms things. Even worse, I contacted shop technician and got an information that it was intended to reformat as the very first. He said explicitely it was fat16 formatted. What would you do in this situation? Go as it is now or do something like (I've read manual finaly): newfs_msdos -F 32 /dev/da0 Best regards Zoran