*BSDThis forum is for the discussion of all BSD variants.
FreeBSD, OpenBSD, NetBSD, etc.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Hi! I have just installed OpenBSD and I'm trying to mount a cdrom. I read some parts of the faq on their site, but I did not managed to find an answer. Can someone help me?
And.. on the OpenBSD site I found some ports, but there are for version 3.2, and I have 3.4; can I use those?
You should be using the same ports version as the version of your os. Do a 'uname -a' to find out what your running and download the appropriate tree. You should also update it with these commands:
Distribution: OpenBSD 4.6, OS X 10.6.2, CentOS 4 & 5
Posts: 3,660
Rep:
What do you want to mount the CD-ROM for, data, or a music CD? If you're trying to play a normal audio CD (the type you would be in a CD player) then you don't need to mount it. Just use a program like xcd to play it.
If you want to mount a data cd in ISO 9660 format, then you need to do
# mount_cd9660 /dev/cd0c /mnt/cdrom
This assumes your CD-ROM is at /dev/cd0 and that you have created a directory /mnt/cdrom. Do man mount_cd9660 for more info.
Distribution: OpenBSD 4.6, OS X 10.6.2, CentOS 4 & 5
Posts: 3,660
Rep:
Well there are all the FAQ sections on OpenBSD.org, plus there is deadly.org which is OpenBSD news. There is a newbies list at sfobug.org. Michael Lucas has also written a rather nice book called Absolute OpenBSD. I highly recommend the book.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.