LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   usb hard disk has 57% usage after formatted... (https://www.linuxquestions.org/questions/linux-hardware-18/usb-hard-disk-has-57-usage-after-formatted-576227/)

sugar2 08-10-2007 04:31 PM

usb hard disk has 57% usage after formatted...
 
I just re-formatted a 120GB usb hard disk with a FAT32-LBA fs, and It always shows an usage of 57% even if it has data or not...
Code:

df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/sdb1            115G  66G  50G  57% /mnt/usb-storage

How can I have the system to have usable the whole 115GB of that usb device?

Thanks

Aldo

Electro 08-10-2007 07:11 PM

Sometimes df may calculate free space incorrectly. Use du and subtract the used amount with maximum data capacity.

What format options did you use for mkdosfs?

sugar2 08-10-2007 07:25 PM

I just fix some partition table issues with a boot utilities cdrom, and now it is working as spected!

Thanks

Aldo


All times are GMT -5. The time now is 12:58 PM.