Score:1

How can I increase the capacity of my /home/rob/downloads folder?

in flag
Rob

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

ChanganAuto avatar
us flag
You don't increase a folder's size, you increase the size of the partition where the folder resides if you have unallocated space after said partition or can shrink and move some other partition to get unallocated space from. Important: Have backups!! Someone asking a question like this *will* break something.
Rob avatar
in flag
Rob
OK, you got it, point taken!
Score:2
ca flag
  1. buy a new disk or find an old one that is suitable
  2. partition, format (mkfs) in any way you like
  3. mount it e.g. at /mnt/temporary/ (mkdir first)
  4. mv files from ~/downloads onto it.
  5. re-mount the same partition at /home/rob/downloads
  6. 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.

Rob avatar
in flag
Rob
Yes, thanks. Still got some searching to do since I have 55 Gigs left on my SSD, so no idea how this happens but should be able to sort it. Will get a new dis anyways to be sure, cheers Hannu.
Hannu avatar
ca flag
An SSD is always too small, mechanical disks for mass storage! :-)
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.