Insufficient disk space: Difference between revisions

From LemonWiki共筆
Jump to navigation Jump to search
Line 21: Line 21:


== understand the condition ==
== understand the condition ==
find the directories which costs most space
find the directories or files which costs most space
* [https://www.jam-software.com/treesize_free/ TreeSize Free - Quickly Scan Directory Sizes and Find Space Hogs] for {{Win}}
* [https://www.jam-software.com/treesize_free/ TreeSize Free - Quickly Scan Directory Sizes and Find Space Hogs] for {{Win}}
* [http://www.mindgems.com/products/Folder-Size/Folder-Size.html Folder Size] for {{Win}}
* more similar softwares ... ... Google: [http://www.google.com.tw/search?q=(folder+OR+directory)+size&btnG=%B7j%B4M&hl=zh-TW&client=firefox-a&rls=org.mozilla%3Azh-TW%3Aofficial (folder OR directory) size]
* more similar softwares ... ... Google: [http://www.google.com.tw/search?q=(folder+OR+directory)+size&btnG=%B7j%B4M&hl=zh-TW&client=firefox-a&rls=org.mozilla%3Azh-TW%3Aofficial (folder OR directory) size]


== move the user folders to another drive ==
== move the user folders to another drive ==

Revision as of 16:24, 19 June 2017

Possible solutions of insufficient hard drive disk space

Owl icon.jpg Houston, we have a problem

clean the disk space

using the tool to auto clean the space

clean the following directories (at Windows)

  • %Temp%
  • %HOMEPATH%\Local Settings\Temporary Internet Files

uninstall the software or fonts which you may not used

  • software
  • fonts

restart the chrome browser

  1. Backup all tabs by using OneTab
  2. Restart the chrome browser

understand the condition

find the directories or files which costs most space

move the user folders to another drive

Redirect a folder to a new location - Windows Help for Win Os windows.png ex:

  • move C:\Users\Administrator\Documents to D:\Documents
  • move C:\Users\Administrator\Downloads to D:\Downloads Icon_exclaim.gif You also need to change download locations of browsers

Change download locations of browsers

Move sync folders to another drive of cloud storage

tentative: move the %Temp% to another drive

How to setup my system path

use the symbolic link

Using the symbolic link linking to another hard disk. ex: I tried to resolved insufficient hard disk space where mysql data located by using the symbolic link.