LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-07-2018, 02:47 PM   #1
eco_bach
Member
 
Registered: Dec 2016
Posts: 242

Rep: Reputation: Disabled
[ubuntu] File partitions and memory management


Ok so running the command

$df -h

returns the following

Quote:
udev 32G 0 32G 0% /dev
tmpfs 6.3G 2.4M 6.3G 1% /run
/dev/sdc2 40G 36G 1.4G 97% /
tmpfs 32G 187M 32G 1% /dev/shm
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs 32G 0 32G 0% /sys/fs/cgroup
/dev/sdc1 549M 5.8M 544M 2% /boot/efi
/dev/sdc3 630G 94G 505G 16% /home
tmpfs 6.3G 56K 6.3G 1% /run/user/1000
How do I free up space in /dev/sdc2? ie How to determine exactly which files are taking up the most space?
 
Old 08-07-2018, 03:23 PM   #2
Rickkkk
Senior Member
 
Registered: Dec 2014
Location: Montreal, Quebec and Dartmouth, Nova Scotia CANADA
Distribution: Arch, AntiX, ArtiX
Posts: 1,364

Rep: Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511Reputation: 511
Quote:
Originally Posted by eco_bach View Post
Ok so running the command

$df -h

returns the following


How do I free up space in /dev/sdc2? ie How to determine exactly which files are taking up the most space?
Hi eco_bach,

Your /dev/sdc2 is your main system (root) directory (notice that it is mounted as "/"). You have allocated 40GB to it, which should normally be sufficient.

A useful GUI program for illustrating disk usage is Disk Usage Analyzer (formerly baobab) - available on a wide variety of distros and I believe included standard with Gnome. I suggest you install the package provided in your distro's repositories (if not already installed) and run it to identify directories and files taking up the most space.

Cheers.

Last edited by Rickkkk; 08-07-2018 at 03:29 PM.
 
Old 08-07-2018, 05:32 PM   #3
lougavulin
Member
 
Registered: Jul 2018
Distribution: Slackware,x86_64,current
Posts: 280

Rep: Reputation: 100Reputation: 100
You could first check if some blocks are reserved for root :
Code:
tune2fs -l /dev/sdc2 | grep "Reserved block count"
And try to see which files are the biggest (10 biggest here) :
Code:
find / -xdev -printf '%s %p\n'| sort -nr | head -10
 
1 members found this post helpful.
Old 08-08-2018, 03:06 AM   #4
AwesomeMachine
LQ Guru
 
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
Another command to find gigabytes large files and directories is
Code:
$ du -m -h | grep G
 
1 members found this post helpful.
  


Reply

Tags
memory management, partitionssize, ubuntu 18.04



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Kernel - Memory Management - Copy Virtual Memory Area shankur90 Programming 1 06-07-2016 11:07 PM
Linux memory management: Real memory or Cached buffers? gubbu Linux - Server 2 10-01-2010 01:58 AM
Partitions on a Ubuntu based file Server brantkings Linux - Server 4 08-09-2010 03:49 PM
Memory Page Scanning and Reclaim/Memory Management ilfantomas Linux - Kernel 1 03-02-2010 08:31 PM
Resizing ext3 partitions (/usr) [file system management] xxx_anuj_xxx Red Hat 5 11-29-2005 03:35 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:20 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration