Re: Mount logical DOS partition

2002-10-11 Thread Peter Ulrich Kruppa

On Fri, 11 Oct 2002, Ivan Fomitchev wrote:

 Hello all,

 Could anyone tell me, how should I mount DOS logical partition on
 FreeBSD? It is located in the beginning of the the extended partition,
 which is the second on my HDD.
I can't remember exactly, but I think logical partitions use the
letters e, f, g . Try something like
mount_msdos /dev/ad0s2e /mnt

Hope that helps.

Uli.


 --
 Best regards,
  Ivan  mailto:[EMAIL PROTECTED]


 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message


*---*
*Peter Ulrich Kruppa*
*  -  Wuppertal -   *
*  Germany  *
*---*


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Mount logical DOS partition

2002-10-11 Thread Siegbert Baude

Hi Ivan,

 Could anyone tell me, how should I mount DOS logical partition on
 FreeBSD? It is located in the beginning of the the extended partition,
 which is the second on my HDD.

I have in my /etc/fstab:

/dev/ad2s5 /win/temp msdos rw 0 0

Yours should probably read ad0s5 instead. My extended partition is #4 on 
my hdd however, so it could be ad0s3, too. To be sure do a verbose boot 
(i.e. interrupt your boot process and type boot -v then). This will 
list all slices and partitions found on your disks.

Ciao
Siegbert


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Mount logical DOS partition

2002-10-10 Thread Ivan Fomitchev

Hello all,

Could anyone tell me, how should I mount DOS logical partition on
FreeBSD? It is located in the beginning of the the extended partition,
which is the second on my HDD.

-- 
Best regards,
 Ivan  mailto:[EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message