Questions tagged [netbsd]

NetBSD is an open-source Unix-like operating system. It is descended from Berkeley Software Distribution (BSD) and one of the three most popular BSD operating systems.

enter image description here

NetBSD is an open-source Unix-like operating system. It is descended from Berkeley Software Distribution (BSD) and one of the three most popular BSD operating systems next to and . It is popular due to its portability and ability to run on a wide range of platforms.

Website: http://www.netbsd.org

Distrowatch: http://distrowatch.com/table.php?distribution=netbsd

Wikipedia: http://en.wikipedia.org/wiki/NetBSD

22 questions
1
vote
1 answer

netbsd: How to read cdrom labels

I'm trying to create a NetBSD image to be used on my opennebula cloud, and for its contextualization I need to look for a disk labeled "CONTEXT", in fact it is a cdrom, usually on debian I would look for it on /dev/disk/by-label, but in NetBSD the…