Steam is throwing not enough space on 1tb hardrive

I’ve been trying to get DC univers online to run on steam. but after it installed it keeps saying clear up 14 gbs of space I have a 1tb hard drive with only 60gb of space being used. What could I do to fix it?

Any help would be very appreciated thanks

How was steam installed?
Usually steam takes space in your HOME.
Did you set a separate HOME partition with a certain size?

Show us something to work with.
Maybe to start;

inxi -DPazy

thank you for the replay. i installed steam using the add/remove software. when i installed Manjaro i just erased the drive and did a full fresh install with default partition sizes.

inxi -DPazy

Drives:
Local Storage: total: 931.51 GiB used: 47.34 GiB (5.1%)
SMART Message: Required tool smartctl not installed. Check --recommends
ID-1: /dev/sda maj-min: 8:0 vendor: Western Digital model: WD10EZEX-75WN4A1
size: 931.51 GiB block-size: physical: 4096 B logical: 512 B speed: 6.0 Gb/s
tech: HDD rpm: 7200 serial: fw-rev: 7113 scheme: GPT
Partition:
ID-1: / raw-size: 922.42 GiB size: 906.86 GiB (98.31%) used: 47.34 GiB (5.2%)
fs: ext4 dev: /dev/sda2 maj-min: 8:2
ID-2: /boot/efi raw-size: 300 MiB size: 299.4 MiB (99.80%)
used: 288 KiB (0.1%) fs: vfat dev: /dev/sda1 maj-min: 8:1
ID-3: swap-1 size: 8.8 GiB used: 0 KiB (0.0%) fs: swap
swappiness: 60 (default) cache-pressure: 100 (default) priority: -2
dev: /dev/sda3 maj-min: 8:3

Set launch options to PROTON_SET_GAME_DRIVE=1 %command%.

ProtonDB is always the best place to look for solutions if you have problems running a Steam game through Proton.

Hi @Mickeymidwest, and welcome!

:bangbang: Tip: :bangbang:

In the future, when posting terminal output, copy the output and paste it here, wrapped in three (3) backticks, before AND after the pasted text. Like this:

```
pasted text
```

Or three (3) tilde signs, like this:

~~~
pasted text
~~~

This will just cause it to be rendered like this:

Sed
sollicitudin dolor
eget nisl elit id
condimentum
arcu erat varius
cursus sem quis eros.

Instead of like this:

Sed sollicitudin dolor eget nisl elit id condimentum arcu erat varius cursus sem quis eros.

Alternatively, paste the text you wish to format as terminal output, select all pasted text, and click the </> button on the taskbar. This will indent the whole pasted section with one TAB, causing it to render the same way as described above.

Thereby increasing legibility thus making it easier for those trying to provide assistance.

For more information, please see:


:bangbang::bangbang: Additionally

If your language isn’t English, please prepend any and all terminal commands with LC_ALL=C. For example:

LC_ALL=C bluetoothctl

This will just cause the terminal output to be in English, making it easier to understand and debug.

Thank you!!!

This topic was automatically closed 36 hours after the last reply. New replies are no longer allowed.