Followup to DVD Burning question

Brooks Davis brooks at one-eyed-alien.net
Wed Apr 13 16:09:21 PDT 2005


On Wed, Apr 13, 2005 at 02:11:39PM +0200, Søren Schmidt wrote:
> Arne Wörner wrote:
> >--- Søren Schmidt <sos at DeepCore.dk> wrote:
> >
> >>Arne Wörner wrote:
> >>
> >>>That's how I do backups with a DVD-RW:
> >>> tar cf - ... | dd of=/dev/acd0 obs=32k conv=osync
> >>>
> >>>Unluckily my DVD-RW's cannot be used for UFS with my
> >>>burner... I do not know why.
> >>
> >>DVD-RW doesn't quite cut it for UFS, you need DVD+RW media for
> >>that.
> >>
> >
> >Why? I can read and write the same block of a DVD-RW round robin.
> >I mean:
> >
> >>dd if=a of=/dev/acd0 bs=32k count=1 oseek=10
> >>dd if=/dev/acd0 of= /dev/null bs=32k count=1 iseek=10
> >>dd if=b of=/dev/acd0 bs=32k count=1 oseek=10
> >>dd if=/dev/acd0 of= /dev/null bs=32k count=1 iseek=10
> >>dd if=c of=/dev/acd0 bs=32k count=1 oseek=10
> >>dd if=/dev/acd0 of= /dev/null bs=32k count=1 iseek=10
> >
> >...
> >This looks just like a hard disc to me...
> 
> I forgot the exact details, but the DVD-RW media (or rather the DVD-RW 
> method of accessing RW media) doesn't allow for non 32K transfers, 
> whereas the DVD+RW method does read-modify-write behind the scene to get 
> it to work seamlessly. I guess this could be worked around in the burner 
> firmware but that would probably offend the DVD consortium ;)

One could write a GEOM that did read-modify-write to do blocksize
translation. :-)

-- Brooks

-- 
Any statement of the form "X is the one, true Y" is FALSE.
PGP fingerprint 655D 519C 26A7 82E7 2529  9BF0 5D8E 8BE9 F238 1AD4
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-multimedia/attachments/20050413/2b284c1c/attachment.bin


More information about the freebsd-multimedia mailing list