From owner-freebsd-current@FreeBSD.ORG Sun Oct 4 07:48:36 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B0D81065670 for ; Sun, 4 Oct 2009 07:48:36 +0000 (UTC) (envelope-from gary.jennejohn@freenet.de) Received: from mout7.freenet.de (mout7.freenet.de [IPv6:2001:748:100:40::2:9]) by mx1.freebsd.org (Postfix) with ESMTP id D6C758FC0C for ; Sun, 4 Oct 2009 07:48:35 +0000 (UTC) Received: from [195.4.92.20] (helo=10.mx.freenet.de) by mout7.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.69 #92) id 1MuLpa-0006Ve-9T; Sun, 04 Oct 2009 09:48:34 +0200 Received: from t98a1.t.pppool.de ([89.55.152.161]:20321 helo=ernst.jennejohn.org) by 10.mx.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.69 #94) id 1MuLpa-0006Tt-3W; Sun, 04 Oct 2009 09:48:34 +0200 Date: Sun, 4 Oct 2009 09:48:33 +0200 From: Gary Jennejohn To: freebsd-current@freebsd.org, ggajic@afrodita.rcub.bg.ac.rs Message-ID: <20091004094833.2a28c12f@ernst.jennejohn.org> In-Reply-To: References: <54980020@bb.ipt.ru> X-Mailer: Claws Mail 3.7.2 (GTK+ 2.16.2; amd64-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: Re: 8.0RC1: Can't mount usb stick X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gary.jennejohn@freenet.de List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Oct 2009 07:48:36 -0000 On Sat, 3 Oct 2009 19:01:35 +0200 (CEST) Goran Gajic wrote: > No this one is formated in XP style, so there is no /dev/da0s1. But that > is not the only problem I have noticed. I wanted to take image of USB > stick just in case I might need it, since I did newfs_msdos /dev/da0.. However > during cat /dev/da0 > usb.img read seems to hang.. Also, when I have tried > to put some image (in FreeBSD 8.0RC1) on that same stick, when I did > cat usb_old.img > /dev/da0 same happens - system hangs. When I have tried > same thing under Linux it worked with no problems. > cat is the wrong thing to use for making/copying images. Use dd instead with e.g. conv=sync. --- Gary Jennejohn