From owner-freebsd-current@FreeBSD.ORG Sun Feb 8 10:59:26 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1522C16A4CE for ; Sun, 8 Feb 2004 10:59:26 -0800 (PST) Received: from mail.gmx.net (imap.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 4470543D1F for ; Sun, 8 Feb 2004 10:59:25 -0800 (PST) (envelope-from pilkis@gmx.net) Received: (qmail 19338 invoked by uid 65534); 8 Feb 2004 18:59:22 -0000 Received: from unknown (EHLO pilkisnotexp) (62.68.63.42) by mail.gmx.net (mp011) with SMTP; 08 Feb 2004 19:59:22 +0100 X-Authenticated: #6832473 Message-ID: <000a01c3ee75$a25a7f50$0464a8c0@spotripoli.local> From: "Putinas Piliponis" To: Date: Sun, 8 Feb 2004 20:59:08 +0200 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2055 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2055 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: mount_ntfs does not mount X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Putinas Piliponis List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Feb 2004 18:59:26 -0000 Hi All, I have following problem on my system 5.2-RELEASE-p2 # mount_ntfs /dev/ad4s4 /mnt/share1 mount_ntfs: /dev/ad4s4: No such file or directory Exit 71 but slice ad4s4 exist: pilkis@pilkishome:/usr/src# ls /dev/ad4* /dev/ad4 /dev/ad4s2 /dev/ad4s3a /dev/ad4s3c = /dev/ad4s3e /dev/ad4s4 /dev/ad4s1 /dev/ad4s3 /dev/ad4s3b /dev/ad4s3d = /dev/ad4s3f and I am sure, what it's ntfs partition pilkis@pilkishome:/usr/src# fdisk /dev/ad4 ******* Working on device /dev/ad4 ******* parameters extracted from in-core disklabel are: cylinders=3D498625 heads=3D16 sectors/track=3D63 (1008 blks/cyl) Figures below won't work with BIOS for partitions not in cyl 1 parameters to be used for BIOS calculations are: cylinders=3D498625 heads=3D16 sectors/track=3D63 (1008 blks/cyl) Media sector size is 512 Warning: BIOS sector numbering starts with sector 1 Information from DOS bootblock is: The data for partition 1 is: sysid 7 (0x07),(OS/2 HPFS, NTFS, QNX-2 (16 bit) or Advanced UNIX) start 63, size 12578832 (6142 Meg), flag 80 (active) beg: cyl 0/ head 1/ sector 1; end: cyl 782/ head 254/ sector 63 The data for partition 2 is: sysid 7 (0x07),(OS/2 HPFS, NTFS, QNX-2 (16 bit) or Advanced UNIX) start 12578895, size 12578895 (6142 Meg), flag 0 beg: cyl 783/ head 0/ sector 1; end: cyl 1023/ head 254/ sector 63 The data for partition 3 is: sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD) start 25157790, size 12578895 (6142 Meg), flag 0 beg: cyl 1023/ head 0/ sector 1; end: cyl 1023/ head 254/ sector 63 The data for partition 4 is: sysid 7 (0x07),(OS/2 HPFS, NTFS, QNX-2 (16 bit) or Advanced UNIX) start 37736685, size 464872905 (226988 Meg), flag 0 beg: cyl 1023/ head 0/ sector 1; end: cyl 1023/ head 254/ sector 63 as well I cannot mount any other ntfs partition... any workaround or soliution ?