- When I use Synaptic Package Manager, most of the time I am getting message that there is no space and update aborts
- I have full userspace available 145 GB NTFS partition which is totally free - how to use the same for software installations and updates?
- How to move some of the installation to the same partition, if they are not installed in that partition
- It is taking too much time to bring the first desktop after logging in
I am using 14.04 LTS Trusty Tahr..
sudo mount
command to attach a partition, say /dev/sdb1, to a location in your directory tree, say/mnt/bigdisk
. Once that works, you add a line to your/etc/fstab
file to auto-mount the partition at the next reboot. – Jos Mar 05 '15 at 12:57df
command to look at file system sizes, that is correct, asdf
reports only the space on the partition itself.df
will now report that/mnt/bigdisk
has 145Gb left. If you need to make room for updates, you need to move large files from the root partition to/mnt/bigdisk
. – Jos Mar 06 '15 at 12:33gparted
and post a screenshot? – Fabby Mar 10 '15 at 23:42