Re: Can't write to DVD+R?
From: Dances With Crows (danSPANceswitTRAPhcrows_at_usa.net)
Date: 01/03/04
- Next message: Bryan Oakley: "Re: Bash calls TCL, TCL calls Bash, 2nd Bash never reads input"
- Previous message: Bill Unruh: "Re: Can't write to DVD+R?"
- In reply to: Bill Unruh: "Re: Can't write to DVD+R?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 3 Jan 2004 01:33:18 GMT
On Sat, 3 Jan 2004 00:58:56 +0000 (UTC), Bill Unruh staggered into the
Black Sun and said:
> somebody <some@body.com> writes:
> >I have a script which uses growisofs to write files to a DVD+RW with
> >no problems. The script will not work with a DVD+R disk, and
[snip]
> A CD+R CANNOT be added to. Once you have written to it, the game is
> over. It is written. That is why it is called DVD+R ratehr than
> DVD+RW. The W means write. The CD+R is a "write one, read many
Um. There's no such thing as a CD+R AFAICT. A CD-R can be written to
many times; you use cdrecord and mkisofs's multisession support.
Data that has already been written cannot be erased, of course, but you
can append data to an already existing CD-R that hasn't been finalized,
had the initial session burned with -multi, and has some free space left
on it. Multisession burning introduces overhead though, and only the
last-burned session is visible when you mount the CD-R in the usual
way--you have to pass the session= parameter to mount to mount other
sessions *until* you finalize the CD-R by not passing the -multi option
to cdrecord. Then all the sessions you burned should be visible.
DVD+Rs are the same way. You use "growisofs -Z /dev/dvd+r ..." to burn
the first session, and "growisofs -M /dev/dvd+r ..." to burn subsequent
sessions. Works OK here. YMMV. HTH,
-- Matt G|There is no Darkness in Eternity/But only Light too dim for us to see Brainbench MVP for Linux Admin / mail: TRAP + SPAN don't belong http://www.brainbench.com / Hire me! -----------------------------/ http://crow202.dyndns.org/~mhgraham/resume
- Next message: Bryan Oakley: "Re: Bash calls TCL, TCL calls Bash, 2nd Bash never reads input"
- Previous message: Bill Unruh: "Re: Can't write to DVD+R?"
- In reply to: Bill Unruh: "Re: Can't write to DVD+R?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|