Joyent SmartOS what exactly is it?? Does it run Linux Apps? [closed]

I’ve been reading on Joyent’s SmartOS, what is it exactly I read something about it being KVM. With one article saying it could run windows, linux and OpenSolaris because its based on a project which is based on that. What kind of packages would I download to run on it? Linux x64 packages (for the smartos64) for instance? I cant find a clear answer

Answer

SmartOS is an open-source distribution of the illumos operating system, a Solaris derivative. It supports KVM as a first-class citizen. With KVM, you can boot a Linux instance that will appear in most ways just like running Linux on bare metal. You manage the Linux instance entirely yourself, so you can install whatever packages you want.

Similarly, you can boot a Windows instance under KVM and install whatever Windows software you want — it’s a complete Windows install.

smartos64 is something else. That’s a template for creating an OS-virtualized instance (as opposed to the above, which are hardware-virtualized). With this, you’re essentially running a completely isolated SmartOS environment within SmartOS. It’s faster and lets you use things like DTrace and SMF (which aren’t available on Linux or Windows), but it has nothing to do with Linux or Windows.

Attribution
Source : Link , Question Author : Akshat , Answer Author : Dave Pacheco

Leave a Comment