cruft mount option and CDs > 800Mb

Brian C. Watson (bcwatson@totalsports.net)
Sun, 22 Feb 1998 00:07:28 -0500


I bumped into this error when I mount my DVD movies.

/* There are defective discs out there - we do this to protect
ourselves. A cdrom will never contain more than 800Mb */
if((inode->i_size < 0 || inode->i_size > 800000000) &&
inode->i_sb->u.isofs_sb.s_cruft == 'n') {
printk("Warning: defective cdrom. Enabling \"cruft\" mount
option.\n");
inode->i_sb->u.isofs_sb.s_cruft = 'y';
}

I think it is time to bump the limit or something. Ideas anyone?

/dev/scd0 4272352 4272352 0 100% /cdrom

thanks,
brian

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu