View previous topic :: View next topic |
Author |
Message |
dvrs n00b
Joined: 01 Mar 2005 Posts: 52 Location: UK
|
Posted: Sun May 08, 2005 9:26 pm Post subject: cdrecord as non-root and cdrw multisession? |
|
|
Hi,
I am running on a recently installed Linux-2.6.11-gentoo-r6 (genkernel) and am having some issues relating to cd burning with cdrecord. I have a couple of questions, which probably aren't related:
1. How do I set permissions so that I can run cdrecord as a normal user?
2. I am also having problems trying to write to cdrw using the -multi option. My command looks like this:
Code: | cdrecord -v dev=ATA:1,1,0 -data -multi -eject first.iso |
This works fine, and following on with a similar burn process of a second iso does not report any problems either. But the second iso does not show up on the cdrw?
3. I have scoured this forum for advice related to cd burning under the 2.6 kernel and there seems to be some confusion regarding scsi emulation or not etc. Any advice or 'definitive guides' available for a gentoo newbie to read?
Cheers,
mgl. |
|
Back to top |
|
|
micmac l33t
Joined: 28 Nov 2003 Posts: 996
|
Posted: Mon May 09, 2005 5:02 am Post subject: |
|
|
1. your user has to be in the cdrom group.
2. man cdrecord
3. you don't need scsi emu for burning with kernel 2.6.x. In fact it's disencouraged that you use it for burning.
Cheers
mic |
|
Back to top |
|
|
jdgill0 Veteran
Joined: 25 Mar 2003 Posts: 1366 Location: Lexington, Ky -- USA
|
Posted: Mon May 09, 2005 5:23 am Post subject: |
|
|
For some guides, check out these howtos. _________________ Vim has excellent syntax highlighting for configuration files: emerge gentoo-syntax
Learn how to use Vim: vimtutor |
|
Back to top |
|
|
dvrs n00b
Joined: 01 Mar 2005 Posts: 52 Location: UK
|
Posted: Mon May 09, 2005 7:27 am Post subject: |
|
|
Thanks, fellas - that was just the info I was looking for. Will study those howtos in detail (after work).
I had already included the user in the cdrom group but from a quick glance at one of those howtos it looks like I have to do the same for the 'cdrw' and 'burning' groups and also change permissions for the access to the cdrecord application folder? And I thought I had the -multi option figured out after reading the man page (obviously not, eh?). But surely packet writing is not the same as multisession, i.e. when you close the session only (not the entire cd) to allow burning of additional files at a later time?
Cheers,
mgl. |
|
Back to top |
|
|
jdgill0 Veteran
Joined: 25 Mar 2003 Posts: 1366 Location: Lexington, Ky -- USA
|
Posted: Mon May 09, 2005 1:39 pm Post subject: |
|
|
You might also be interested in writing your cdrw discs in udf. See this thread, I had forgotten about it. _________________ Vim has excellent syntax highlighting for configuration files: emerge gentoo-syntax
Learn how to use Vim: vimtutor |
|
Back to top |
|
|
amzuk Tux's lil' helper
Joined: 30 Apr 2005 Posts: 79 Location: RF/Krasnodar
|
Posted: Sat May 21, 2005 7:33 pm Post subject: |
|
|
u can also look for CD-Writing-HOWTO. it explains why u cant write multisession like that.
good luck! _________________ When your problem is resolved, put [SOLVED] in the topic. |
|
Back to top |
|
|
|