Date: Thu, 06 May 1999 07:59:00 +0100 From: Mark Ovens <marko@uk.radan.com> To: David Abdemoulaie <DAcash18@vt.edu> Cc: FreeBSD Questions list <freebsd-questions@freebsd.org> Subject: Re: Mounting extended dos fat32 partitions Message-ID: <37313DB4.AE229F4@uk.radan.com> References: <373101F5.90486DF9@vt.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
David Abdemoulaie wrote:
>
> I seem to be making a home on this list.. I cannot figure out how to
> mount either of my two Extended DOS Fat32 partitions, wd0s2 and wd1s1 .
> I have tried "mount -t msdos /dev/wd0s2 /mnt/DOSD" and "mount -t msdos
> /dev/wd1s1 /mnt/DOSE" in both cases I get the following error-
>
> msdos: /dev/wd0s2: Invalid argument
>
> I have no clue what is going wrong, any help would be greatly
> appreciated
>
Extended FAT (16 & 32) partitions (logical drives in DOS terminology)
*always* start at s5. wd0s2 (in your case) is the extended partition
itself. Although it has a slice number you can't do anything with it
('cept delete it I guess).
# mount -t msdos /dev/wd0s5 /mnt/DOSD
will mount the first FAT "logical drive" in the extended partition,
# mount -t msdos /dev/wd0s6 /mnt/DOSE
the second etc.
Note, you may have to make the device nodes:
# cd /dev
# ./MAKEDEV wd0s5
# ./MAKEDEV wd0s6
etc.
HTH
> --
> * David Abdemoulaie
> * ICQ - 21360590
> * mailto:DAcash18@vt.edu
>
> (c)copyright 1998 by David Abdemoulaie. All rights reserved. David
> Abdemoulaie's mail or email address or telephone number may NOT be
> reproduced,
> stored in a retrieval system, transmitted in any form by any means,
> electronic, mechanical, photocopying, recording, or otherwise, without
> prior written permission. The copyright of this information gives the
> owner, (David Abdemoulaie), legal recourse if someone sells or
> distributes
> this information without permission. (Death to junk email:)
>
> Virginia Computer Crimes Act ( 8.01-40.1), Virginia Internet Policy Act
> Unsolicited Bulk Email:
> Those who facilitate the transmission of falsified e-mail by selling
> and/or
> distributing specially-designed "spam software" may be liable for
> conspiracy to violate the Act and may be subject to both criminal and
> civil
> penalties... the Civic Relief provisions of the VCCA include (a)
> statutory
> damages of at least $500 per violation; and (b) recovery of reasonable
> attorney fees.
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
--
FreeBSD - The Power To Serve http://www.freebsd.org
My Webpage http://www.users.globalnet.co.uk/~markov
_______________________________________________________________
Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK
CAD/CAM solutions for Sheetmetal Working Industry
mailto:marko@uk.radan.com http://www.radan.com
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?37313DB4.AE229F4>
