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-03-01 Thread Bernt Hansson

2013-02-26 16:32, Tomek CEDRO skrev:

I guess its time to update Handbook again :-)


That was from the handbook.
___
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"


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

2013-02-26 Thread Bernt Hansson

2013-02-26 15:07, Tomek CEDRO skrev:

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


It's all in the handbook, and is very good reading.


Note: In order to support working files larger than 4.38GB, an 
UDF/ISO-9660 hybrid filesystem must be created by passing -udf 
-iso-level 3 to mkisofs(8) and all related programs, such as 
growisofs(1). This is required only when creating an ISO image file or 
when writing files directly to a disk. Since a disk created this way 
must be mounted as an UDF filesystem with mount_udf(8), it will be 
usable only on an UDF aware operating system. Otherwise it will look as 
if it contains corrupted files.


To create this type of ISO file:

% mkisofs -R -J -udf -iso-level 3 -o imagefile.iso /path/to/data

To burn files directly to a disk:

# growisofs -dvd-compat -udf -iso-level 3 -Z /dev/cd0 -J -R 
/path/to/data


When an ISO image already contains large files, no additional 
options are required for growisofs(1) to burn that image on a disk.


Be sure to use an up-to-date version of sysutils/cdrtools, which 
contains mkisofs(8), as an older version may not contain large files 
support. If the latest version does not work, install 
sysutils/cdrtools-devel and read its mkisofs(8).


___
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"


[dvd+rw-tools-7.1] Failure to burn disks: SK=5h/INVALID ADDRESS FOR WRITE

2012-01-28 Thread Yuri
While burning the DVD+R DL with the command 'growisofs -dvd-compat 
-speed=4 -Z /dev/cd0=$1' on 9.0-STABLE I am getting this error:

 8333492224/8407351452 (99.1%) @4.0x, remaining 0:14 RBU 100.0% UBU  57.1%
 8352301056/8407351452 (99.3%) @4.1x, remaining 0:10 RBU 100.0% UBU  53.1%
 8371240960/8407351452 (99.6%) @4.1x, remaining 0:06 RBU 100.0% UBU  55.1%
 8387395584/8407351452 (99.8%) @3.5x, remaining 0:03 RBU  59.6% UBU  53.1%
 8406237184/8407351452 (100.0%) @4.1x, remaining 0:00 RBU   3.4% UBU  61.2%
:-[ WRITE@LBA=3ea3c0h failed with SK=5h/INVALID ADDRESS FOR WRITE]: 
Invalid argument

:-( write failed: Invalid argument

It failed 3 times.
Size of the iso image is 8407351452.

Device is:  cd0:  Removable CD-ROM SCSI-0 
device


I did burn DVDs successfully using the same drive, the same batch of 
empty writable DVDs and the same command on 8.X. I am not sure if this 
is because of 9.0 or because of this specific disk image.


Do you know what may be a problem? Do you burn DVDs successfully?

Yuri
___
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: can't install /sysutils/dvd+rw-tools

2005-09-13 Thread Carl Delsey
On Mon, Sep 12, 2005 at 07:03:53AM -0400, bob self wrote:
> My solution was to completely de-install gnome2 and it's associated 
> ports. That removed about 100 ports.
> It's hard to believe that gnome would take over the system so 
> thoroughly. Fluxbox works fine for me.

Hmmm. That's not very obvious. I wouldn't have thought there was a
connection between Gnome and the cdr and dvd tools. What led you to
try that out?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: can't install /sysutils/dvd+rw-tools

2005-09-12 Thread bob self
My solution was to completely de-install gnome2 and it's associated 
ports. That removed about 100 ports.
It's hard to believe that gnome would take over the system so 
thoroughly. Fluxbox works fine for me.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: can't install /sysutils/dvd+rw-tools

2005-09-11 Thread Garrett Cooper
The only problem I see with that is cjk-cdrtools has built in  
internationalization for Chinese, Japanese, and Korean input somehow,  
so watch out because you might want to built a compatible version of  
dvdrw+tools from ports with internationalization enabled in that way.

-Garrett
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: can't install /sysutils/dvd+rw-tools

2005-09-11 Thread Carl Delsey
On Sun, Sep 11, 2005 at 09:11:37PM -0400, bob self wrote:
> FreeBSD-6.0 beta 4
> 
> I'm trying to get DVD burning going according to the handbook. So, it 
> says to install "dvd+rw-tools".
> But I get this error:
> 
> [EMAIL PROTECTED] pkg_add -r dvd+rw-tools
> Fetching 
> ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6-current/Latest/
> dvd+rw-tools.tbz... Done.
> Fetching 
> ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6-current/All/cdr
> tools-2.01_1.tbz... Done.
> pkg_add: package 'cdrtools-2.01_1' conflicts with 
> cjk-cdrtools-2.01.20041227_1
> pkg_add: please use pkg_delete first to remove conflicting package(s) or 
> -f to f
> orce installation
> pkg_add: pkg_add of dependency 'cdrtools-2.01_1' failed!

Presumably the cjk-cdrtools is compatible with and a suitable
replacement for cdrtools. I would try just forcing the installation
of dvd+rw-tools like this: pkg_add -r -f dvd+rw-tools

This should proceed with the installation regardless of possible 
conflicts.

Carl
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


can't install /sysutils/dvd+rw-tools

2005-09-11 Thread bob self

FreeBSD-6.0 beta 4

I'm trying to get DVD burning going according to the handbook. So, it 
says to install "dvd+rw-tools".

But I get this error:

[EMAIL PROTECTED] pkg_add -r dvd+rw-tools
Fetching 
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6-current/Latest/

dvd+rw-tools.tbz... Done.
Fetching 
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6-current/All/cdr

tools-2.01_1.tbz... Done.
pkg_add: package 'cdrtools-2.01_1' conflicts with 
cjk-cdrtools-2.01.20041227_1
pkg_add: please use pkg_delete first to remove conflicting package(s) or 
-f to f

orce installation
pkg_add: pkg_add of dependency 'cdrtools-2.01_1' failed!

So, I try to un-install "cjk-cdrtools", but I get this error:

[EMAIL PROTECTED] pkg_deinstall cjk-cdrtools
--->  Deinstalling 'cjk-cdrtools-2.01.20041227_1'
pkg_delete: package 'cjk-cdrtools-2.01.20041227_1' is required by these 
other pa

ckages
and may not be deinstalled:
gnome2-2.10.2
gnomemedia2-2.10.2
nautilus-cd-burner-2.10.2
sound-juicer-2.10.1
totem-gstreamer-1.0.4
** Listing the failed packages (*:skipped / !:failed)
   ! cjk-cdrtools-2.01.20041227_1  (pkg_delete failed)
--->  Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed

What I think that I need to use is growisofs which is part of 
dvd+rw-tools. Do I have un-install gnome2 etc to be able to

use this?

thanks,
Bob

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: dvd+rw-tools

2003-08-21 Thread Joshua Oreman
On Thu, Aug 21, 2003 at 02:19:32PM +0100 or thereabouts, Wayne Pascoe wrote:
> Hi all,
> 
> Sorry for the load of posts this week, but I've got a new toybox and
> they aren't working well...
> 
> I'm trying to use dvd+rw-tools port to burn DVD's. My first problem was
> that after burning a DVD, I was unable to eject it. I had to reboot the
> machine and only then could I get the disc out. Otherwise, it appears to
> have burned ok.
> 
> Now I'm trying to erase the disc so I can try burning a larger volume.
> I've tried using dvd+rw-format, as follows:
> 
> dvd+rw-format /dev/cd0
> I then got
> * DVD±RW format utility by <[EMAIL PROTECTED]>, version 4.5.
> * 4.7GB DVD-RW media in Sequential mode detected.
> - media is not blank
> - you have the option to re-run dvd+rw-format with:
>   -force[=full] to enforce new format or mode transition
>and wipe the data;
>   -blank[=full] to change to Sequential mode.
> 
> I've since tried dvd+rw-format -force=full /dev/cd0 and 
> dvd+rw-format -blank=full and both returned the error:
> 
> * DVD±RW format utility by <[EMAIL PROTECTED]>, version 4.5.
> * 4.7GB DVD-RW media in Sequential mode detected.
> - [unable to umount]: Bad file descriptor
> 
> Has anyone successfully written or erased DVD-RW media on FreeBSD 5.1
> using this tool from ports ? 

Just overwrite with growisofs. dvd+rw-format should only be used ONCE.

-- Josh

> 
> Thanks in advance.
> 
> -- 
> Wayne Pascoe
> The thing is, I was POSITIVE that I wasn't
> actually depressed, just that life  had no
> meaning and I was tired of living.
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


dvd+rw-tools

2003-08-21 Thread Wayne Pascoe
Hi all,

Sorry for the load of posts this week, but I've got a new toybox and
they aren't working well...

I'm trying to use dvd+rw-tools port to burn DVD's. My first problem was
that after burning a DVD, I was unable to eject it. I had to reboot the
machine and only then could I get the disc out. Otherwise, it appears to
have burned ok.

Now I'm trying to erase the disc so I can try burning a larger volume.
I've tried using dvd+rw-format, as follows:

dvd+rw-format /dev/cd0
I then got
* DVD±RW format utility by <[EMAIL PROTECTED]>, version 4.5.
* 4.7GB DVD-RW media in Sequential mode detected.
- media is not blank
- you have the option to re-run dvd+rw-format with:
  -force[=full] to enforce new format or mode transition
   and wipe the data;
  -blank[=full] to change to Sequential mode.

I've since tried dvd+rw-format -force=full /dev/cd0 and 
dvd+rw-format -blank=full and both returned the error:

* DVD±RW format utility by <[EMAIL PROTECTED]>, version 4.5.
* 4.7GB DVD-RW media in Sequential mode detected.
- [unable to umount]: Bad file descriptor

Has anyone successfully written or erased DVD-RW media on FreeBSD 5.1
using this tool from ports ? 

Thanks in advance.

-- 
Wayne Pascoe
The thing is, I was POSITIVE that I wasn't
actually depressed, just that life  had no
meaning and I was tired of living.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"