Re: dvd+rw-tools/cdrtools write only 4GB to BluRay

2013-03-01 Thread Tomek CEDRO
On 2 Mar 2013 03:16, "Bernt Hansson"  wrote:
>
> 2013-02-26 16:32, Tomek CEDRO skrev:
>
>> I guess its time to update Handbook again :-)
>
>
> That was from the handbook.

yup, but from the dvd section, there is no bluray section yet... also for
me 'single file over 4GB inside ISO' and 'ISO file over 4GB' are two
different situations. anyway thank you for pointing the direction it
worked!!:-)

--
CeDeROM, SQ7MHZ, http://www.tomek.cedro.info
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: dvd+rw-tools/cdrtools write only 4GB to BluRay

2013-02-26 Thread Tomek CEDRO
On Tue, Feb 26, 2013 at 3:28 PM, Tomek CEDRO  wrote:
> On Tue, Feb 26, 2013 at 3:16 PM, Bernt Hansson  wrote:
>> 2013-02-26 15:07, Tomek CEDRO skrev:
>>> I have noticed that growisofs writes only 4GB of data to BluRay disks
>>> - this happended to 2x BD-R and 1x BD-RE - what is the problem?
>> It's all in the handbook, and is very good reading.
>
> Hello Bernt :-) Thank you, but 4GB filesize limit of ISO9660 this is
> not quite my problem (although some years ago I have proposed solution
> that you have mentioned because cdrtools was in alpha stage and
> FreeBSD did use cdrtools from 2004 for very long time and so it was
> missing the -udf -iso-level 3 switches etc etc) :-)
>
> My problem is that whole data stored on the BluRay disk has 4GB.

Wow! It seems that ISO itself also needs -iso-level 3 to burn more
than 4GB on BluRay disks properly. When you create an ISO image
without -iso-level 3 it only gets 4GB! Also -udf switch is necessary
as BluRay use UDF by default. :-)

I guess its time to update Handbook again :-)

Best regards :-)
Tomek

-- 
CeDeROM, SQ7MHZ, http://www.tomek.cedro.info
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: dvd+rw-tools/cdrtools write only 4GB to BluRay

2013-02-26 Thread Tomek CEDRO
On Tue, Feb 26, 2013 at 3:16 PM, Bernt Hansson  wrote:
> 2013-02-26 15:07, Tomek CEDRO skrev:
>> I have noticed that growisofs writes only 4GB of data to BluRay disks
>> - this happended to 2x BD-R and 1x BD-RE - what is the problem?
> It's all in the handbook, and is very good reading.

Hello Bernt :-) Thank you, but 4GB filesize limit of ISO9660 this is
not quite my problem (although some years ago I have proposed solution
that you have mentioned because cdrtools was in alpha stage and
FreeBSD did use cdrtools from 2004 for very long time and so it was
missing the -udf -iso-level 3 switches etc etc) :-)

My problem is that whole data stored on the BluRay disk has 4GB.
growisofs recognise bluray disk and formats it to 25GB but still it
only records 4GB of image... Maybe someone had this problem too? Does
anyone use growisofs to burn BluRay disks?

Best regards :-)
Tomek

-- 
CeDeROM, SQ7MHZ, http://www.tomek.cedro.info
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


dvd+rw-tools/cdrtools write only 4GB to BluRay

2013-02-26 Thread Tomek CEDRO
Hey,

I have noticed that growisofs writes only 4GB of data to BluRay disks
- this happended to 2x BD-R and 1x BD-RE - what is the problem?

I am using both cdrtools and dvd+rw-tools from fresh port tree...

Any hints appreciated :-)
Tomek

% growisofs --help
* growisofs by , version 7.1,

% mkisofs -v
Setting input-charset to 'UTF-8' from locale.
3.00 (amd64-unknown-freebsd9.1)

pkg_info -x cdrtools dvd+rw-tools
Information for cdrtools-3.00_2:

Comment:
CD/DVD/BluRay and ISO-9660 image creation and extraction tools


Required by:
dvd+rw-tools-7.1


Description:
The cdrtools software includes tools to create and/or extract
ISO-9660 filesystems, verify their integrity, and write them to
disc.

This package contains the following programs:
- btcflash (a firmware flash utility for BTC DRW1008 DVD+/-RW recorder)
- cdda2wav (a digital CD audio extraction program)
- cdrecord (a CD/DVD/BluRay recording program)
- devdump (dump a device or file in hex)
- isodebug (show debug info contained in an ISO-9660 image)
- isodump (dump a device or file based on ISO-9660)
- isoinfo (analyze or list an ISO-9660 image)
- isovfy (verify an ISO-9660 image)
- mkisofs (an ISO-9660 filesystem image creator)
- mkhybrid (an ISO-9660/HFS filesystem image creator)
  Link to mkisofs.
- readcd (a data CD reading and recording program)
  May be used to write to DVD-RAM and to copy Solaris boot CD's.
- scgcheck (checks and validates the ABI of libscg)
- rscsi (daemon providing access to local SCSI-devices over the network)

WWW: http://cdrecord.berlios.de/old/private/cdrecord.html



Information for dvd+rw-tools-7.1:

Comment:
DVD burning software


Description:
DVD+RW Tools by Andy Polyakov.  This software allows one to perform DVD
recording using a DVD burner, primarily via the "growisofs" utility.

growisofs was originally designed as a frontend to mkisofs to facilitate
appending of data to ISO9660 volumes residing on random-access media such as
DVD+RW, DVD-RAM, plain files, hard disk partitions.  In the course of
development general purpose DVD recording support was implemented, and as of
now growisofs supports not only random-access media, but even mastering of
multi-session DVD media such as DVD+R and DVD-R/-RW. In addition growisofs
supports first-/single-session recording of arbitrary pre-mastered image
(formatted as UDF, ISO9660 or any other file system, if formatted at all) to
all supported DVD media types.

WWW: http://fy.chalmers.se/~appro/linux/DVD+RW/



-- 
CeDeROM, SQ7MHZ, http://www.tomek.cedro.info
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"