pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: cdrecord and near-DVD-sized images?



On Wed, Apr 29, 2015 at 11:25:02PM +0200, Joerg Sonnenberger wrote:
> On Wed, Apr 29, 2015 at 06:53:45PM +0200, Ian D. Leroux wrote:
> > Just a thought, but I have a dim recollection that CD-ROMs and DVDs
> > typically used different on-disk filesystems.
> 
> ISO9660 vs UDF. Note that ISO9660 has a 4GB limit.

Side note: NetBSD has this very nice "makefs" tool to create filesystem
images form directories - I use something like this in a script to generate
images for blueray backups:

/usr/tools/bin/nbmakefs -t udf -oT=bdrom,L="${VOLID}" /burn/backup${PART}.iso .

which crates a .iso file in /burn containing everything in the current 
directory.


Martin


Home | Main Index | Thread Index | Old Index