Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
What is the PROPER way to burn a data cd?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
kezyxes
n00b
n00b


Joined: 29 Apr 2005
Posts: 11
Location: Plymouth, MN

PostPosted: Fri Apr 29, 2005 3:38 am    Post subject: What is the PROPER way to burn a data cd? Reply with quote

I tried using GnomeBaker to burn CD/DVD's, but I feel it's still at its infancy. For example, I can't create subdirectories in the disks. So, I've decided to use console-based burning tools.

I've heard the way to burn data cd/dvds in console is
1. Create the image
2. Burn the image

I get how to burn the image, but I can't find the tools to create the image.

mkisofs can only create new images; it can't modify old images. I don't want to create a entirely new image everytime I add a file or something.

Mounting the image as rw isn't a option, since users can't mount by default without a proper entry in fstab. But editing fstab will need me to su to root anyway, defeating the purpose of user-burning the new >2.6.10 kernels.

So, for the gurus out there, what's the proper way to make a image to burn?
Back to top
View user's profile Send private message
greasy_grasshopper
Apprentice
Apprentice


Joined: 07 Apr 2005
Posts: 171

PostPosted: Fri Apr 29, 2005 4:42 am    Post subject: Reply with quote

If you don't have any troubles with its dependencies, use k3b. I would say that it's the proper (i mean easy) way to make a data CD.
Back to top
View user's profile Send private message
punk_pressing_on
n00b
n00b


Joined: 28 Dec 2004
Posts: 32
Location: PA

PostPosted: Fri Apr 29, 2005 5:32 am    Post subject: Reply with quote

greasy_grasshopper wrote:
If you don't have any troubles with its dependencies, use k3b. I would say that it's the proper (i mean easy) way to make a data CD.


I would also suggest using k3b. It is truely very nice (IMHO)
_________________
17 y/o Linux newbie.

Make sure you verifiy that my advice is correct before actualy taking it ;-)
Back to top
View user's profile Send private message
blue.sca
l33t
l33t


Joined: 28 Aug 2003
Posts: 680
Location: Mainz, Germany

PostPosted: Fri Apr 29, 2005 6:50 am    Post subject: Reply with quote

first
Code:
emerge cdrtools

then
Code:
#!/bin/zsh

mkisofs -R -o /tmp/tmp-file.raw "$1" && sudo cdrecord -dev=ATAPI:0,1,0 -tao -speed 12 -v /tmp/tmp-file.raw

rm -f /tmp/tmp-file.raw

this is my script to burn files to cd, should work with subdirs and so on, more help on man cdrecord.

//e
if your problem only is to modify an image without totally creating it new, then i have no idea...
_________________
geek by nature, linux by choice
i want my avatar back... thank you
:wq
Back to top
View user's profile Send private message
30726
Veteran
Veteran


Joined: 24 Sep 2003
Posts: 1501

PostPosted: Fri Apr 29, 2005 10:26 am    Post subject: Reply with quote

Use growisofs to modify existing iso files.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum