본문 바로가기
my_lesson/_Linux

Linux - The volume “Filesystem Root” has only 533.9 MB disk space remaining

by boolean 2017. 7. 8.
728x90

The volume “Filesystem Root” has only 533.9 MB disk space remaining


Open "Disk Usage Analyser" by searching for it in the Dash.

Click on your root (/) drive.

Wait for the graph at the right to stop displaying loading dots (it may take a while).

You can now review which files are taking up the most space (You can just close the 'Permission denied' error if it appears).

Hover your mouse over a sector to get the name of that folder and its size.


To delete the largest files/folders


After performing the above steps and with the file path to a larger file/folder which you want to delete, you can do the following:


Only if the file is in your Home directory, you could just move it to an external hard drive (or delete it altogether if it's unimportant)

If the file is not in your Home folder, you can take a guess at which package it belongs to and try apt-get uninstall to remove that package (if you don't need it)

Anything else, please edit your question with the path to the file/folder which you'd like to delete. You should not randomly delete files which are not in your Home folder.


/usr/share/applications

"Disk Usage Analyzer"를 Dash에서 검색하여 엽니 다.

루트 (/) 드라이브를 클릭하십시오.

오른쪽의 그래프가 도트 표시를 멈출 때까지 기다립니다 (시간이 걸릴 수 있습니다).

이제 어떤 파일이 가장 많은 공간을 차지하고 있는지 검토 할 수 있습니다 ( '권한 거부'오류가 나타나면 닫을 수 있습니다).

섹터 위로 마우스를 가져 가면 해당 폴더의 이름과 크기가 표시됩니다.


가장 큰 파일 / 폴더를 삭제하려면


위의 단계를 수행 한 후 삭제할 큰 파일 / 폴더의 파일 경로를 사용하여 다음을 수행 할 수 있습니다.


파일이 홈 디렉토리에있는 경우에만 외장 하드 드라이브로 옮길 수 있습니다 (또는 중요하지 않은 경우 파일을 모두 삭제할 수 있습니다)

파일이 홈 폴더에 없으면 패키지가 속한 패키지를 추측하고 apt-get uninstall을 사용하여 해당 패키지를 제거 할 수 있습니다 (필요하지 않은 경우).

그 밖의 것이 있으면 삭제할 파일 / 폴더의 경로로 질문을 편집하십시오. 홈 폴더에없는 파일은 무작위로 삭제하면 안됩니다.


I would suggest to check the installation directory for a readme or an uninstall script but in general: do what you did to install it in reverse order and delete everything you added as a setting or as a file on your system related to that installation.


Installations done with a tar file are mosttimes uninstalled with the rm command. You go to the directory where you went for this: "Unpack the downloaded Tar file, android-studio-ide--linux.zip, into an appropriate location for your applications" and rm the files and directories created here.


설치 디렉토리에서 readme 또는 설치 제거 스크립트를 확인하는 것이 좋습니다. 일반적으로 역순으로 설치 한 작업을 수행하여 설정으로 추가 한 모든 항목 또는 설치 관련 시스템 파일을 삭제하십시오.


tar 파일로 완료된 설치는 rm 명령으로 대부분 제거됩니다. "다운로드 한 Tar 파일 인 android-studio-ide--linux.zip을 응용 프로그램의 적절한 위치에 저장"하고 여기에서 생성 된 파일 및 디렉토리를 rm하십시오.

댓글