Linux - NewbieThis 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
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Im just wondering if anyone can explain to me how linux distributions that boot from CD deal with storing data in memory. How much do they actually store, is it just your home directory. I've never used a distro that booted directly from the cd before so any information would be helpful. Thanks.
Im not sure what you mean but you can run a live cd such as knoppix without even having a hard drive attached at all.and if you have enough ram you can do quite a bit
live CD's boot up, load the kernel, as well as the ram disk for the kernel (since there will be no mounted systems it needs a ram disk, this is basically the essential programs like mount, init, .. you get the picture.. as well as glibc (unless the essential programs were statically linked (makes the programs bigger, but it has no use for glibc)) , then it will load the other programs it requires off the CD as it needs to
you could mount a hard drive and store files there. But if you store it in your default home directory (which is the ramdisk - /home/.....) it will be gone when you restart.
live cd distros are made on discs with a capacity of 700 mb at most but they have software worth some gb's depending on different live distros.
If you need to save a file, you can do it either in your floppy drive or your hard disc. The hard disc does not need to neccessarily be running Linux. You can save files in the windows partition of that drive as well.
Originally posted by LinuxLala live cd distros are made on discs with a capacity of 700 mb at most but they have software worth some gb's depending on different live distros.
If you need to save a file, you can do it either in your floppy drive or your hard disc. The hard disc does not need to neccessarily be running Linux. You can save files in the windows partition of that drive as well.
Only if its running VFAT - not ntfs... because ntfs write support is not fully supported by linux yet. If you tried to write ntfs then you may end up breaking the NTFS partition beyond repair.
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,302
Rep:
i've made many knoppix custom disks for myself, and found i could make a loopback filesystem on on the hard drive, and load it as my home dir. it's fairly simple. i think knoppix can now do that itself, if you can find the scripts or program they use.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.