From owner-freebsd-questions@freebsd.org Mon Aug 3 16:00:28 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 0C54B9B2195 for ; Mon, 3 Aug 2015 16:00:28 +0000 (UTC) (envelope-from jd1008@gmail.com) Received: from mail-io0-x244.google.com (mail-io0-x244.google.com [IPv6:2607:f8b0:4001:c06::244]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id CBD58E26 for ; Mon, 3 Aug 2015 16:00:27 +0000 (UTC) (envelope-from jd1008@gmail.com) Received: by iodz133 with SMTP id z133so11721339iod.0 for ; Mon, 03 Aug 2015 09:00:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=N9viP/7w32pMNjpsq5LPpKu3VNomXH5/x8x3hFzbr24=; b=NfPJE7FKaMXtc70VdiO8mU9sy9K1LED4CJZZUKvi3Cb9rpP0Q0HWcdYilDf1425IYA 62V8A/LkB9V2ftpIlGHeSTUZR+kuLtuzDPAUBXxjASjDK2eHZgtPWaim/l0gjGUfiqop 5OZm8putO+vKxUY/nFf8JTFW9VjsvlLu3gAISkost3LnpOSxCazKRDj2ErPaf8qKpV7H U1SidYOOLGzo/UCf9V/Qf1XBLmuGu4Cscx8FAN48cvN9dmm7kEbknOz9w6uOnS/Nxxi6 7iqyneSxfL2gzjcQL1H3asW/VcxwDqRgm3cKQiImnwgNxEY6XNG5q9YDh7gnZwvANjTE uVDQ== X-Received: by 10.107.137.95 with SMTP id l92mr20530056iod.2.1438617627120; Mon, 03 Aug 2015 09:00:27 -0700 (PDT) Received: from localhost.localdomain ([50.243.6.59]) by smtp.googlemail.com with ESMTPSA id q187sm10364305ioe.37.2015.08.03.09.00.26 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 03 Aug 2015 09:00:26 -0700 (PDT) Message-ID: <55BF9024.6000409@gmail.com> Date: Mon, 03 Aug 2015 10:00:36 -0600 From: jd1008 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Re: USB stick and some help with it. References: <55BF6AA0.2030802@bananmonarki.se> <55BF8824.9050803@gmail.com> <55BF8D65.6010404@bananmonarki.se> In-Reply-To: <55BF8D65.6010404@bananmonarki.se> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit 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:00:28 -0000 Are you invoking the command as root or regular user? On 08/03/2015 09:48 AM, 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 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > . >