10

I was wondering if there are any small BSD or unix releases. The smallest Linux release I've seen that looked good is partedmagic (around 70MB). Free BSD needs like 4 CDs, maybe more.

lothar
  • 19,853
  • 5
  • 45
  • 59
Glas
  • 109
  • 1
  • 1
  • 3

10 Answers10

32

Small Distros

Single CD BSD Distros

Community
  • 1
  • 1
Daniel
  • 10,864
  • 22
  • 84
  • 115
4

PicoBSD is a floppy based tiny BSD.

sigjuice
  • 28,661
  • 12
  • 68
  • 93
3

There are a few good tiny linux distros. How small are you looking for?

The first two that spring to mind are Damn Small Linux (DSL) and Puppy Linux.

DSL is <60MB and Puppy is less than 100 MB

Check out Distrowatch for a very comprehensive and handy list :)

ParoXoN
  • 582
  • 2
  • 10
  • I believe DSL is actually <50MB, but 50MB is less than 60MB, so you're technically correct. – Chris Lutz May 04 '09 at 22:52
  • The best kind of correct! I was just playing with DSL-embedded (for USB keys) yesterday and with qemu etc. it winds up exceeding 50 MB. The standard iso is 49.9 MB though ;) – ParoXoN May 04 '09 at 22:56
  • +1 for DistroWatch, but DSL and Puppy are not BSD or Unix.. So +0 – Daniel Sloof May 04 '09 at 23:10
  • True enough :S I interpreted the question as "do you, members of SO, know of any small unix/unix-like distributions?" – ParoXoN May 05 '09 at 03:51
2

tomsrtbt ~1.7M; fits on a 1.44M diskette.

pmg
  • 106,608
  • 13
  • 126
  • 198
2

You bet.

  • DSL ("Damn small linux")
  • MINIX (certainly in the UNIX family and some nice modern features)
  • there are a number of small to very small Solaris versions
Charlie Martin
  • 110,348
  • 25
  • 193
  • 263
1
Phil
  • 3,628
  • 8
  • 34
  • 36
1

Yes, there are. Google is your friend.

Example (#1 on google 'bsd small'):

http://code.google.com/p/evoke/ 70MB FreeBSD live environment.

There are plenty more.

markus_b
  • 4,433
  • 2
  • 19
  • 15
1

Here's a small linux distribution that fits in 50Mb.
http://damnsmalllinux.org/

Steve Lazaridis
  • 2,210
  • 1
  • 15
  • 15
1

Damn Small Linux and Puppy Linux

Mark
  • 28,783
  • 8
  • 63
  • 92
1

To say that FreeBSD requires 4 CDs is a little silly. You can use the network installation CD "boot-only" to do an install of any scale for desktops or servers. It's under 50MB. Then, it only has to download the appropriate packages that you need. If you want something a little more custom and one of the requirements is that it be installed without a network connection, I don't think any of the small distributions previously recommended in this thread will be able to offer enough software packages to make it any more viable than a network install of FreeBSD.

Nolte
  • 1,096
  • 5
  • 11
  • 1
    Linux provides everything that was in the old UNIX certification tests. – Charlie Martin May 22 '09 at 16:09
  • Not to mention that the question mentions the smallest Linux distro he liked. Really, who thinks Linux isn't satisfactorily in the Unix tradition, and why not? (To be technical, only a few OSs can legally call themselves Unix, and I don't know that any of the free BSD distros can. The most widely used thing that's officially Unix is Mac OSX.) – David Thornley Dec 03 '09 at 20:46