Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Aug 2000 16:15:28 +0200 (CEST)
From:      Micke Josefsson <mj@isy.liu.se>
To:        Arseny Slobodjuck <ampy@crosswinds.net>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   RE: mount a DOS volume in extended partition
Message-ID:  <XFMail.000830161528.mj@isy.liu.se>
In-Reply-To: <5996.000830@crosswinds.net>

next in thread | previous in thread | raw e-mail | index | archive | help

On 30-Aug-00 Arseny Slobodjuck wrote:
> 
> Hi,
> 
> How do I mount a DOS volume in extended partition ? In /dev
> all the extendeded partition named ad0s2, how can I access
> a particular logical disk in it ?
> 
> 
> 
> 

s1-s4 are 'normal' partitions. s5-... are partitions within an extended
partition. So I'd guess you will have to do this:

cd /dev
./MAKEDEV ad0s5
mount_dos /dev/ad0s5 /mnt



----------------------------------
Michael Josefsson, MSEE
mj@isy.liu.se

This message was sent by XFMail
running on FreeBSD 3.5-STABLE
----------------------------------


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.000830161528.mj>