On Mon, Nov 27, 2000 at 12:16:41AM +0100, Stefan Frings wrote: > [1.] One line summary of the problem: > > cannot ls cdroms (_isofs_bmap block >= EOF) Yes, a well-known problem. Delete two lines around line 118 of fs/isofs/dir.c: - if (filp->f_pos >= inode->i_size) - return 0; - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/
- PROBLEM: cannot ls cdroms (_isofs_bmap block >= EOF) Stefan Frings
- Andries Brouwer