Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 May 2003 16:04:01 -0700
From:      Joshua Oreman <oremanj@webserver.get-linux.org>
To:        Jim Sills <jsills@g3llc.com>
Cc:        questions@freebsd.org
Subject:   Re: Writing DVD+RW
Message-ID:  <20030515230401.GC34071@webserver.get-linux.org>
In-Reply-To: <Pine.BSF.4.21.0305151443500.14047-100000@mailgate.g3llc.com>
References:  <Pine.BSF.4.21.0305151443500.14047-100000@mailgate.g3llc.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, May 15, 2003 at 02:45:39PM -0500 or thereabouts, Jim Sills seemed to write:
> Anybody riting DVD+RW disks??  Anybody ported growisofs??

As of 5.0 (and maybe 4.8), DVD+RW is supported in burncd.

To get you started (these commands all as root):
# Insert a DVD+RW
burncd -f /dev/acd0c format dvd+rw # <-- You only have to do this once
burncd -f /dev/acd0c -s max dvdrw imagefile.iso # <-- Burn a file
# The disk will be erased automatically if you burn something to
# it and there's already something on it
#
# Replace /dev/acd0c above with your burner /dev node

HTH,
-- Josh

> 
> Thanks!
> Jim Sills <jsills@g3llc.com>
> 
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030515230401.GC34071>