From owner-freebsd-questions@freebsd.org Tue Aug 4 15:20:50 2015 Return-Path: Delivered-To: freebsd-questions@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 87A899B36C8 for ; Tue, 4 Aug 2015 15:20:50 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4ADD219B5 for ; Tue, 4 Aug 2015 15:20:50 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id t74FKnPr060228 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 4 Aug 2015 09:20:49 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id t74FKmRp060225; Tue, 4 Aug 2015 09:20:49 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Tue, 4 Aug 2015 09:20:48 -0600 (MDT) From: Warren Block To: jd1008 cc: freebsd-questions@freebsd.org Subject: Re: USB stick and some help with it. In-Reply-To: <55BF964B.7080400@gmail.com> Message-ID: References: <55BF6AA0.2030802@bananmonarki.se> <55BF8824.9050803@gmail.com> <55BF8D65.6010404@bananmonarki.se> <55BF9024.6000409@gmail.com> <55BF9522.3@bananmonarki.se> <55BF964B.7080400@gmail.com> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Tue, 04 Aug 2015 09:20:49 -0600 (MDT) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Aug 2015 15:20:50 -0000 On Mon, 3 Aug 2015, jd1008 wrote: > On 08/03/2015 10:21 AM, Bernt Hansson wrote: >> On 2015-08-03 18:00, jd1008 wrote: >>> Are you invoking the command as root or regular user? >> >> As root. > If your installation cannot write to the raw device, then > it is either a bug or .....???? > > One thing that you have to be aware of is that if you > dd an iso image to a flash, then afterwards, the OS > will always assume it is a non-writable cdrom; that > is until you dd /dev/zero into the raw device while > it is not mounted. I have not ever had that experience. Of course, on FreeBSD we do not use the same images for USB memory sticks and CDs.