From owner-freebsd-questions@FreeBSD.ORG Thu May 6 10:59:16 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1EE3516A4CE for ; Thu, 6 May 2004 10:59:16 -0700 (PDT) Received: from ckmso2.proxy.att.com (ckmso2.att.com [209.219.209.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A1E443D58 for ; Thu, 6 May 2004 10:59:15 -0700 (PDT) (envelope-from jwb@homer.att.com) Received: from ulysses.homer.att.com ([135.205.193.8])i46HxDNj010370 for ; Thu, 6 May 2004 13:59:14 -0400 Received: from akiva.homer.att.com (akiva.homer.att.com [135.205.212.39]) by ulysses.homer.att.com (8.9.3/8.9.3) with ESMTP id NAA02314 for ; Thu, 6 May 2004 13:58:25 -0400 (EDT) Received: from akiva.homer.att.com (localhost [127.0.0.1]) by akiva.homer.att.com (8.11.7+Sun/8.9.3) with ESMTP id i46HwOp07267 for ; Thu, 6 May 2004 13:58:25 -0400 (EDT) Message-Id: <200405061758.i46HwOp07267@akiva.homer.att.com> X-Mailer: exmh version 2.6.3 03/14/2004 with nmh-1.0.4 To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 06 May 2004 13:58:24 -0400 From: "J. W. Ballantine" Subject: ntfs mount X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 May 2004 17:59:16 -0000 Ok, either I'm missing something very basic or.... I'm trying to mount a w2k ntfs file system with: mount_ntfs /dev/ad0s1 /C and I get back: mount_ntfs: /dev/ad0s1: Invalid Argument I'm told this is an ntfs5 file system, could it be that FreeBSD doesn't grok this type of fs or am I missing something really basic?? For ad0 there is only s1,s2,s3,s4; nots5 or above. This is on a 4.10-prerelease system. Thanks for any and all thoughts Jim