What Linux variant to replace Knoppix 3.6?
Tim
Southwest PA Icrontian
I have a CD of Knoppix 3.6 I made several years ago. All I ever use it for is testing computers that need fixed due to hardware or software problems. (Are there other types of problems?) Never even really learned how to use any of the programs on 3.6, I just got on the internet briefly with Konqueror and Mozilla, and that was about it. Just to see if the computer would run when its own hard drive had problems.
Only thing is that Knoppix 3.6 doesn't like the NTFS file system very much, or so I read when I was getting ready to download and burn the ISO image on the CD for it. Can't do much in the way of booting a computer off the CD and seeing and accessing everything on the hard drive.
So is there a better version of Knoppix or some other -ix OS out now that will boot and run entirely from the CD, and can read & write to the hard drive?
If there's something that can read files off the hard drive and copy then to a USB flash drive, that would be great.
Only thing is that Knoppix 3.6 doesn't like the NTFS file system very much, or so I read when I was getting ready to download and burn the ISO image on the CD for it. Can't do much in the way of booting a computer off the CD and seeing and accessing everything on the hard drive.
So is there a better version of Knoppix or some other -ix OS out now that will boot and run entirely from the CD, and can read & write to the hard drive?
If there's something that can read files off the hard drive and copy then to a USB flash drive, that would be great.
0
Comments
ubuntu if you need to write to the drive.
mkdir /mnt/drive_c
mount -t ntfs-3g /dev/hda1 /mnt/drive_c
after which you'll have a new icon on your desktop that you can open like any other mounted volume. This code assumes your Windows volume is the first partition on the Primary IDE Master hard drive. If you're using SATA try /dev/sda1. If that doesn't work, check the output of dmesg | grep -i sd and dmesg | grep -i hd. Also note that you'll want to be running at least Knoppix 5 to have a working copy of ntfs-3g.
USB Mass Storage is supported natively in any reasonably modern kernel. Just plug and play. If the USB disk is formatted NTFS you'll need to mount it similarly to above.
-drasnor
Sort of like Bill gates backing into your car at the supermaket, And you have a hundred witnesses that all saw it happen.
You REALLY do not want to go to court and sue bill gates even if your 100 percent right. .
You do not have that much money.....
Cowboy
So when someone says they need to save files from their hard drive, I can't just use the 3.6 CD to copy them or even look at them, because most of the time they don't appear on the screen.
What's the newest version of Knoppix? Someone said 5. I have an Ubuntu 6.06 LTS CD here that someone gave me. Its paper folder goes on and on about how easy it is to use. Well I tried it once, the thing wouldn't open correctly on my system, so I put it back in its folder and put it on top of my PC and it's been there a good 6-8 months now. Maybe I'll retry it sometime.
-drasnor