Displaying 1 result from an estimated 1 matches for "msdosfs_getattr".
2003 Apr 26
1
msdosfs vs 250Gb hard disk
...k too big, sorry
The code in question..
if (pmp->pm_HugeSectors > 0xffffffff /
(pmp->pm_BytesPerSec / sizeof(struct direntry)) + 1) {
/*
* We cannot deal currently with this size of disk
* due to fileid limitations (see msdosfs_getattr and
* msdosfs_readdir)
*/
error = EINVAL;
printf("mountmsdosfs(): disk too big, sorry\n");
goto error_exit;
}
So, I am guessing that since fileid is only 32 bits wide the macro which
generates filei...