search for: msdosfs_readdir

Displaying 1 result from an estimated 1 matches for "msdosfs_readdir".

Did you mean: dosfs_readdir
2003 Apr 26
1
msdosfs vs 250Gb hard disk
.... 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 fileid values for FAT will generate too larg...