Date: Sat, 5 Jan 2002 10:43:00 -0500 From: Brian T.Schellenberger <bts@babbleon.org> To: "Joe & Fhe Barbish" <barbish@a1poweruser.com>, "FBSD Questions" <questions@FreeBSD.ORG> Subject: Re: mounting msdos partition under FBSD Message-ID: <0b5e74243150512FE4@mail4.nc.rr.com> In-Reply-To: <LPBBIGIAAKKEOEJOLEGOCEFNCLAA.barbish@a1poweruser.com> References: <LPBBIGIAAKKEOEJOLEGOCEFNCLAA.barbish@a1poweruser.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday 05 January 2002 06:50 am, Joe & Fhe Barbish wrote: > I have a duel boot hard drive win98/FBSD. > I want to mount the win98 partition under FBSD. > What command do I use to find out what device FBSD > calls the win98 partition/slice? > Is this the commands to mount and umount? > mount -t msdos /dev/xxxxxx /mnt/win_d > umount /mnt/win_d do fdisk and see what the slice is, then mount -t msdos /dev/xxysz /mnt/win_d eg, mount -t msdos /dev/ad0s1 /mnt/win_d > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Brian T. Schellenberger . . . . . . . bts@wnt.sas.com (work) Brian, the man from Babble-On . . . . bts@babbleon.org (personal) http://www.babbleon.org -------> Free Dmitry Sklyarov! (let him go home) <----------- http://www.eff.org http://www.programming-freedom.org 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?0b5e74243150512FE4>