Subject: Re: How to mount msdos logical disks, or EXT DOS partition?
To: None <port-i386@netbsd.org, pooka@cs.hut.fi, e.delcamp@wanadoo.fr>
From: Richard PLOIX <richard.ploix@fr.adp.com>
List: port-i386
Date: 11/16/1999 11:42:28
> Subject: Re: How to mount msdos logical disks, or EXT DOS partition?
> To: None <port-i386@netbsd.org>
> From: Antti Kantee <pooka@cs.hut.fi>
> List: port-i386
> Date: 11/10/1999 15:43:22
> On Wed Nov 10 1999 at 14:38:42 +0100, Richard PLOIX wrote:
>
>> my problem is:
>> how to mount the D:, E:, F:, G:, (logical disque in msdos language), and
>> eventualy how to view the extend msdos partition?
>
>Have you tried the instructions at:
>http://www.netbsd.org/Ports/i386/faq.html#msdos_partition
>
>--
>Antti Kantee Research Assistant B231
>pooka@cs.hut.fi Helsinki Univ of Technology PL 5400
--->--->
hello, this documentation is good for my first MSDOS partition on sd0.
fdisk sd0:
NetBSD geometry cyl 3511 head 11 s/tr 108 (1188 s/c)
partition table
0 sysid 6 (Primary 'big' DOS, 16-bit FAT (>32MB))
start 63 size 4176837 (2039MB) flag 0x80
1<UNUSED>
2<UNUSED>
3<UNUSED>
disklabel sd0
8 partition
size offset fstype
d: 4194058 0 unused
e: 41766837 63 MSDOS
If I mount -t msdos /dev/sd0e /mnt/msdos
At this point that's OK!!!
Now for the second disk (sd1) with my Extended partition, and my
logical disks (D: E: F: G:) on it.
fdisk sd1
NetBSD geometry cyl 7637 head 8 sect/track 274 (2192 s/tr)
partiton table
0 sysid 15 (Ext. partition LBA)
start 16065 size 16755795 (8181MB) flag 0x0
1 sysid 169 (NetBSD)
start 14991088 size 1749216 (854MB) flag 0x0
2<UNUSED>
3<UNUSED>
disklabel sd1
8 partition
size offset fstype
a: 306880 14991088 4.2BSD
b: 528272 15297968 swap
c: 1786127 14991088 unused
d: 16777215 0 "
e: 950975 15826240 4.2BSD
for the f: partition I have try
f: 14991088-16065 16065 MSDOS
mount -t msdos /dev/sd1f /msdos ==> invalid argument
f: 14991088-274 274 MSDOS
mount -t msdos /dev/sd1f /msdos ==> invalid argument
f: 16755795 16065 MSDOS
mount -t msdos /dev/sd1f /msdos ==> invalid argument
At this other point, that's no good !!!
what can I do know?