Low disk space warning.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Other forums
- :
- Tech Help - Software/Hardware etc
- :
- Low disk space warning.
Low disk space warning.
16-01-2015 12:49 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I Assumed (wrongly) that the space available would be allocated into to equal parts for both operating systems but linux only reserved 7 GB for itself out of the 250 GB with windows getting most of it.
I also assumed I could change the allocated space using Gparted but for some reason it will not let me increase that section with linux on it the box to increase the size is blanked out.
The 250 GB is on a SSD so not sure if that is relevant.
Can anyone give me some simple advice where to go from here other than to do a complete reinstall.
Linux Mint 17.1
Thank you
Re: Low disk space warning.
16-01-2015 1:37 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
1. For Windows reduce the size of the file system (using Windows).
Boot into Linux,
2. Use gparted to reduce the Windows partition size.
3. Use gparted to extend the size of the Linux partition.
4. Use commands like
sudo resize2fs /dev/sdxywhere x=a,b,c... depending on the drive and y=1,2,3 etc depending on the drive.
You will need to unmount the partition for that last two steps.
If you want to increase the size of your root partition you need to that last step from a live CD or USB boot.
"In The Beginning Was The Word, And The Word Was Aardvark."
Re: Low disk space warning.
16-01-2015 2:53 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Backup your home folder stuff, if you have anything saved there. Backup your app choices.
Use M$ to defrag the M$ disk and then boot from a live cd.
delete the Linux partition, resize the M$ partition to leave the amount you want Linux to use, 50-100Gb is more than enough usually.
Run the install and chose custom install.
Partition the disk like this
[M$ partition <M$>][Linux partition <root 20Gb><Home NNGb><swap 1Gb>]
So if you have 70Gb free then a 20Gb root (/) and then a 49Gb /home and a 1Gb swap
you can play with the sizes until you press the apply button in gparted.
Restore you /home from the backup and restore your app choices.
2nd Option:
boot to M$
run a defrag
reboot
boot from a live cd
run gparted
decrease the size of the M$ partition to leave the amount want Linux to use at the end.
apply
move the Linux partition(s) down to the new starting point
apply
move/delete the swap partition
If you don't have a /home partition then just extend the Linux partition to end of the unused space
If you have a /home partition
move it up to create a new space below to allow the / to expand in to the space *
apply
extend the / partition
apply
extend the /home partition to the end of the unused space *
apply
*in either case leave 1Gb at the end for the swap partition
create the swap partition of 1Gb.
Hope that makes sense.
Re: Low disk space warning.
16-01-2015 3:07 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Is there not some problem using defragmentation on a SSD ?
Re: Low disk space warning.
16-01-2015 3:12 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Re: Low disk space warning.
16-01-2015 3:23 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote from: gleneagles Is there not some problem using defragmentation on a SSD ?
another can of worms

don't run a separate defrag on it.
If it helped click the thumb
If it fixed it click 'This fixed my problem'
Re: Low disk space warning.
16-01-2015 3:42 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote from: gleneagles As a short term solution is there any stuff I can safely get rid of in Linux mint 17.1 without it affecting other program's ?
If you have multiple kernels installed you can remove older ones
$ dpkg -l | grep linux-image
ii linux-image-3.10-2-amd64 3.10.5-1 amd64 Linux 3.10 for 64-bit PCs
ii linux-image-3.2.0-4-amd64 3.2.32-1 amd64 Linux 3.2 for 64-bit PCs
$ sudo apt-get purge linux-image-3.2.0-4-amd64
If you don't regularly do so
$ sudo apt-get clean
will likely free up a lot of space
Re: Low disk space warning.
16-01-2015 3:59 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator


Phil
Using a TP-Link Archer VR600 modem-router.
Re: Low disk space warning.
16-01-2015 4:56 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote from: gleneagles As a short term solution is there any stuff I can safely get rid of in Linux mint 17.1 without it affecting other program's ?
Depends on what you want to do with it.
You can remove LibreOffice/Gimp/etc.
Not being a M$ user I wasn't aware that they had entered the 21Cent and did auto defrag on NTFS. I still say option 1 is your easiest way. Mint backup will backup your installed apps selection and your data and you restore when you have created some space, since you only installed to a 7Gb partition I doubt your backup would be very large.
Re: Low disk space warning.
16-01-2015 8:50 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
sudo apt-get clean
"In The Beginning Was The Word, And The Word Was Aardvark."
Re: Low disk space warning.
16-01-2015 8:51 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote from: gleneagles Thanks for the responses, more complicated than I thought.
Is there not some problem using defragmentation on a SSD ?
SSD's should never be defraged, it serves no useful purpose,indeed you may well shorten the life of the SSD.
Re: Low disk space warning.
17-01-2015 10:54 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote from: Den1 it serves no useful purpose
When there is a file stuck at the end of a partition then that is the only real use of defrag, other than the fact that it can speed up when a large file has been split over lots of smaller spaces. I assume this is STILL the case in NTFS.
Maybe the original SSD's had issues with no of read/writes but the new ones are magnitudes better at it.
Re: Low disk space warning.
17-01-2015 12:48 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
This means that the physical data placement a defragger shows in it's fancy sector chart has nothing to do with reality. The data is NOT where Windows thinks it is, and Windows has no control over where the data is actually placed.
To even out usage on its internal memory chips SSD firmware intentionally splits data up across all of the SSD's memory chips, and it also moves data around on these chips when it isn't busy reading or writing (in an attempt to even out chip usage.)
Windows never sees any of this, so if you do a defrag Windows will simply cause a whole bunch of needless I/O to the SSD and this will do nothing except decrease the useful life of the SSD.

Re: Low disk space warning.
18-01-2015 10:20 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Is the partition that you want to grow mounted? It needs to be unmounted first, and you can't do that if it is actively being used which presumably it is. To work round this download a gparted liveCD and boot from that then all partitions will be accessible.
A screenshot of gparted would be helpful then we can be precise with what needs doing and why.
Re: Low disk space warning.
18-01-2015 3:02 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I Will use windows to reduce the size of the partition and then use gparted to expand the linux partition as suggested.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Other forums
- :
- Tech Help - Software/Hardware etc
- :
- Low disk space warning.