Date: Fri, 28 Dec 2001 12:02:38 +0100 From: Julio Merino <juli@merino.net> To: freebsd-questions@FreeBSD.ORG Subject: Re: a problem with partition Message-ID: <20011228120238.A2157@klamath.local> In-Reply-To: <1055748425.20011228145155@mail.ru>; from s_volzhan@mail.ru on Fri, Dec 28, 2001 at 02:51:55PM %2B0400 References: <1055748425.20011228145155@mail.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
--FCuugMFkClbJLl1L Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Dec 28, 2001 at 02:51:55PM +0400, CyberSV wrote: > When I`m trying to mount drive (D:) in FreeBSD with command > mount -t msdos /dev/ad0s2 /mnt/win_d > BSD prints such error message - > fixlabel: raw partition size > slice size > msdos: /dev/ad0s2: invalid argument > Dec 28 13:01:21 CyberSV/kernel: fixlabel: raw partition size > slice > size >=20 > My question: Does the FreeBSD support extended fat partition, and if > yes, what is wrong in my actions ? Because both disks C and D > perfactly works under Win. You are trying to mount an extended partition, which is impossible. What you really want to do is to mount the logical drives that are _inside_ the extended partition. The "logical" drives are numbered from ad0s5 and so on, so you should do: # mount -t msdos /dev/ad0s5 /mnt/win_d And where I say partition, I mean slice ;) HTH >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message --=20 La ignorancia es la felicidad. Julio Merino (Slink) <juli@merino.net> --FCuugMFkClbJLl1L Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE8LFFOzz00ZOPKycwRAmDCAJ4wfCaUzO1N4SFIsVamBCN+iAVOFgCfbtWR I3y6DumUUNKqY5RJQuQIVWE= =/ELf -----END PGP SIGNATURE----- --FCuugMFkClbJLl1L-- 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?20011228120238.A2157>