PDA

View Full Version : CD burning in knoppix



superart
02-19-2003, 04:02 PM
I am a tech support slave at school, and one of the drafting machines crashed. I have to reinstall the OS, but before that, i have to back up all the people's work. Its about 90 MB, and i tried to do it to floppies, but A) i dont have enough floppies, and B)I dont feel like saving data to like 80 floppies.I booted into knoppix fine from the CD, but now i need to burn the directory with all the data from the hard drive to the CDRW. If anyone can help with burning in knoppix, i would really appreceate it, hopefully before theses people start getting violent

aay
02-19-2003, 07:25 PM
Have you tried using K3B? If you have the 1-20 release of Knoppix (or maybe even the one before that) K3B should be on your CD. If you have only one directory to back up, it should be as easy as right clicking on the directory and chosing "Create Data CD with K3B" If you have more than one directory, just copy the data you need into one folder. If you have problems, you probably just need to make sure that your burner was detected properly by K3B.Try doing this to burn your cdrw. If you have problems, report back exactly what went wrong and I'm sure people will be glad to lend some help.

mmaki
02-19-2003, 08:55 PM
I'm using the 12-10-10 release and cdbakeoven (KDE Menu...Utilities...cdbakeoven) appears to work well. It is quite simple to use and detected by CD-RW. Of course as a last resort you can physically take the drive out and stick it in another compatable box as a slave drive and copy the files to a network or another drive.

Good Luck!

Nick
02-19-2003, 09:09 PM
I presume this is a networked box, so another option, which I have already experimented for exactly this situation, is to use FTP.

Get an FTP server up on another network machine, then simply config Knoppix on the network FTP everything and anything to it.

Nick

superart
02-20-2003, 12:45 AM
i got k3b to work, but when i tell it to burn, i cant get the knoppix cd out of the drive in order to put in a blank cdr.

I tried ejecting manually(pushing the eject button on the drive) and by right clicking on the drive icon and going to eject. neither worked.

It gives me the option of erasing the knoppix cdrw and writing over that, but i dont wanna do that.

any sugestions?

aay
02-20-2003, 01:48 AM
Whops. I was operating on the erroneous assumption that you had a cd reader and writer. You would probably do well to follow the FTP suggestion earlier in this discussion. I have a external usb CDRW and Knoppix detects it fine. If you have something like that or a usb hard drive you could try that also. These are just a few choices.

Dave_Bechtel
02-20-2003, 04:06 AM
--The problem with FTP is, you lose the original dates+times on all the files that are uploaded. I've taken to running ssh with a tar command tacked onto it.

As root, WITH the single-quotes (') - /mnt/hda1 is drive C:
" cd /mnt/hda1; tar cvf - . |ssh -2 -C -l knoppix 10.0.0.2 '(cd destdir; cat >yourbackupfilename.tar)' "

--Of course this assumes that the 10.0.0.2 box is running Linux, ssh and an ftp daemon, and that your userid (knoppix or whatever) has write-access to destdir...


I presume this is a networked box, so another option, which I have already experimented for exactly this situation, is to use FTP.

Get an FTP server up on another network machine, then simply config Knoppix on the network FTP everything and anything to it.

Nick

aay
02-20-2003, 05:28 AM
As root, WITH the single-quotes (') - /mnt/hda1 is drive C:
" cd /mnt/hda1; tar cvf - . |ssh -2 -C -l knoppix 10.0.0.2 '(cd destdir; cat >yourbackupfilename.tar)' "

Nice trick. I'm going to stick it in my tool box. :D

Dave_Bechtel
02-20-2003, 09:12 AM
--Another nice trick, if the destination box is faster than the one you're on AND you want to save disk space:

" cd /mnt/hda1; tar cvf - . |ssh -2 -C -l knoppix 10.0.0.2 '(cd destdir; cat |gzip -9 >yourbackupfilename.tar.gz)' " == This creates the tar file, passes it over the network, and compresses it on the DESTINATION box as a tar.gz.

--Always remember to ' tar tvf ' or ' tar tzvf ' the resulting tar / tar.gz file (preferably to another file) to make sure you have a backup listing, and that the file was created Ok.




As root, WITH the single-quotes (') - /mnt/hda1 is drive C:
" cd /mnt/hda1; tar cvf - . |ssh -2 -C -l knoppix 10.0.0.2 '(cd destdir; cat >yourbackupfilename.tar)' "

Nice trick. I'm going to stick it in my tool box. :D

superart
02-20-2003, 02:54 PM
instead of useing k3b to burn, i used xcdroast. that worked with one drive fine. thanks for the help guys. :lol:

BlckJck
03-05-2003, 02:55 PM
Can you verify that last post for me. You booted and ran Knoppix from your burner, then using xcd-roast, ejected your knoppix cd, burnt another cd in the same drive, then put the knoppix CD back in and everything kept running fine :?: :?: :?:

pete2004
03-20-2003, 10:45 AM
Question BlckJck asked would also be interesting for me. I tried to burn with k3b (Thinkpad with knoppix booted from CDRW drive) but no success. I launched the separate k3b setup program and everything seemed to be Ok (writer was correctly detected). But after starting k3b the writer device was lost (no device entry) :(
Anybody a clue?

Thanks a lot,
pete