Shared Drive Capacity Confusion
by sniper8752 from LinuxQuestions.org on (#5CKQ1)
I have a WD raid'd drive connected to my proxmox setup. It is a 1 TB drive. I do a fdisk -l on dev/sda, and this is what I get:
Disk /dev/sda: 931 GiB, 999653638144 bytes, 1952448512 sectors
I then do a df . -h on where the drive is locally mounted, and I get this:
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 917G 870G 0 100% /media/my-harddrive
Why is the total size (917G) not being used?


Disk /dev/sda: 931 GiB, 999653638144 bytes, 1952448512 sectors
I then do a df . -h on where the drive is locally mounted, and I get this:
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 917G 870G 0 100% /media/my-harddrive
Why is the total size (917G) not being used?