Date: Mon, 17 Mar 2003 01:53:10 +0900 (JST) From: FUJITA Kazutoshi <fujita@soum.co.jp> To: tjr@FreeBSD.ORG Cc: freebsd-current@FreeBSD.ORG Subject: Re: UDF: bad file descriptor Message-ID: <20030317.015310.41632581.fujita@soum.co.jp> In-Reply-To: <20030316165857.A74938@dilbert.robbins.dropbear.id.au> References: <20030316.052351.74752614.fujita@soum.co.jp> <20030316.060650.71086272.fujita@soum.co.jp> <20030316165857.A74938@dilbert.robbins.dropbear.id.au>
next in thread | previous in thread | raw e-mail | index | archive | help
From: Tim Robbins <tjr@FreeBSD.ORG> Subject: Re: UDF: bad file descriptor Date: Sun, 16 Mar 2003 16:58:57 +1100 Message-ID: <20030316165857.A74938@dilbert.robbins.dropbear.id.au> > The Linux driver doesn't seem to issue the special read and write commands > that the quote from the UDF spec. mentions, so I'm not sure whether > it will work. Let me know how it goes. I tried your patch. The error 'bad file descriptor' did not occur, but something strange. 'ls' reports the size exactly(maybe), but another command report it as 0(empty). # /bin/ls -l total 2269738 drw-rw-rw- 1 root wheel 2048 Mar 17 21:52 . drw-rw-rw- 4 root wheel 2048 Mar 17 21:30 .. -rw-rw-rw- 1 root wheel 61450 Mar 17 23:19 VR_MANGR.BUP -rw-rw-rw- 1 root wheel 61450 Mar 17 23:19 VR_MANGR.IFO -rw-rw-rw- 1 root wheel 2324088832 Mar 17 23:19 VR_MOVIE.VRO # file VR_MOVIE.VRO VR_MOVIE.VRO: empty # dd if=VR_MOVIE.VRO of=/dev/null 0+0 records in 0+0 records out 0 bytes transferred in 0.000016 secs (0 bytes/sec) Regards, To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030317.015310.41632581.fujita>