Date: Mon, 22 May 2000 14:53:14 -0700 From: David Johnson <djohnson@acuson.com> To: Bryan Otteson <ares@ida.net> Cc: newbies@freebsd.org Subject: Re: A problem with mounting Message-ID: <3929AC4A.7FB702DD@acuson.com> References: <006a01bfc43c$9c4c6f40$30b58dd0@arescomputer>
next in thread | previous in thread | raw e-mail | index | archive | help
> Bryan Otteson wrote: > > I don't know that this should go on this board, but the "hackers" > postings was getting me over 30 e-mails a day and I can't sift through > all that :( > > I need to mount my dos partition so I can install a newer version of > XFree86 to support my video card and I didn't get any manuals with my > FBSD (I got it for $0.99 on linuxmall.com), so I need to know the > correct syntax to do that. It is my C: drive I need to mount...I have > win98 on it, plus my partition for FBSD if that info's relevant. > > Bryan mount -t msdos /dev/wd0?? /mnt (replace the ?? as appropriate) You may not have a printed manual, but you do have online manuals. Do a "man mount" for the mount syntax. You can also look in /usr/share/doc for some documentation. -- David Johnson... 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?3929AC4A.7FB702DD>