Knoppix; What's the gist of it.


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Knoppix; What's the gist of it.
# 1  
Old 08-20-2011
Knoppix; What's the gist of it.

I have a couple of Rescue Disks I was experimenting with and someone suggested that I use Knoppix instead. I have the newest version of it and it seems more like an Emergency O.S than anything else. The only useful tool I can find on it is Gparted. Do you have to add Emergency Applications to it?

Also could someone please explain how I mount a Rescue Disk or Knoppix to my lost O.S? Smilie
Thanks in advance!
# 2  
Old 08-21-2011
It has been a long time since I used Knoppix last, largely because of installation issues on some PCs with exotic hardware. For a list of alternatives see here: DistroWatch.com: Put the fun back into computing. Use Linux, BSD.
There should be no mounting required for a live CD.
# 3  
Old 08-22-2011
Quote:
Originally Posted by theKbStockpiler
I have a couple of Rescue Disks I was experimenting with and someone suggested that I use Knoppix instead. I have the newest version of it and it seems more like an Emergency O.S than anything else. The only useful tool I can find on it is Gparted. Do you have to add Emergency Applications to it?
It also has testdisk which can be very useful for things like recovering deleted partitions.
Quote:
Also could someone please explain how I mount a Rescue Disk or Knoppix to my lost O.S? Smilie
I'm not sure what you mean by this. Explain what happened in more detail please?
# 4  
Old 08-22-2011
Mounting is still obscure to me after many guides and tutorials.

I thought that a live O.S. had to mount which ever files so it could access them using the file system of the file wanted to view . If I just boot System rescue it displays dummy files and I was informed that I had to mount what I wanted access to. I don't understand mounting as well as I should. I use Redhats (Disk_Utility) so I imagine that I must do this manually for mounting or accessing files that are not part of the running O.S?

Thanks for turning me onto Testdisk!
# 5  
Old 08-22-2011
Try this url. See if it helps:

Code:
http://www.ibm.com/developerworks/linux/library/l-knopx/index.html

# 6  
Old 08-23-2011
Quote:
Originally Posted by theKbStockpiler
I thought that a live O.S. had to mount which ever files so it could access them using the file system of the file wanted to view.
What if there's something wrong with your disk -- would you really want it to try and mount it? Wouldn't you rather it boot itself into a stable state where you can do what you want, instead of making unsafe assumptions about your system?

It doesn't know what belongs where, either. Your /etc/fstab is usually what tells it so, and not having been booted off the same drive, it doesn't have your usual one.
Quote:
If I just boot System rescue it displays dummy files
Smilie I don't understand what you mean by "dummy files".
Quote:
and I was informed that I had to mount what I wanted access to.
mounting is what turns a disk device into a folder full of files. Most UNIX/Linux systems don't bother mounting filesystems they don't recognize -- i.e. aren't listed in /etc/fstab. It has no idea what folder they belong in after all.
Quote:
I don't understand mounting as well as I should.
My above sentence pretty much covers it.
Quote:
I use Redhats (Disk_Utility)
Partition editing has nothing to do with it. You never edit partitions in the normal course of accessing your data.
Quote:
so I imagine that I must do this manually for mounting or accessing files that are not part of the running O.S?
No, to mount a partition, you mount it. It is done via the unguessably secret and hidden command name of 'mount'. Smilie

Code:
mount /dev/sda3 /path/to/folder


Last edited by Corona688; 08-23-2011 at 12:14 PM..
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Knoppix

Hello All, I have a Knoppix CD. I am able to boot Knoppix(Linux) from the CD. How do I save a document that I created using OpenOffice(Writer) to either my harddrive on Windows or to a USB instead of the CD itself. I am new to Knoppix and am not sure of the GUI. I tried mounting the USB... (2 Replies)
Discussion started by: AnilAnand
2 Replies

2. SuSE

knoppix

Hi, I want to learn linux but I don't want to install on my hard drive. I came to know about knoppix that could give me the answer. But If I download the same (approx 700 MB) from free download site and copy it to CD, Will it work ? please help. (2 Replies)
Discussion started by: sanjay1979
2 Replies

3. Ubuntu

How can I get Knoppix on HDD

Umm How can I get the Knoppix can be booted off my hard drive instead of the CD. I dont like using the CD. :confused: (4 Replies)
Discussion started by: shade11
4 Replies

4. Filesystems, Disks and Memory

Knoppix and an old Dell

Sorry if this post is in the wrong location. I'm trying to pull some files off of an old Dell box. I've not been able to get it to boot off of the HD, so I tried to use Knoppix. At boot time; I get the following error: Loading spec packet failed, trying to wing it isolinux 2.04: failed to... (3 Replies)
Discussion started by: ECBROWN
3 Replies

5. UNIX for Advanced & Expert Users

About the usage of knoppix

I hv boot my crashed RH server with knoppix linux cd , the server can connect internet now , I want to copy some files from my server to internet , but now I only found the below device path , could suggest how can I see my original path (eg. /home/ , /usr , / tmp etc, because I hv some important... (1 Reply)
Discussion started by: ust
1 Replies

6. Debian

knoppix version?

hi all again!! just a stupide question: how do you find the version of a knoppix? like the /etc/mandrake-release on mdk machines?? I have no idea of where to search.. Jason (5 Replies)
Discussion started by: penguin-friend
5 Replies

7. UNIX for Dummies Questions & Answers

KNOPPIX CD not Booting

I have downloaded KNOPIIX and burned it on a CD, it niether boots from CD nor could I open the file, it seems the extension is .iso, would you mind sending me your comment,please. Thank you very much (2 Replies)
Discussion started by: amir
2 Replies

8. UNIX for Dummies Questions & Answers

help running Knoppix

i need help running Knoppix on my comp (which is windows). I have the cd with the iso on it and it works on my moms computer but not mine :( this is what it says to do How do I run KNOPPIX? In order to start the CD, first adjust the boot list in the BIOS Setup of your computer to boot from CD... (4 Replies)
Discussion started by: smokinchili21
4 Replies
Login or Register to Ask a Question