From: Tim Robbins <[EMAIL PROTECTED]>
Subject: Re: UDF: bad file descriptor
Date: Sun, 16 Mar 2003 16:58:57 +1100
Message-ID: <[EMAIL PROTECTED]>

> 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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to