Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Nov 2001 11:08:19 -0800 (PST)
From:      Hiten Pandya <hitmaster2k@yahoo.com>
To:        Martin Zibert <martin.zibert@drustvo-dns.si>
Cc:        freebsd-newbies@freebsd.org
Subject:   Re: Accessing FAT32 logical partition
Message-ID:  <20011129190819.40259.qmail@web21106.mail.yahoo.com>
In-Reply-To: <000a01c178b7$7a682b40$9f4248d9@unix>

next in thread | previous in thread | raw e-mail | index | archive | help
hi martin,
the way you are mounting your logical partition i
assume is wrong, as that you have to supply the slice
number on your disk....

if FreeBSD and the C: Partition are primary, and D: is
logical, i.e. under and extended partition,

D: should be /dev/ad0s3, or 4.  The rule is... you
cannot just simply say ad0 to mount and it will
complete your request because you havent supplied
which partition you want to mount, i.e ad0 is the
whole disk.

Also... logical partitions, are same as any other
partitions (mounting wise), as i am telling you this
because i have 4 logical partitions, and 4 primary.

so... an example mount command would be...

mount -tmsdos /dev/ad0s3 /tmp

Thats should solve the problem.. ah! and if you can't
find the mount number as in s<x>, than just type 

ls /dev/ | grep ad0s

and it will show you all the entries...

thanks...

=====
regards,
Hiten Pandya
<hitmaster2k@yahoo.com>
<http://geocities.com/hitmaster2k>;

MOTD: I just like _pumping_ the daylights out of a
PENGUIN!!!

__________________________________________________
Do You Yahoo!?
Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1

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




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