Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
10-07-2004, 02:23 AM
|
#1
|
Member
Registered: Sep 2004
Location: Pittsburgh, Pa
Distribution: Gentoo
Posts: 53
Rep:
|
Cd/dvd burning software
what is the best software for burning cds? right now i have k3b installed and that is giving me some problems. If i go to the 'setup devices' section of the preferences it says that my samsung cdrw/dvd sm-352b is a reader but there is nothing listed as a writing device. I only have one cdrom since i have a shuttle computer (i have a usb dvd burner that isnt set up yet) but it should still be able to burn ISOs and the like. i thought maybe it was read/write permission problems. This is what my fstab entry for the cdrom looks like...
Code:
/dev/cdrom /mnt/cdrom auto user,noauto 0 0
this is what happens when i try to mount the cdrom drive...
Code:
[root@c002600 root]# mount /dev/cdrom /mnt/cdrom
mount: block device /dev/cdrom is write-protected, mounting read-only
[root@c002600 root]#
so is that why? how can i mount the cdrom so its not read-only?
|
|
|
10-07-2004, 03:01 AM
|
#2
|
Member
Registered: Sep 2004
Location: New Zealand
Distribution: Debian
Posts: 900
Rep:
|
You don't need to mount anything to start burning - in fact, I think it's counterproductive to try. As for burning software, I use mkisofs to create an image, and growisofs to send it to the burner (command line).
|
|
|
10-07-2004, 03:12 AM
|
#3
|
Member
Registered: Sep 2004
Location: Pittsburgh, Pa
Distribution: Gentoo
Posts: 53
Original Poster
Rep:
|
any gui burner programs? i am comfortable with command line but i think it might be easier for a gui burner.. but ill try those out too 
|
|
|
10-07-2004, 03:51 AM
|
#4
|
LQ Newbie
Registered: Oct 2004
Posts: 12
Rep:
|
You should try k3b, This a good front-end for mkisofs, growisofs, cdrecords etc...
|
|
|
10-07-2004, 04:07 AM
|
#5
|
Member
Registered: Sep 2004
Location: New Zealand
Distribution: Debian
Posts: 900
Rep:
|
Hee hee  he said he was using k3b already...
Sorry, no idea about GUI tools, I don't really use them, but the command line is not too hard to use, unless you're collecting small numbers of files from all over the place. To create an ISO image from the 'files' directory (assuming they will fit on a CD), just use "mkisofs -o my.iso files". If you're burning a dvdauthor directory, add "-dvd-video". Use "growisofs -Z /dev/dvd=my.iso" to burn it (add -dvd-compat for those dvdauthor movies).
|
|
|
10-07-2004, 05:32 AM
|
#6
|
LQ Newbie
Registered: Oct 2004
Location: in my recliner
Distribution: Mandrake 10.0 Official
Posts: 11
Rep:
|
Re: Cd/dvd burning software
Quote:
Originally posted by Lenin.Jello
<snip>. This is what my fstab entry for the cdrom looks like...
Code:
/dev/cdrom /mnt/cdrom auto user,noauto 0 0
<snip>
|
maybe you can try this:
Code:
none /mnt/cdrom supermount dev=/dev/hdc,fs=udf:iso9660,ro,--,iocharset=iso8859-1 0 0
see if maybe that gets you anywhere.....
|
|
|
All times are GMT -5. The time now is 06:16 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|