Date: 30 Oct 1999 01:43:10 +0200 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: richardoyh@hotmail.com Cc: freebsd-questions@freebsd.org Subject: Re: (your mail) Message-ID: <867lk5ka29.fsf@localhost.hell.gr> In-Reply-To: "Richard Oyh"'s message of "Fri, 29 Oct 1999 13:49:50 GMT" References: <19991029134951.57509.qmail@hotmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
"Richard Oyh" <richardoyh@hotmail.com> wrote: > > First of all, I am unable to mount my TEAC 524E cd-rom. > If TEAC is an atapi-cdrom, you can still mount it using the /dev/wcd0 device. Make sure that wcd0 exists by executing as root # cd /dev ; ./MAKEDEV wcd0c and then use the normal atapi cdrom mounting command: # mount -t cd9660 -o ro /dev/wcd0c /cdrom Then you can add the proper entry in /etc/fstab so as to be able to mount it with the simpler command # mount /cdrom The line that you should add in /etc/fstab should look like: /dev/wcd0c /cdrom cd9660 ro,noauto 0 0 > > Next of all, I can't start the X window. > You need to configure the Xfree86 first, by running (also as root): # XF86Setup Then, follow the instructions on your monitor. Keep handy the model of your video adapter and it's timing information (you should be able to find that in the monitor manuals somewhere) & the type of your monitor, since the setup program will ask you for them. Happy FreeBSD'ing :) -- Giorgos Keramidas, <keramida@ceid.upatras.gr> "What we have to learn to do, we learn by doing." [Aristotle] 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?867lk5ka29.fsf>