Yesterday, I tried to make a copy of a data cd; the original cd was almost full, say aprox. 700 MB. The process stopped at the reading stage with the message error: "No space left on device". "That cannot be true!", I said, "I'm using a 16 MB usb!"
Then I made a df and found that the aufs " / " partition was full; that was my laptop, it was about 680 MB big.
K3b copies the contents of the cd to /tmp and then burns this contents to the empty cd. And /tmp is a sub-folder of /.
Now I am writing this post on a desktop machine with even less available space, lets see:
root@porteus:~# df
Filesystem 1K-blocks Used Available Use% Mounted on
aufs 308172 19124 289048 7% /
/dev/sda1 65232 5123 60109 8% /mnt/sda1
/dev/sda2 50979484 1326872 47062920 3% /mnt/sda2
/dev/sdb1 32759904 974496 31785408 3% /mnt/sdb1
/dev/sdb2 32248 1 32248 1% /mnt/sdb2
/dev/sdb3 5248000 1776888 3471112 34% /mnt/sdb3
root@porteus:~#
In fact, it has only about 300 MB on "/".
My question: where comes the size of " /" from? Can that be changed to make it bigger?
Yesterday I ended up copying the cd using windows XP; what a shame!

Best regards!