LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-19-2015, 12:36 PM   #1
punchy71
Member
 
Registered: Dec 2011
Posts: 178

Rep: Reputation: Disabled
Can a linux on a floppy distro be used as a general purpose operating system?


Hello,
I was thinking of possibly trying out one of the numerous "Linux on a floppy" distros to tinker around with. These are the distros that are just big enough to fit on a 3.5-inch floppy diskette.
My question is; how much functionality is there really from something like this? I know that some seem to be aimed at special purposes and utility uses such as system recovery, firewall, router and so forth, but what about just a general purpose operating system complete with the ability to connect to either the internet or a bulletin board system (BBS) from either an ethernet or modem on a standard PC?
Also; are there any designed to fit on a 5.25-inch floppy or even an 8-inch floppy?
Thank you
 
Old 06-19-2015, 01:12 PM   #2
Keruskerfuerst
Senior Member
 
Registered: Oct 2005
Location: Horgau, Germany
Distribution: Manjaro KDE, Win 10
Posts: 2,199

Rep: Reputation: 164Reputation: 164
I dont think a floppy can contain a kernel, firewall and so on.
The kernel has a size of 2MB min.
 
Old 06-19-2015, 01:39 PM   #3
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,703

Rep: Reputation: 2659Reputation: 2659Reputation: 2659Reputation: 2659Reputation: 2659Reputation: 2659Reputation: 2659Reputation: 2659Reputation: 2659Reputation: 2659Reputation: 2659
back in 1990's it could

then CD drives were added to computers

Quote:
Also; are there any designed to fit on a 5.25-inch floppy or even an 8-inch floppy?
linux did not exist yet when 8 in and 5 in disks were in use ( well a box with a 3.5 in and a 5.25 drive ? )

for a 8 in disk you need to go back to the 80's and the Amiga and trs80 and IBM pc's

Last edited by John VV; 06-19-2015 at 01:42 PM.
 
Old 06-19-2015, 02:03 PM   #4
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by punchy71 View Post
Hello,
I was thinking of possibly trying out one of the numerous "Linux on a floppy" distros to tinker around with. These are the distros that are just big enough to fit on a 3.5-inch floppy diskette.
My question is; how much functionality is there really from something like this? I know that some seem to be aimed at special purposes and utility uses such as system recovery, firewall, router and so forth, but what about just a general purpose operating system complete with the ability to connect to either the internet or a bulletin board system (BBS) from either an ethernet or modem on a standard PC?
Also; are there any designed to fit on a 5.25-inch floppy or even an 8-inch floppy?
Hi...

Honestly, while I couldn't give you exact details, I think their functionality would be "limited." Guaranteed, a base install would give you only a CLI, unless a small DM was offered as a add-on. I'm not sure what kind of support you would get for ethernet adapters or hardware based dial-up modems. You would need to experiment there.

For distributions that fit on a floppy, please see these pages...

http://superuser.com/questions/13045...-a-floppy-disk

http://micheleandreoli.org/public/Software/mulinux/

http://www.toms.net/rb/

Let us know how it goes...

Regards...
 
Old 06-19-2015, 02:27 PM   #5
fatmac
LQ Guru
 
Registered: Sep 2011
Location: Upper Hale, Surrey/Hants Border, UK
Distribution: One main distro, & some smaller ones casually.
Posts: 5,918

Rep: Reputation: Disabled
I've experimented with a couple of floppy based distros in the past, they usually only have a bare system on them, by that I mean base utility programs.

If you want to try another O/S, there are floppy sized O/S written in assembler, http://www.menuetos.net/
http://kolibrios.org/en/

plus,
http://www.visopsys.org/

& of course,
http://www.freedos.org/
 
Old 06-19-2015, 03:56 PM   #6
jefro
Moderator
 
Registered: Mar 2008
Posts: 22,361

Rep: Reputation: 3692Reputation: 3692Reputation: 3692Reputation: 3692Reputation: 3692Reputation: 3692Reputation: 3692Reputation: 3692Reputation: 3692Reputation: 3692Reputation: 3692
Tom's linux is all you can fit on a floppy.

Can you use it? Yes. Not for much secure. Not for modern uses.

It would be very difficult even today to get a single floppy to even fit a modern custom kernel let alone supporting software. Those old floppies used really ancient kernels.

BSD can boot from multiple floppies and be used. Linux can not.

Last edited by jefro; 06-19-2015 at 03:58 PM.
 
Old 06-22-2015, 05:03 PM   #7
Ranamon
Member
 
Registered: Feb 2013
Location: Land of Hopenchange
Distribution: Slackware
Posts: 45

Rep: Reputation: Disabled
Quote:
Originally Posted by punchy71 View Post
Hello,
I was thinking of possibly trying out one of the numerous "Linux on a floppy" distros to tinker around with. These are the distros that are just big enough to fit on a 3.5-inch floppy diskette.
I don't know of any. The only OS's I ever heard of that actually ran off a floppy were MenuetOS (just starting out at the time, so it didn't do much) and QNX. Maybe you mean live CDs/DVDs?

Quote:
My question is; how much functionality is there really from something like this? I know that some seem to be aimed at special purposes and utility uses such as system recovery, firewall, router and so forth, but what about just a general purpose operating system complete with the ability to connect to either the internet or a bulletin board system (BBS) from either an ethernet or modem on a standard PC? Also; are there any designed to fit on a 5.25-inch floppy or even an 8-inch floppy?
Thank you
Use the right live DVD, and you have all the functionality you need. They'll even let you mount a HD part to save downloads and documents. Of course, making browser bookmarks doesn't do you any good since you lose these when you shutdown. It's always good to have a live CD/DVD available in case you do something like ruining your /etc/lilo.conf file that makes your primary system unbootable.
 
Old 06-22-2015, 07:50 PM   #8
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,300
Blog Entries: 21

Rep: Reputation: 3505Reputation: 3505Reputation: 3505Reputation: 3505Reputation: 3505Reputation: 3505Reputation: 3505Reputation: 3505Reputation: 3505Reputation: 3505Reputation: 3505
Ran This

On This

A P66 Hz , 12MB ram, Netgear MA401 Wireless B Pcmcia card. It is on the shelf. Molting.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
A general purpose distro turboscrew Linux - Distributions 77 08-01-2014 07:23 PM
all-purpose floppy distro netcrusher88 Linux - Distributions 2 07-22-2004 03:30 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:39 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration