PDA

View Full Version : Buring DVD Data Disc Help



cobarxc
10-28-2005, 07:19 AM
G'Day,

Ok, my external usb hard drive is having some problems under windows, basically it freezes any time I click on anything to do with the drive. I downloaded Knoppix last night and burnt it to cd this morning, when plug my drive in under knoppix it seems to be working just fine , now I want to burn all my files off my usb hard drive onto a DVD then format the usb drive.

Does anyone know how to do this?
I tried using k3b but it keeps saying the files I want to burn arn't local files???

I did some research just then and apparently knoppix uses ramdrive as a temp space for the files I want to burn, but ramdrive is very small. So could I use my internal system hard drive as kind of a temp space to put the files when they burn?

Regards

rwcitek
10-28-2005, 06:17 PM
Hello and welcome to Knoppix.net.

We hope that you enjoy your use of Knoppix and hope you become an active member of the community. There's no membership fee. We just ask that you help us and others by becoming familiar with Knoppix, posting questions, and letting the rest of us know how things go. Also, I noticed that you joined recently and so was wondering if you wouldn't mind answering a few questions.

1. - How did you hear about Knoppix?
2. - How did you discover Knoppix.net?
3. - What versions of Knoppix have you tried?
4. - What type of system are you running Knoppix on?
5. - What operating system is currently installed on that system?
6. - How long have you been using computers, or how familiar are you with computers?
7. - Have you used linux before? If so, how long?
8. - What do you hope to do with Knoppix or Linux?
9. - Are you familiar with a wiki? If so, have you used a wiki before, e.g wrote some content?


So could I use my internal system hard drive as kind of a temp space to put the files when they burn?
Yes, but it's not that straight forward. Here are the general steps:

1) mount your internal harddrive
2) create a soft link from /tmp to the mountpoint for your drive

Some caveats: the harddrive must be a filesystem that Linux can write to, so no NTFS. Also the commands must be run as root. You may also have to change the permission bits on the mount point in order to allow users to write to it.

That's the general way. If you need more details, please post back.

Regards,
- Robert
http://www.cwelug.org

cobarxc
10-29-2005, 04:18 AM
I figured out how to mount my internal drive but how do you create a soft link from /tmp to the mountpoint for your drive ?

Thanks so far