From owner-freebsd-questions Fri Feb 21 4:55: 8 2003 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 72E8037B61B for ; Fri, 21 Feb 2003 04:55:07 -0800 (PST) Received: from cie-www.etat.lu (cie-www.etat.lu [194.154.200.79]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF27843F85 for ; Fri, 21 Feb 2003 04:55:05 -0800 (PST) (envelope-from didier.wiroth@mcesr.etat.lu) Received: from avirus.cie.etat.lu (avirus.cie.etat.lu [148.110.136.55]) by cie-www.etat.lu (8.9.1/8.9.1) with ESMTP id NAA00634 for ; Fri, 21 Feb 2003 13:49:17 +0100 (MET) Received: from mcesr.etat.lu (localhost [127.0.0.1]) by avirus.cie.etat.lu (8.10.2+Sun/8.8.8) with ESMTP id h1LCt2D06215 for ; Fri, 21 Feb 2003 13:55:02 +0100 (MET) Received: from [148.110.43.149] (HELO lucifer) by mcesr.etat.lu (CommuniGate Pro SMTP 3.5.9) with ESMTP-TLS id 723935 for freebsd-questions@freebsd.org; Fri, 21 Feb 2003 13:55:02 +0100 Subject: mount_ntfs fails From: Didier Wiroth To: freebsd-questions@freebsd.org Content-Type: text/plain Message-Id: <1045832096.214.6.camel@lucifer> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 21 Feb 2003 13:54:57 +0100 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hey, I have two harddisks: 1) ad0 with 1 slice containing Windows XP pro 2) ad2 with two slices s1 is ntfs and s2 is freebsd 4.7-release I can mount_ntfs without problems ad2s1 from freebsd! BUT I can't mount_ntfs ad0s! When I try to mount it with the following command: mount_ntfs /dev/ad0s1 /mnt I get the following error: mount_ntfs: /dev/ad0s1: Invalid argument And in /var/log/messages I see this: Feb 21 13:46:39 lucifer /kernel: ad0s1: slice extends beyond end of disk: truncating from 78140097 to 4408785 sectors Feb 21 13:46:39 lucifer /kernel: ntfs_loadntnode: BREAD FAILED Feb 21 13:46:39 lucifer /kernel: ntfs_vget: CAN'T LOAD ATTRIBUTES FOR INO: 0 1) What is the problem with ad0? 2) What can I do to resolve the problem so that I'm able to mount_ntfs ad0s1? Thanks a lot Didier To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message