On Friday 19 July 2002 11:40, Oscar Carlstedt wrote: > Hi! > > I have a question about my freebsd version 4.1 can you help me how to open > my cd device so i can install the other packages that comes with the > freebsd cd roms because i am new to freebsd. > > Best Regards > //Oscar Carlstedt
You will need to mount the CD-ROM. As root this should be as easy as mount /cdrom or, if this fails, mount -t cd9660 /dev/(whatever your CD-ROM device is) /cdrom If your system is set up properly, /stand/sysinstall will automount the CD-ROM for you (at least it does in 4.6). Technical details on mounting here: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mount-unmount.html HTH S.Mazerski To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message
