search for: mountmsdosf

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

Did you mean: mountmsdosfs
2003 Apr 26
1
msdosfs vs 250Gb hard disk
...or external Firewire drive. To obtain maximum portability I would prefer to format it as FAT32 (it comes formatted that way) - that way Windows, Linux and FreeBSD machines can access it. Unfortunately FreeBSD doesn't grok really large FAT32 partitions :( When I attempt to mount it, I get -> mountmsdosfs(): disk 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 limitatio...