Now fsdisk shows a /dev/sda1 with a start of 2048 and an end of 2930277167 (1.4TB). But when I run df -Bm, it shows that only 5902MB (42%) are available. That exactly the available space on my SD card.
What should I do to use the full space of my hdd? I mounted it with
Code: Select all
sudo mount -t auto /dev/sda1 /media/hdd1Code: Select all
/dev/sda1 /media/hdd1 auto noatime 0 0I don't know what I'm doing wrong. I can't put large files on my hdd via samba because it tells me that I don't have enough empty space.