• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

when downloading Linux...

i use clonecd for an image copier, will it work as a burner off disk too?

is there any danger of accidently installing Linux on my machine with it sitting there on my hard drive?
 
There's no danger of linux installing until you have a good, working cd burnt, and then you're gonna have to do the installation yourself.

As to using DirectCD, it won't work. You need that data written to the cd in a more or less raw form. Just putting the file on the cd will have the data underneath a filesystem created by the burning program, which will render it useless for installing. Get a burning program and find a "Burn Image" option or the like and burn the file off to cd.
 
Go download the 30 trial of Nero Burning Rom.
Open the file menu and choose Burn Image. Navigate to the .iso file you downloaded and select it.
Burn away.
 
cdrecord -v dev=foo speed=12 -data linux.iso

And people say the command line is harder
rolleye.gif
😛
 
is there any danger of accidently installing Linux on my machine with it sitting there on my hard drive?

Well .... of course .... you know .... i mean .... normal people don't talk about it ..... but .... so that you know ..... YES.
You know Linux is quite like AIDS : it is easy to catch and once you got infected there is no know way to get rid of it

Guess the big "Welcome to the Linux community" would be a little bit early though.
 
Originally posted by: BingBongWongFooey
cdrecord -v dev=foo speed=12 -data linux.iso

And people say the command line is harder

Lol...it's as difficult as...
>mpg123 xxx.mp3

Originally posted by: Farfrael
You know Linux is quite like AIDS : it is easy to catch and once you got infected there is no know way to get rid of it

Wrong! According to
You-know-who GNU/Linux is a cancer.
 
Originally posted by: Walleye
i cant use direct cd, as that's what is normally used by the computer?

Unfortunately you cannot. Under nero use file-burn image- use find the file that you want to burn.

-->Its been a while since I used Nero so I dont remember.

 
Originally posted by: BingBongWongFooey
cdrecord -v dev=foo speed=12 -data linux.iso
Is the "-data" even necessary? I remember seeing that in the man page, but I seem to have done fine without it.

 
Originally posted by: cleverhandle
Originally posted by: BingBongWongFooey
cdrecord -v dev=foo speed=12 -data linux.iso
Is the "-data" even necessary? I remember seeing that in the man page, but I seem to have done fine without it.

Actually now that you mention it, I remember seeing that too, it defaults to -data if nothing else is specified. Oh well, that's just my own habit 😛

cdrecord -v dev=foo speed=12 linux.iso

there 😀

edit: I also believe you can set up a .cdrecordrc so that all you would need is "cdrecord linux.iso" 🙂
 
Back
Top