lkml.org 
[lkml]   [1998]   [Feb]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subjectcruft mount option and CDs > 800Mb
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

\
 
 \ /
  Last update: 2005-03-22 13:41    [W:0.027 / U:0.364 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site