From owner-freebsd-questions@freebsd.org Mon Aug 3 16:42:03 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 74A749B2BE4 for ; Mon, 3 Aug 2015 16:42:03 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 36F79106C for ; Mon, 3 Aug 2015 16:42:02 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ZMIoD-0003w6-Op for freebsd-questions@freebsd.org; Mon, 03 Aug 2015 18:41:53 +0200 Received: from pool-72-66-1-32.washdc.fios.verizon.net ([72.66.1.32]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Aug 2015 18:41:53 +0200 Received: from nightrecon by pool-72-66-1-32.washdc.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Aug 2015 18:41:53 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Subject: Re: USB stick and some help with it. Date: Mon, 03 Aug 2015 12:41:39 -0400 Lines: 17 Message-ID: References: <55BF6AA0.2030802@bananmonarki.se> <55BF8824.9050803@gmail.com> <55BF8D65.6010404@bananmonarki.se> Reply-To: nightrecon@hotmail.com Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-72-66-1-32.washdc.fios.verizon.net 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: Mon, 03 Aug 2015 16:42:03 -0000 Bernt Hansson wrote: > > > On 2015-08-03 17:26, jd1008 wrote: >> dd if=/dev/zero of=/dev/rda1 > dd if=/dev/zero of=/dev/rda1 bs=1m count=10 > > dd: /dev/rda1: Operation not supported Does setting sysctl kern.geom.debugflags=16 (as root) make any difference? Don't recall for sure if it's supposed to be 16 or 15, but I've used this command before successfully to unlock. -Mike