i have following Problem, my second Partition (Games) is filling up my Root Partition under the mnt folder. Everything i have in my second Partition is also filling my Root Partition, any idea how to solve this? If you just reading this you are already a Hero
How did you come to that conclusion?
The purpose of partitioning is to separate dedicated spaces on your drives. So technically, files can only take space on the partition theyâre on.
Thanks for your reply, but i canât even answer your post, because when i put the requested information in here, i get the Information, that i canât post Links in hereâŠ
My Root Partition is over 250 GB large and my second Partition is 661 GB large, now when i install a Game on my second Partiotion, my Root Partition is getting full and the Download crashes.
I donât know why my Root Partition is so extremely loaded, it showâs me that the mnt folder is extremely large. Everybody tells me it is impossible, and therefore this should not happen right?
there are (going to be) no links in the output of the commands I suggested
perhaps somehow somewhere in the inxi -Fazy - but then you could just go through it and edit those parts
Links can always be posted when you format it with the <"> button in the top row of the editing window
The more important part is the rest:
attaching one partition to another
is not (and can not)
be filling up the one that the other is attached to
(usually this is called: mounting
one to the other âŠ)
so: try
lsblk -f
and
mount
and
df -h
before your second partition was attached
and then after
to enable us to see what you see and enable us to understand what you think happens
Why do you think you have a problem?
How did you determine âitâ to be one?
⊠HOW do you do that? Installing a game to that specific location?
Which location would that be? And how (again) would you force/ensure that?
⊠that is not how it usually works - perhaps in Windows, but not in Linux
Perhaps itâs better to explain what you are wanting to do
in relation to what you are actually doing
in order to get advise on how to achieve what you want.
if you didnât create a rule in fstab or a mount unit - it will not remount after boot but the system is none the wiser so it try to write to /mnt but will fail due to missing write permission or it will fill your root device
create a dedicated mount structure outside root and mount your partition in a sub folder
e.g.
sudo mkdir -p /data/games
set permissions
sudo chmod ugo+rw /data/games
Create a mount rule in fstab or use a systemd mount unit
Itâs hard to test this once you are allowed to do it.
There is, as I said, always the possibility to edit the output
(this was about what was apparently considered a not allowed link in the inxi output)
I really thought that just writing down the link,
with no further formatting,
would result in this - but be not possible to do for a new user:
The above is what it would look like - if permitted.
âŠ
Hey, du. Wir sehen, dass du mit Lesen beschÀftigt warst, was fantastisch ist, daher haben wir dich auf eine höhere Vertrauensstufe befördert!
Wir sind sehr froh, dass du deine Zeit mit uns verbringst, und wir wĂŒrden uns freuen, mehr ĂŒber dich zu erfahren. Nimm dir etwas Zeit, um dein Profil auszufĂŒllen, oder zögere nicht, ein neues Thema zu beginnen.
Afterwards I could create posts including links and other media.
I just wanted to show up, that new forum users possible canât give information in a good way because of lacking formatting privileges.
This was very confusing to me, because until now I never made such an experience in a forum.