How can I increase the capacity of my /home/rob/downloads folder?
My downloader, yes it is sabnzbd, says I have too little space in my home/rob/downloads folder, no idea on how to increase a folder size though...... Please some help is much appreciated! Yes, I am a newby
- buy a new disk or find an old one that is suitable
- partition, format (mkfs) in any way you like
- mount it e.g. at /mnt/temporary/ (mkdir first)
- mv files from ~/downloads onto it.
- re-mount the same partition at /home/rob/downloads
- create a fstab entry to have it appear mounted at boot
hint:$ mount -t auto /dev/sdc1 /home/rob/downloads
Google "move /home" to get direct help, it will not be exactly what to do, but it will contain a lot of very similar things.
You will be learning a good bunch of new stuff.
And finally think!
- that is all you need.