Subject: Re: Mounting a Windows disk with NetBSD 1.5.3
To: None <netbsd-help@netbsd.org>
From: Brandon Kuczenski <brandon@301south.net>
List: netbsd-help
Date: 12/12/2004 23:11:24
On Sun, 12 Dec 2004, Alec Berryman wrote:
> begin quotation of Brandon Kuczenski on 2004-12-12 22:01:49 -0500:
>
> > # /dev/rwd0d:
> > type: ESDI
> > disk: HITACHI_DK23DA-4
> > label: fictitious
> > <...SNIP...>
> >
> > 8 partitions:
> > # size offset fstype [fsize bsize cpg/sgs]
> > d: 78140160 0 unused 0 0 # (Cyl. 0
- 775$
> > e: 75327777 63 NTFS # (Cyl.
0*- 747$
> > f: 2812320 75327840 unused 0 0 # (Cyl. 74730
- 77$
> >
> > If I try to mount -t ntfs /dev/wd0d /tmp/home I get the error "Invalid
> > Argument".
>
> Don't you want to be mounting /dev/wd0e?
>
I wasn't sure; I went by the listing of /dev/rwd0d at the top of the
disklabel output. In any case, when I mount -t /dev/wd0e /mnt/point I get
the following:
in syslog:
Dec 11 09:16:58 /netbsd: wd0: no disk label
Dec 11 09:16:58 /netbsd: ntfs_readntvattr_plain: POSSIBLE RUN ERROR
Dec 11 09:16:58 /netbsd: ntfs_readattr_plain: ntfs_readntvattr_plain failed: o: 0, s: 1177000
Dec 11 09:16:58 /netbsd: ntfs_readattr_plain: attrib: 0 - 287
... and on the console:
mount_ntfs: /dev/wd0e on /tmp/home: Argument list too long
..which looks inauspicious.
Thrashbarg: I'm using 1.5.3 because it's the only live-filesystem CD I
have around. It was given out as a demo at a LUG meeting. It's quite
nice; it looks like it was produced by http://www.cylogistics.com.
Perhaps the computer failure is part of the ineffable will of Bob.
-Brandon