From owner-freebsd-stable@freebsd.org Sun Sep 20 05:15:23 2015 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BE5D1A03999 for ; Sun, 20 Sep 2015 05:15:23 +0000 (UTC) (envelope-from zkolic@sbb.rs) Received: from mproxy8.sbb.rs (mproxy8.sbb.rs [89.216.2.99]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "smtp.sbb.rs", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2CACA14C8 for ; Sun, 20 Sep 2015 05:15:22 +0000 (UTC) (envelope-from zkolic@sbb.rs) Received: from faust.localdomain (cable-178-148-97-209.dynamic.sbb.rs [178.148.97.209]) by mproxy8.sbb.rs (8.14.4/8.14.4) with ESMTP id t8K4sfYq026223 for ; Sun, 20 Sep 2015 06:54:41 +0200 X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.97.6 at SBB mail Received: by faust.localdomain (Postfix, from userid 1001) id C2368A4206C; Sun, 20 Sep 2015 06:55:19 +0200 (CEST) Date: Sun, 20 Sep 2015 06:55:19 +0200 From: Zoran Kolic To: freebsd-stable@freebsd.org Subject: fat32 question Message-ID: <20150920045519.GA2474@faust.sbb.rs> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mproxy8.sbb.rs X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Sep 2015 05:15:23 -0000 I have a device to which I'd like to connect otg cable and insert 16gb usb stick. Tried "newfs_msdos -F32 /dev/da0". Mounted, copied files. The device does not see the file system at all. Any idea what to do further? Another option might be extfs. Best regards Zoran