Re: PROBLEM: Cruft mounting option incorrect in ISOFS code

2000-11-23 Thread Rogier Wolff
Ben Fennema wrote: > Rogier Wolff wrote: > > > > Alan Cox wrote: > > > > under 1 gig in size. You can exhibit the problem by mounting the dvd movie > > > > "The World is Not Enough" as it contains a video_ts.vob which is larger than > > > > 1 gigabyte. You will see that most of the file lengths

Re: PROBLEM: Cruft mounting option incorrect in ISOFS code

2000-11-23 Thread Ben Fennema
Rogier Wolff wrote: > > Alan Cox wrote: > > > under 1 gig in size. You can exhibit the problem by mounting the dvd movie > > > "The World is Not Enough" as it contains a video_ts.vob which is larger than > > > 1 gigabyte. You will see that most of the file lengths are incorrect due to > > > the

Re: PROBLEM: Cruft mounting option incorrect in ISOFS code

2000-11-23 Thread Rogier Wolff
Alan Cox wrote: > > under 1 gig in size. You can exhibit the problem by mounting the dvd movie > > "The World is Not Enough" as it contains a video_ts.vob which is larger than > > 1 gigabyte. You will see that most of the file lengths are incorrect due to > > the "cruft mounting option" hacking

Re: PROBLEM: Cruft mounting option incorrect in ISOFS code

2000-11-22 Thread Alan Cox
> under 1 gig in size. You can exhibit the problem by mounting the dvd movie > "The World is Not Enough" as it contains a video_ts.vob which is larger than > 1 gigabyte. You will see that most of the file lengths are incorrect due to > the "cruft mounting option" hacking off the high order byte.

PROBLEM: Cruft mounting option incorrect in ISOFS code

2000-11-22 Thread Peel, Jeffery S
Hi all, There is a pretty bad bug in the "/fs/isofs/inode.c" file under linux kernel version 2.2.17. Search the file for the word "dipshit" (not a joke) and look at the cruft mounting code. It assumes that the maximum size of a dvd-rom file is 1 gigabyte. This is certainly not a correct assump