Fork me on GitHub

Distro Ratings

Linux/Unix distribution ratings updated on 2019-05-27

Rank Name
#1 Arch Linux
#2 Debian
#3 Ubuntu
#4 Gentoo
#5 NixOS
#6 FreeBSD
#7 OpenBSD
#8 Fedora
#9 pfSense
#10 CentOS
#11 FreeNAS
#12 Alpine Linux
#13 Red Hat Enterprise Linux
#14 NetBSD
#15 Devuan
#16 Linux Mint
#17 Kubuntu
#18 Guix
#19 Void Linux
#20 Qubes OS
#21 Proxmox
#22 openSUSE
#23 slackware
#24 Raspbian
#25 Kali Linux
#26 illumos
#27 manjaro
#28 haiku
#29 SmartOS
#30 kde-neon
#31 OPNsense
#32 CoreOS
#33 libreelec
#34 Solus
#35 xubuntu
#36 funtoo
#37 reactos
#38 freeswitch
#39 dragonflybsd
#40 vyos
#41 antergos
#42 omnios
#43 calculate
#44 lubuntu
#45 parabola
#46 exherbo
#47 blackarch
#48 openindiana
#49 retropie
#50 crux
#51 minix
#52 sabayon
#53 galliumos
#54 ubuntu-mate
#55 elementary
#56 mageia
#57 puppylinux
#58 trisquel
#59 ubuntustudio
#60 opensolaris
#61 android-x86
#62 hyperbola
#63 openmandriva
#64 mirbsd
#65 deepin
#66 chakra
#67 ubuntu-budgie
#68 kaosx
#69 clonezilla
#70 parrotsec
#71 aptosid
#72 elive
#73 bodhi
#74 endless
#75 antiX
#76 steamOS
#77 redcorelinux
#78 korora
#79 ZorinOS
#80 knoppix
#81 UltimateEdition
#82 PCLinuxOS
#83 lakka
#84 archbang
#85 slax
#86 nutyx
#87 lxle

Hosted on GitHub Pages — Theme by orderedlist

SmartOS

SmartOS

Rank: #29

Website: https://www.joyent.com/smartos

IRC:

#smartos on Freenode with 141 users online

Description

SmartOS is a free and open-source SVR4 hypervisor, based on the UNIX operating system that combines OpenSolaris technology with Linux’s KVM virtualization. Its core kernel contributed to illumos project. It features several technologies: Crossbow, DTrace, KVM, ZFS, and Zones. Unlike other illumos distributions, SmartOS employs NetBSD pkgsrc package management. SmartOS is designed to be particularly suitable for building clouds and generating appliances. It is developed for and by Joyent, but is open-source and free for anyone to use.

SmartOS is an in-memory operating system and boots directly into random access memory. It supports various boot mechanisms such as booting from USB thumbdrive, ISO Image, or over the network via PXE boot. One of the many benefits of employing this boot mechanism is that operating system upgrades are trivial, simply requiring a reboot from a newer SmartOS image version.

SmartOS follows a strict local node storage architecture. This means that virtual machines are stored locally on each node and do not boot over the network from a central SAN or NAS. This helps ensure that network latency issues are eliminated as well as to preserve node independence. Multi-node SmartOS clouds can be managed via the open-source Joyent SmartDataCenter (SDC) cloud orchestration suite or via the Project Fifo Open Source SmartOS Cloud management platform built on Erlang.

SmartOS has several types of zones, also referred to as containers. The typical zone is UNIX, using pkgsrc as a package manager. KVM, which allows running arbitrary other operating systems using hardware virtualization, also runs inside a zone, albeit with minimal privileges to further increase security. Another type is LX, which can run many different popular Linux distributions without the overhead of KVM, by supporting the Linux syscall table.