acd0: FAILURE - READ_BIG MEDIUM ERROR

From: Jun Kuriyama <kuriyama_at_imgsrc.co.jp>
Date: Fri, 17 Sep 2004 13:23:05 +0900
When I tried to read DVD-R media (written on the same current box by
cdrecord-ProDVD), I got this message at mounting:

-----
acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x15 ascq=0x00 error=0
acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x15 ascq=0x00 error=0
cd9660: RockRidge Extension
-----

Is this harmless or not?  I can copy a file from this DVD-R without
problem.


And, this DVD-R has a large file (3GB), and ls(1) (maybe stat(2))
issues an error like this:

-----
% ls -l /cdrom/0
ls: foo.tgz: Value too large to be stored in data type
-----

With inserting printf() at kern/vfs_vnops.c:724, I got following
result.  Is this related to above READ_BIG error?  Or simply something
wrong in other VFS (or CD9660?) layer?

-----
line:
	printf("kuri: EOVERFLOW: va_size=%llu, OFF_MAX=%llu\n", vap->va_size, OFF_MAX);
output:
	kuri: EOVERFLOW: va_size=18446744072600323698, OFF_MAX=9223372036854775807
-----


-- 
Jun Kuriyama <kuriyama_at_imgsrc.co.jp> // IMG SRC, Inc.
             <kuriyama_at_FreeBSD.org> // FreeBSD Project
Received on Fri Sep 17 2004 - 02:23:09 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:12 UTC