From owner-freebsd-ports@FreeBSD.ORG Sat Feb 21 06:13:09 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4466B2CE for ; Sat, 21 Feb 2015 06:13:09 +0000 (UTC) Received: from agora.rdrop.com (agora.rdrop.com [IPv6:2607:f678:1010::34]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 21365900 for ; Sat, 21 Feb 2015 06:13:09 +0000 (UTC) Received: from agora.rdrop.com (66@localhost [127.0.0.1]) by agora.rdrop.com (8.13.1/8.12.7) with ESMTP id t1L6CjdX050523 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 20 Feb 2015 22:12:45 -0800 (PST) (envelope-from perryh@pluto.rain.com) Received: (from uucp@localhost) by agora.rdrop.com (8.13.1/8.14.2/Submit) with UUCP id t1L6CjL6050522; Fri, 20 Feb 2015 22:12:45 -0800 (PST) (envelope-from perryh@pluto.rain.com) Received: from fbsd81 by pluto.rain.com (4.1/SMI-4.1-pluto-M2060407) id AA26024; Fri, 20 Feb 15 22:02:51 PST Date: Fri, 20 Feb 2015 22:02:51 -0800 From: perryh@pluto.rain.com (Perry Hutchison) To: darius@dons.net.au, mueller6724@bellsouth.net Subject: Re: How to use mkntfs, I get "not a block device" Message-Id: <54e81f8b.iZkfCrTmbsYKu5o6%perryh@pluto.rain.com> References: <901212.67634.bm@smtp117.sbc.mail.ne1.yahoo.com> <43567E46-07C9-4067-B9A7-18080B93B64B@dons.net.au> In-Reply-To: <43567E46-07C9-4067-B9A7-18080B93B64B@dons.net.au> User-Agent: nail 11.25 7/29/05 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 06:13:09 -0000 "O'Connor, Daniel" wrote: > > On 3 Feb 2015, at 22:59, Thomas Mueller wrote: > > I can't format a partition for NTFS with fusefs-ntfs port, using mkntfs. ... > > root@amelia:~ # mkntfs /dev/gpt/SeaExp1-03 > > /dev/gpt/SeaExp1-03 is not a block device. > > Refusing to make a filesystem here! > > The port should really patch this out (IMO) - it doesn't make > sense on FreeBSD since it doesn't _have_ block devices. Better yet, patch the port to accept either a block or a char device and push the fix upstream. Even Unixen that have both types normally allow FS to be made on either the block or the char device.