I have an external disk connected to a raspberry pi to act as a nas, which I am accessing from a linux mint desktop machine.
The nas disk is 30GB, but according to my desktop machine, which connects through the file browser via samba, only around 318MB are reported as available.
If I try to copy a 400MB file it tells me there is insufficient space.
The disk is currently empty, so all 30GB should be available.
On the nas box, cfdisk seems to report the disk size and the partition size correctly:
Code:
cfdisk (util-linux 2.20.1)
Disk Drive: /dev/sda
Size: 30016659456 bytes, 30.0 GB
Heads: 64 Sectors per Track: 32 Cylinders: 28626
Name Flags Part Type FS Type [Label] Size (MB)
------------------------------------------------------------------------------
sda1 Boot Primary ext4 30016.66*
I'm not sure where to look next.