ntadmin / DGND3700v2

Custom firmware for the Netgear DGND3700v2
12 stars 4 forks source link

USB system gets available size wrong #52

Open ntadmin opened 6 years ago

ntadmin commented 6 years ago

When a USB storage device is attached, it lists a wrong free space.

ntadmin commented 6 years ago

Understanding this one may be pertinent to #51. df also seems to get this information wrong, so I suspect that the Netgear page renderer is pulling this information from df (or whatever df uses to get the information). fdisk -l also gets the volume type wrong, calling it FAT16 even if it is ext3, and hence reports some fairly random information for a non FAT16 option. mount gets the type right during the mounting, as far as I can tell.