Marco borrelli , I'd like to meet you

2016-08-06 Thread DALE NEWTON
Hi you're pretty handsome. Why don't you get back to me so we can have a drink and have some fun. Just seeking a fun guy.

Re: Issues brining BD disks from the command line - write failures

2013-05-08 Thread Dale
in the internally attached burner - sometimes. In order to remove the BD media as a culprit, I have purchased another batch of BD-R media from a different manufacturer. Hope to get that test done today. On 05/08/2013 03:53 AM, Joerg Schilling wrote: Dale dale.joll...@yahoo.com wrote: First off

Issues brining BD disks from the command line - write failures

2013-05-07 Thread Dale
First off I want to say thank all of you that work on this software that makes it possible to do this stuff. I'm more impressed than you can imagine. Now that I have hopefully 'buttered you up' a little bit, I'm in need of assistance, and I have exhausted my google skills in an attempt to find

Re: Issues brining BD disks from the command line - write failures

2013-05-07 Thread Dale
I put in a fresh new, blank disc and I got some interesting errors -- I'll try this on the other system with the other burner here in a bit. ls -al /dev/sr* brw-rw 1 root cdrom 11, 0 May 7 13:02 /dev/sr0 brw-rw 1 root cdrom 11, 1 May 7 13:02 /dev/sr1 # growisofs -speed=1

Re: [Bulk] Re: BD-RE - can't create UDF on new disc

2012-08-19 Thread Gary Dale
On 19/08/12 09:02 AM, Thomas Schmitt wrote: Hi, Mike Scheutzow wrote: do you think that this user could be having the well-known udev polls the dvd problem? That can cause a block device to appear to be read-only. Well if it does cause such effects then it is surely worth a try to disable it.

Re: BD-RE - can't create UDF on new disc

2012-08-19 Thread Gary Dale
On 19/08/12 02:47 AM, Thomas Schmitt wrote: dd if=/dev/zero of=/dev/sr0 bs=2048 count=11826176 This also fails when booting from sysrecuecd with the same read-only error. -- To UNSUBSCRIBE, email to cdwrite-requ...@other.debian.org with a subject of unsubscribe. Trouble? Contact

BD-RE - can't create UDF on new disc

2012-08-18 Thread Gary Dale
Further to my earlier problems, I broke down and bought some new discs to try out - in case there was something wrong with the earlier batch. No such luck. Here's what I got when I tried to format one of them: root@transponder:/home/garydale# dvd+rw-format -format /dev/sr0 * BD/DVD±RW/-RAM

Re: BD-RE mount problem

2012-08-10 Thread Gary Dale
On 10/08/12 01:50 AM, Thomas Schmitt wrote: Hi, fd = open(/dev/sr0, O_RDWR); root@transponder:/home/garydale# ./open_sr0 open: fd= -1 , errno= 30 open: Read-only file system This is surprising, because xorriso uses open(..., O_RDWR | O_NDELAY); when it acquires a drive. (I would have

Re: BD-RE mount problem

2012-08-10 Thread Gary Dale
On 10/08/12 05:23 AM, Thomas Schmitt wrote: Hi, -fd = open(/dev/sr0, O_RDWR); +fd = open(/dev/sr0, O_RDWR | O_NDELAY); open: fd= 3 , errno= 0 write: ret= 2048 , errno= 0 This explains why xorriso or dvd+rw-format can open the drive device file. (The failure to re-format is a

Re: BD-RE mount problem

2012-08-10 Thread Gary Dale
On 10/08/12 10:33 AM, Thomas Schmitt wrote: Hi, i can reproduce the symptoms by a read-only situation of drive and media. (It should not happen with BD-RE in a BD writer, of course.) open_sr0.c with O_NDELAY yielded: open: fd= 3 , errno= 0 write: ret= 2048 , errno= 0 I get the same behavior

Re: BD-RE mount problem

2012-08-10 Thread Gary Dale
On 10/08/12 12:46 PM, Gary Dale wrote: On 10/08/12 10:33 AM, Thomas Schmitt wrote: Hi, i can reproduce the symptoms by a read-only situation of drive and media. (It should not happen with BD-RE in a BD writer, of course.) open_sr0.c with O_NDELAY yielded: open: fd= 3 , errno= 0 write: ret

Re: BD-RE mount problem

2012-08-09 Thread Gary Dale
On 09/08/12 12:08 PM, Thomas Schmitt wrote: Hi, [i am subscribed to cdwrite@other.debian.org, not to debian-user] I tried a new disc again, and this time formatted it through K3B instead of using dvd+rw-format directly. I don't know what K3B does as formatting, but dvd+rw-format does only a

Re: BD-RE mount problem

2012-08-09 Thread Gary Dale
On 09/08/12 01:19 PM, Keith McKenzie wrote: On 9 August 2012 17:43, Gary Dalegaryd...@rogers.com wrote: Already tried that. dd complains: dd: opening `/dev/sr0': Read-only file system It sounds like it is mounted; try unmounting it, then try dd again. root@transponder:/home/garydale#

Re: BD-RE mount problem

2012-08-09 Thread Gary Dale
On 09/08/12 12:08 PM, Thomas Schmitt wrote: Hi, [i am subscribed to cdwrite@other.debian.org, not to debian-user] You could use sequential burn programs like growisofs or xorriso. Both can add files to ISO 9660 filesystems on BD-RE. Those filesystems are mountable read-only. If you canafford

Re: BD-RE mount problem

2012-08-09 Thread Gary Dale
On 09/08/12 01:45 PM, Thomas Schmitt wrote: Hi, Yes, I have read-write permissions. Something does not work properly. Are any related messages to see in the output of dmesg ? Nothing in dmesg | tail or syslog just now when I tried a dvd+rw-format -force=full. I tried xorriso to fix the

Re: [Bulk] Re: BD-RE mount problem

2012-08-09 Thread Gary Dale
On 09/08/12 02:39 PM, Thomas Schmitt wrote: Hi, I also tried using K3B to burn as udf. mkisofs print size result: 0 (0 bytes) This looks like a different problem. A size prediction of 0 is hardly to explain by any state of the target medium. How large should the result have been ? 59M or

Re: [Bulk] Re: BD-RE mount problem

2012-08-09 Thread Gary Dale
On 09/08/12 04:36 PM, Thomas Schmitt wrote: Hi, # xorriso -scsi_log on -dev /dev/sr0 -format full ... xorriso : FAILURE : libburn indicates failure with formatting. It should have reported the SCSI error (will have to dig for that). That error came with command FORMAT UNIT FORMAT UNIT 04