<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=6099&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] my / partition is full but why ?]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=6099</link>
		<description><![CDATA[The most recent posts in [SOLVED] my / partition is full but why ?.]]></description>
		<lastBuildDate>Tue, 24 Oct 2023 07:08:17 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] my / partition is full but why ?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=45073#p45073</link>
			<description><![CDATA[<div class="quotebox"><cite>Dutch_Master wrote:</cite><blockquote><div><p>Well, in short: if a folder doesn&#039;t have its own partition, it&#039;s hanging under the / in the tree. Which means its data is stored on the / partition. So in your case, /var, /usr and /tmp are filling up the / partition if a rogue process continues to write data to it. Frequently, log files (/var/log) can become huge and thus clog up the system. Other sources of trouble exist as well, like malware etc. That&#039;s for you to figure out <img src="https://dev1galaxy.org/img/smilies/wink.png" width="15" height="15" alt="wink" /> </p><p>Tip: the <ins>ls</ins> command has info on size of the directory:</p><div class="codebox"><pre><code>ls -l /var
ls -l /usr
ls -l /tmp</code></pre></div><p>Probably best results as root.</p></div></blockquote></div><p>Thanks...<br />What i was doing is i added too much iso&#039;s on /var/lib/libvirt/images<br />I guess i had to add more gb on / though...</p>]]></description>
			<author><![CDATA[dummy@example.com (rhtoras)]]></author>
			<pubDate>Tue, 24 Oct 2023 07:08:17 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=45073#p45073</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] my / partition is full but why ?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=45064#p45064</link>
			<description><![CDATA[<p>I used to have a /boot partition, but with UEFI it was difficult to manage the size (it only filled up once but that was enough), </p><p>so I stopped worrying about /boot file space. (The bios partition only requires 100Mb)</p><p>your / is 28Gb... I reserve 28Gb just for /var. here&#039;s the rest... </p><p>df -h</p><div class="codebox"><pre><code>glenn@GamesBox ~ $ df -h
Filesystem      Size  Used Avail Use% Mounted on
udev            7.8G     0  7.8G   0% /dev
tmpfs           1.6G  1.4M  1.6G   1% /run
/dev/sda2        22G  1.3G   19G   7% /
/dev/sda6        17G  9.6G  5.8G  63% /usr
tmpfs           5.0M   16K  5.0M   1% /run/lock
tmpfs           3.7G     0  3.7G   0% /dev/shm
/dev/sda7       865G  121G  700G  15% /home
/dev/sdc6        58G   18G   38G  32% /home/glenn/local/archive
/dev/sdc2       295G  208G   73G  75% /home/glenn/local/data
/dev/sdc5       472G  119G  329G  27% /home/glenn/local/free
/dev/sdc7       711G   50G  625G   8% /home/glenn/local/media/circus
/dev/sdc9       480G  255G  201G  56% /home/glenn/local/media/movies
/dev/sdc8       961G  103G  809G  12% /home/glenn/local/media/music
/dev/sdc1       207G   12G  185G   6% /home/glenn/local/other
/dev/sdc3       480G   58G  398G  13% /home/glenn/local/spare
/dev/sda5       2.9G   17M  2.7G   1% /tmp
/dev/sda3       8.1G  1.6G  6.1G  21% /var
/dev/loop0      3.7G  3.7G     0 100% /home/glenn/local/archive/debs/iso/devuan_daedalus_5.0.1_i386_desktop
/dev/loop1      3.8G  3.8G     0 100% /home/glenn/local/archive/debs/iso/devuan_daedalus_5.0.1_amd64_desktop
cgroup_root      10M     0   10M   0% /sys/fs/cgroup
tmpfs           1.6G   12K  1.6G   1% /run/user/1000
glenn@GamesBox ~ $ </code></pre></div><p>Some places you can check for swelling...<br />/tmp/<br />/var/log/ <br />/var/cache/apt/archives/</p><p>just my two cents worth. :-)</p>]]></description>
			<author><![CDATA[dummy@example.com (GlennW)]]></author>
			<pubDate>Mon, 23 Oct 2023 22:59:52 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=45064#p45064</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] my / partition is full but why ?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=45061#p45061</link>
			<description><![CDATA[<p>Well, in short: if a folder doesn&#039;t have its own partition, it&#039;s hanging under the / in the tree. Which means its data is stored on the / partition. So in your case, /var, /usr and /tmp are filling up the / partition if a rogue process continues to write data to it. Frequently, log files (/var/log) can become huge and thus clog up the system. Other sources of trouble exist as well, like malware etc. That&#039;s for you to figure out <img src="https://dev1galaxy.org/img/smilies/wink.png" width="15" height="15" alt="wink" /> </p><p>Tip: the <ins>ls</ins> command has info on size of the directory:</p><div class="codebox"><pre><code>ls -l /var
ls -l /usr
ls -l /tmp</code></pre></div><p>Probably best results as root.</p>]]></description>
			<author><![CDATA[dummy@example.com (Dutch_Master)]]></author>
			<pubDate>Mon, 23 Oct 2023 22:35:09 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=45061#p45061</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] my / partition is full but why ?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=45059#p45059</link>
			<description><![CDATA[<div class="quotebox"><cite>Dutch_Master wrote:</cite><blockquote><div><p>This is why having separate partitions for stuff like /var, /usr and /tmp are advised. Certainly I do adhere to this <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /> </p><p>Your Downloads folder is huge and the key reason why your / has filled up. I take it you downloaded a lot so clearing that one out will release a decent amount of storage.</p></div></blockquote></div><p>well in most cases seperate partition for /var /usr and /tmp won&#039;t be a thing to consider<br />but i have a seperate /home partition which is around 440 gb and i am using only 6% of it<br />why my / is full i don&#039;t get it and i think i know what i am doing...<br />generally / is where things like programmes are stored while /home is where personall folders are stored<br />you are saying i have to create a bigger / partition rather than /home partition ? I don&#039;t get it but i would like to see what you are talking about...<br />thanks!</p>]]></description>
			<author><![CDATA[dummy@example.com (rhtoras)]]></author>
			<pubDate>Mon, 23 Oct 2023 22:01:04 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=45059#p45059</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] my / partition is full but why ?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=45058#p45058</link>
			<description><![CDATA[<p>This is why having separate partitions for stuff like /var, /usr and /tmp are advised. Certainly I do adhere to this <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /> </p><p>Your Downloads folder is huge and the key reason why your / has filled up. I take it you downloaded a lot so clearing that one out will release a decent amount of storage.</p>]]></description>
			<author><![CDATA[dummy@example.com (Dutch_Master)]]></author>
			<pubDate>Mon, 23 Oct 2023 21:27:20 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=45058#p45058</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] my / partition is full but why ?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=45057#p45057</link>
			<description><![CDATA[<p>Hello i use devuan daedalus. My partition scheme has 4 partitions 1. for bootloader, 1 for swap, 1 for root and 1 for /home.<br />My ssd is almost 500gb (patriot ssd if that matters)<br />my / is now over 90+ big and i cannot understand why since i only use minimal applications for certain reasons.<br />df -h shows:</p><div class="codebox"><pre><code>Filesystem      Size  Used Avail Use% Mounted on
udev            6.8G     0  6.8G   0% /dev
tmpfs           1.4G  1.3M  1.4G   1% /run
/dev/sda2        28G   25G  1.1G  96% /
tmpfs           5.0M   16K  5.0M   1% /run/lock
tmpfs           3.0G  216K  3.0G   1% /dev/shm
/dev/sda1       511M  5.9M  506M   2% /boot/efi
/dev/sda4       440G   25G  393G   6% /home
cgroup_root      10M     0   10M   0% /sys/fs/cgroup
tmpfs           1.4G  2.5M  1.4G   1% /run/user/1000
/dev/sdc1        15G   12G  2.6G  83% /media/rhtoras/Ventoy </code></pre></div><p>i examined everything via du and df commands, then tried gui (mate and ncdu) and nothing...</p><p>fyi</p><div class="codebox"><pre><code>find . -maxdepth 1 -mindepth 1 -type d -exec du -sh {} \; | sort -rh | head</code></pre></div><p> leads to...</p><div class="codebox"><pre><code>18G	./Downloads
2.3G	./Documents
1.7G	./.cache
1.5G	./ekpompes
516M	./.mozilla
396M	./.local
185M	./.config
51M	./Videos
19M	./Pictures
596K	./.ssr</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (rhtoras)]]></author>
			<pubDate>Mon, 23 Oct 2023 21:16:42 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=45057#p45057</guid>
		</item>
	</channel>
</rss>
