Re: blu ray recorders

2012-04-22 Thread Jerry
On Sun, 22 Apr 2012 01:08:02 +0200 (CEST)
Wojciech Puchar articulated:

 Even Windows can then see it properly, but FreeBSD shows multiple
 files.  

 Try filing a PR against it. Perhaps somebody might actually look into
 it.
  

i've got info it is already known, but thanks anyway.

Really, what PR is that? I could not find one that specifically dealt
with it; although I most probably missed it. Obviously you must know
which one it is.

-- 
Jerry ♔

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the Reply-To header.
__

___
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: blu ray recorders

2012-04-21 Thread Wojciech Puchar

Even Windows can then see it properly, but FreeBSD shows multiple
files.


Try filing a PR against it. Perhaps somebody might actually look into
it.



i've got info it is already known, but thanks anyway.
___
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: blu ray recorders

2012-04-21 Thread Wojciech Puchar


I find if I use mount_cd9660 I see two copies of the same file - showing
as 4G each and one 29M. I don't see any difference using any of the
options.



exactly the same.

UDF works. thank you very much.
___
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: blu ray recorders

2012-04-20 Thread Wojciech Puchar

dvd's.

From the info I can see that cdrecord and growisofs list blu-ray in features.


already found - growisofs (which i use regularly) do support blu ray 
recording. so i will buy BD-recorder.



the problem is - FreeBSD seems not to support 4GB files on CD9660 
filesystem. mkisofs --iso-level 3 create it fine


Even windoze can then see it properly, but FreeBSD shows multiple files.
___
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: blu ray recorders

2012-04-20 Thread Jerry
On Fri, 20 Apr 2012 16:59:36 +0200 (CEST)
Wojciech Puchar articulated:

already found - growisofs (which i use regularly) do support blu ray 
recording. so i will buy BD-recorder.

the problem is - FreeBSD seems not to support 4GB files on CD9660 
filesystem. mkisofs --iso-level 3 create it fine

Even Windows can then see it properly, but FreeBSD shows multiple
files.

Try filing a PR against it. Perhaps somebody might actually look into
it.

-- 
Jerry ♔

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the Reply-To header.
__

___
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: blu ray recorders

2012-04-20 Thread Shane Ambler

On 21/04/2012 00:29, Wojciech Puchar wrote:

dvd's.

From the info I can see that cdrecord and growisofs list blu-ray in
 features.


already found - growisofs (which i use regularly) do support blu ray
 recording. so i will buy BD-recorder.


the problem is - FreeBSD seems not to support 4GB files on CD9660
filesystem. mkisofs --iso-level 3 create it fine

Even windoze can then see it properly, but FreeBSD shows multiple
files.



The mkisofs man page says iso/joliet/udf supports disk size up to 8TB
and maximum single file up to 8TB with udf only up to 200GB single file.


Personally I use the -UDF option to make an iso/udf hybrid as well as
iso-level 3 and get a message that files larger than 2GB found. These
files will only be fully accessible if mounted with UDF

Just tested a disk now - on a dvd-r medium. One file of 4.3G and another
of 29M

If I mount_udf I see one file of 4.3G and one 29M.

I find if I use mount_cd9660 I see two copies of the same file - showing
as 4G each and one 29M. I don't see any difference using any of the
options.

-r--r--r--  1 root  wheel  4294965248 21 Apr 03:57 tester.file

While that file size isn't a full 32 bit value it is close.

My guess would be that the iso driver is still using a 32bit filesize

df -h shows the cd9660 mounted size at 4.4G

[leader:/] shane# mount_cd9660 /dev/cd0 /mnt/CD
[leader:/] shane# ls -lah /mnt/CD/
total 8388612
dr-xr-xr-x  3 root  wheel   2.0k 21 Apr 04:09 .
drwxr-xr-x  4 root  wheel   512B  6 Apr 15:40 ..
-r--r--r--  1 root  wheel29M  8 Apr 14:34 animation.mp4
-r--r--r--  1 root  wheel 4G 21 Apr 03:57 tester.file
-r--r--r--  1 root  wheel 4G 21 Apr 03:57 tester.file
[leader:/] shane# umount /mnt/CD/
[leader:/] shane# mount_udf /dev/cd0 /mnt/CD
[leader:/] shane# ls -lah /mnt/CD/
total 4551764
dr-xr-xr-x  2 root  wheel   2.0k 21 Apr 04:09 .
drwxr-xr-x  4 root  wheel   512B  6 Apr 15:40 ..
-r--r--r--  1 root  wheel29M  8 Apr 14:34 animation.mp4
-r--r--r--  1 root  wheel   4.3G 21 Apr 03:57 tester.file
[leader:/] shane# umount /mnt/CD/

[leader:/] shane# uname -a
FreeBSD leader.local 9.0-RELEASE FreeBSD 9.0-RELEASE #1: Wed Feb 15 
16:03:18 CST 2012 root@:/usr/obj/usr/src/sys/GENERIC  amd64

___
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: blu ray recorders

2012-04-19 Thread Shane Ambler

On 16/04/2012 18:04, Wojciech Puchar wrote:

today BD recordable disks have prices that make sense as well as recorders.

but as i never had one i want to ask - how it is used under FreeBSD.

Does growisofs work just like with DVD-R or other tools are needed?


I have an LG BH12LS38 blu-ray burner in a machine I bought in december. 
Running 9.0-RELEASE


I haven't burnt a BD-R yet but I have used k3b (which is just a gui 
front end to growisofs,mkisofs,cdrecord,cdrdao,etc) to burn plenty of 
single layer dvd's.


From the info I can see that cdrecord and growisofs list blu-ray in 
features.


The prefs show the drive info with BD-R BD-RE listed in write 
capabilities. Available space jumps in sizes up to 50GB and it asks you 
to insert a blu-ray medium if file sizes total over 8GB


It looks to have all the support needed.

As for authoring a blu-ray to play in your home theatre it could be 
another story - I haven't looked into that.

___
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: blu ray recorders

2012-04-19 Thread Dean E. Weimer

On 19.04.2012 09:55, Shane Ambler wrote:

On 16/04/2012 18:04, Wojciech Puchar wrote:
today BD recordable disks have prices that make sense as well as 
recorders.


but as i never had one i want to ask - how it is used under FreeBSD.

Does growisofs work just like with DVD-R or other tools are needed?


I have an LG BH12LS38 blu-ray burner in a machine I bought in
december. Running 9.0-RELEASE

I haven't burnt a BD-R yet but I have used k3b (which is just a gui
front end to growisofs,mkisofs,cdrecord,cdrdao,etc) to burn plenty of
single layer dvd's.

From the info I can see that cdrecord and growisofs list blu-ray in 
features.


The prefs show the drive info with BD-R BD-RE listed in write
capabilities. Available space jumps in sizes up to 50GB and it asks
you to insert a blu-ray medium if file sizes total over 8GB

It looks to have all the support needed.

As for authoring a blu-ray to play in your home theatre it could be
another story - I haven't looked into that.
___
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


I am not sure about the ISO formatting needed for this, the blu-Ray 
specifications I believe call for the file system to be UDF version 
2.5/2.6.  I don't believe FreeBSD supports greater than UDF 1.5.  I ran 
into this issue a while back after building an ISO image server to 
present an NFS volume to VMware ESX servers to allow O/S and Software 
installation media for mounting as guest Machines CDROMS.  I also chose 
to write scripts and mount the ISO images as file systems to allow 
access to them via Samba when mounting the CD Wasn't necessary.  A few 
software DVDs we had at the time used UDF 2.0, and I was unable to read 
them.


This server was built on FreeBSD 7.2, but I haven't noticed anything in 
release notes since stating an update to the UDF version support.  Of 
course that doesn't mean it hasn't been updated, and either not 
included, or I missed them.  Just something that I think you should 
check into before getting to far into any project with Blu-Ray burning 
on FreeBSD.


--
Thanks,
 Dean E. Weimer
 http://www.dweimer.net/
___
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