You are not logged in.
Pages: 1
Am I correct in saying that Xfburn cannot create images and cannot make 1:1 copies?
Last edited by fortyseven (2012-02-03 07:49:31)
on the outside looking in
Offline
Why? It can indeed make images. I still did not try 1:1 copies but that should be possible.
Offline
I've tried and tried but can't figure it out. How, pray tell, does someone (me) go about creating an image of another disk using Xfburn. Perhaps I'm a bit slow...
on the outside looking in
Offline
From what Ive read of the XFCE website, as well as looking around myself on other forums, you have to do it in 2 steps, first make an iso of the CD/DVD you want to copy, then burn the iso onto a blank DVD/CD. Not sure the exact method of this, I posted in haste, Ill look around some more as to how this is done, but as far as I can tell thats the best way. Ive heard some suggestions of using brasero or k3b as they do this but they got a lot of extra dependencies I dont like.
Edit:
https://bbs.archlinux.org/viewtopic.php?id=119373
Apparently its a pain, as you have to go to "New Data Composition", then add all the files from your DVD you want to copy, then click on "only create iso". Now are you copying from DVD to DVD, as in you have 2 DVD drives? If so you can to New Data Composition, add all files needing copy(ie your DVD) then burn it directly to the second DVD. If you dont, then the first way, using the burn iso thing is the only way.
In the link, on one of the posts, it shows you how to use the DD command to make an iso quick and easy from the command line. Personally, Id read the manual for DD, as I think it is actually more straightforward to making an ISO, then copying to to the DVD than xfburn.
So I believe it is:
sudo dd if=/dev/sr0 of=image.iso
where /dev/sr0 is your DVD drive or the drive you are copying from, and image.iso is the name of the iso you want. then afterwards when the iso is made:
sudo dd if=/path/to/image.iso of=/dev/sr0
where again /path/to/image.iso is your iso, and /dev/sr0 is where you are copying the iso to. I cant remember if you need to use sudo or not, think you do. I always used sudo to avoid any problems. I think this is the best way, as there is none of the adding files etc with the xfburn gui. If anyone else has a better idea or knows an easier way with Xfburn, then please let me know, if not, mark it solved if this solves your problem. Hope it does 
Last edited by cphayes0882 (2012-02-02 15:24:38)
Intel Pentium4-2.40GHZ RAM-1008.3MiB CrunchBang Sid Linux-3.2-6.slh.3-aptosid-686
Offline
^ agreed. i suggest using the command line. i got part 2 covered for you here: http://crunchbanglinux.org/forums/topic … o-dvd-cli/ 
Offline
Lol I was in the middle of posting when rhowaldt beat me to it
Love your post, got some good info, I havent used dd too much, you gave some nice examples/options to use.
Last edited by cphayes0882 (2012-02-02 15:27:35)
Intel Pentium4-2.40GHZ RAM-1008.3MiB CrunchBang Sid Linux-3.2-6.slh.3-aptosid-686
Offline
^ hey, wait, you talking about a different post right? because i don't speak of 'dd' in the post i linked above. i am scared of dd. do you know they call it 'destroy disk'? brrrrr...

anyway, you talking about a different post right?
Offline
Woops, meant wodim, not dd
thanks for pointing that out. Meant I havent used wodim that much, so Im real unfamiliar with it.
Yeah, I type with care with dd. Very handy tool, but I was thinking about something once, and wrote dd if=/my/image.iso of=/dev/sda1, my root drive for a distro I was using. I was a little iritated to say the least. Its a deadly weapon when used wrong, but handy for a quick copy for sure. Still use it for burning iso's to usb key.
Intel Pentium4-2.40GHZ RAM-1008.3MiB CrunchBang Sid Linux-3.2-6.slh.3-aptosid-686
Offline
Thanks for all the help, fellas. I really want to like Xfburn but I honestly, how hard could it be for the devs to add a "create iso" button or something? It's not like I'm asking them to reinvent the wheel.
Anyhoo, I tried to follow the steps outlined above but the problem is that Xfburn doesn't seem to know that there's anything in my DVD drive, even though there obviously is. Could it possible be that there are dependencies/packages I'm missing?
UPDATE: After spending hours last night and this morning trying to get XFburn to work, I finally gave it up as a bad idea. I installed K3b and it just works; no hassle, no fuss.
Last edited by fortyseven (2012-02-03 06:42:19)
on the outside looking in
Offline
I can burn definiteley ISOs the really easy way with Xfburn.
Here a screenshot, I am on Sid but I could do so also on Stable.
Offline
My bad luck I suppose. It (xfburn) just doesn't work on my system, no matter what I do. Perhaps it's got something to do with my DVD drive/firmware etc... I dunno.
Either way, K3b is my new best friend. It works wonderfully.
on the outside looking in
Offline
Its handy, but Im still sticking with DD/wodim I tell ya!
Well, I HATE seeing abandoned in a post, its like a challenge to me, well not manhood, linuxhood maybe? So lets see if we can figure this thing out. Did xfburn spit back any errors? And what dvd drive is it? if its a simple firmware problem, maybe we can solve it can help out someone else too.
Intel Pentium4-2.40GHZ RAM-1008.3MiB CrunchBang Sid Linux-3.2-6.slh.3-aptosid-686
Offline
xfburn is flaky at times and sometimes just hangs up. Maybe it is my 64 bit system.
wodim is my friend
I have several tiny scripts in ~/bin to use for quick or complete blanking of a cd-rw and just some tiny templates to cut and paste the name of an iso for burning a cd or dvd.
peace
Jean Vanier wrote "Being Human" and "A Short History of Progress" by Ronald Wright. Gotta love the Massey Lectures.
Offline
^ +1
# blank cd
sudo wodim dev=/dev/scd0 blank=disc
# write ISO image to disc
sudo wodim dev=/dev/scd0 driveropts=burnfree speed=1 -dao fs=16m <path_to_iso>bootinfoscript - emacs primer - I ♥ #!
Online
well, maybe to OP will put it to solved because technically we solved the problem with wodim 
Intel Pentium4-2.40GHZ RAM-1008.3MiB CrunchBang Sid Linux-3.2-6.slh.3-aptosid-686
Offline
^ don't know about that...to the OP, may be like solving the problem of a chill with napalm...
...although, since OP decided to go with k3b...to me, k3b is to wodim as napalm is to a small campfire...
while ( ! ( succeed = try() ) );
We've earned a reputation as a nice, friendly community; please help us keep it that way.
Online
Pages: 1
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.