From owner-freebsd-questions@freebsd.org Mon Aug 3 17:30:57 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 8B2E89B2A77 for ; Mon, 3 Aug 2015 17:30:57 +0000 (UTC) (envelope-from paul@kraus-haus.org) Received: from mail-qg0-f52.google.com (mail-qg0-f52.google.com [209.85.192.52]) (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 4B9911B23 for ; Mon, 3 Aug 2015 17:30:56 +0000 (UTC) (envelope-from paul@kraus-haus.org) Received: by qged69 with SMTP id d69so93494960qge.0 for ; Mon, 03 Aug 2015 10:30:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:content-type:mime-version:subject:from :in-reply-to:date:content-transfer-encoding:message-id:references:to; bh=crcjTzL7PFbQkUV/9MD12kv/QYyHiQUmDfTjdyj1Kjo=; b=UKbm34hi3SsE0w9HzEKuoZBkSu2UmrkPmGItm2QCEGhwQKtXCo8BbsRDdpqwoAVZSC REhUPRW90ay6J1P97MOZLD761kTSi3LEmPDuieq9LOqALT/UGG8BwfgHTSgQIrZKM2v+ Slhswuqrm0h5kAgv/guXN44AX0rtjvFqC8Q0roPajBbr0GZSZBhcAIBQufhcrScseG97 e9LGCV6+J/OEq421GsU4eaYJhxyXKEp9GMlHOZ0IN5EsHF5ircLXhKVURDK36HjpLZsk sTohtWTjx5JMhOxi319qPzxAyVyo+O2QfGe5kMQAB0bCbgd4DaXXhtaTKjlqesG0Gqjc uFRw== X-Gm-Message-State: ALoCoQnNg9EznslaVOfM7OgFReMMY3ckPNGC+t57ah32r9JC7kPUgd5aP27PDuBTVdIMq4N4hiUq X-Received: by 10.140.39.133 with SMTP id v5mr26446541qgv.34.1438622700691; Mon, 03 Aug 2015 10:25:00 -0700 (PDT) Received: from mbp-1.thecreativeadvantage.com (mail.thecreativeadvantage.com. [96.236.20.34]) by smtp.gmail.com with ESMTPSA id l5sm7129995qhl.3.2015.08.03.10.24.59 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 03 Aug 2015 10:24:59 -0700 (PDT) Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: USB stick and some help with it. From: Paul Kraus In-Reply-To: <573761DA-A954-424A-998D-AD59204D4D79@kraus-haus.org> Date: Mon, 3 Aug 2015 13:24:57 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: <68328CAF-A3BF-4BBE-AAC5-0783211435DD@kraus-haus.org> 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> <55BF9817.4070409@bananmonarki.se> <55BF9954.2020005@gmail.com> <55BF9F26.8030003@bananmonarki.se> <55BF9FE3.3030606@gmail.com> <55BFA0BB.5080704@bananmonarki.se> <573761DA-A954-424A-998D-AD59204D4D79@kraus-haus.org> To: FreeBSD Questions X-Mailer: Apple Mail (2.1878.6) 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 17:30:57 -0000 On Aug 3, 2015, at 13:19, Paul Kraus wrote: > An ls -l on my 10.1-RELEASE-p10 systems shows disk devices as = character special (=93raw=94) and does not show any block special = devices. In fact, a find / -type b yields no results on this system, so I can = only assume there are no non-raw devices=85 While a find / -type c = yields the expected list of devices. I come from the Solaris world and _not_ having both =93raw=94 (c) and = =93cooked=94 (b) devices seems odd to me at first glance, but I suppose = it makes sense. -- Paul Kraus paul@kraus-haus.org