Subject: Re: NTFS
To: None <netbsd-users@netbsd.org>
From: Dominik Schestauber <schestau@fmi.uni-passau.de>
List: netbsd-users
Date: 03/23/2004 19:53:12
> > Table Partition:
> > 0:  sysid 7 (OS/2 HPFS or NTFS or QNX2 or Advanced UNIX)
> >     start 63, size 24569937 (11997 MB), flag 0x0
>             ^^       ^^^^^^^^
> 
> [...]
> > bash-2.05b # disklabel - and wd0
> >  d:72395765 0 NTFS # (Cyl. 0 - 71821 *)
> 
> your d: entry is wrong, it should be
> d: 24569937 63 ...
>    ^^^^^^^^ ^^

The d: entry is wrong, but it shouldn't be that. d: always refers to the 
entire hard disk, so the size and offset values are ok, though fstype should 
be 'unused'. 

Just add 
f: 24569937 63 NTFS
to your disklabel.

Dominik