From owner-freebsd-questions@FreeBSD.ORG Thu May 6 12:40:39 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 DF52716A4CE for ; Thu, 6 May 2004 12:40:39 -0700 (PDT) Received: from smtp.nildram.co.uk (smtp.nildram.co.uk [195.112.4.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31A0D43D5E for ; Thu, 6 May 2004 12:40:39 -0700 (PDT) (envelope-from mark@ukug.uk.freebsd.org) Received: from [192.168.254.25] (parish.gotadsl.co.uk [62.3.235.43]) by smtp.nildram.co.uk (Postfix) with ESMTP id 964E425E355; Thu, 6 May 2004 20:40:34 +0100 (BST) Message-ID: <409A94BD.7020804@ukug.uk.freebsd.org> Date: Thu, 06 May 2004 20:40:45 +0100 From: Mark Ovens User-Agent: Mozilla Thunderbird 7.0 (X11/20040505) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "J. W. Ballantine" , freebsd-questions@freebsd.org References: <200405061909.i46J93p07506@akiva.homer.att.com> In-Reply-To: <200405061909.i46J93p07506@akiva.homer.att.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: 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 19:40:40 -0000 J. W. Ballantine wrote: > when I do a properties under w2k it says file system is ntfs, > fdisk on bsd show partition 1 is sysid 45,(unknown) > Hmm, should be sysid 7. I can't remember if the NTFS driver is built into the kernel (by default) or it's a kld module under 4.x, I'm running -CURRENT, but I'm sure I never had to do anything special for NTFS support in 4.x and the Handbook and FAQ only mention mount_ntfs. FWIW, here's what I get (single partition, C:, on the first drive). Note mine is 'da0', not 'ad0', as it's SCSI not IDE: /home/mark{38}# fdisk da0 ******* Working on device /dev/da0 ******* parameters extracted from in-core disklabel are: cylinders=8924 heads=255 sectors/track=63 (16065 blks/cyl) Figures below won't work with BIOS for partitions not in cyl 1 parameters to be used for BIOS calculations are: cylinders=8924 heads=255 sectors/track=63 (16065 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 143347932 (69994 Meg), flag 0 beg: cyl 0/ head 1/ sector 1; end: cyl 1023/ head 254/ sector 63 The data for partition 2 is: The data for partition 3 is: The data for partition 4 is: /home/mark{39}# > ---------- In Response to your message ------------- > >> Date: Thu, 06 May 2004 20:01:24 +0100 >> To: "J. W. Ballantine" , freebsd-questions@freebsd.org >> From: Mark Ovens >> Subject: Re: ntfs mount >> >> J. W. Ballantine wrote: >> > >> > yes, there is only one hard disk. >> > >> >> What does the output from `fdisk ad0' show? >> >> Regards, >> >> Mark >> > > > >