You are not logged in.

#1 2016-03-07 17:48:16

Alaanor
Member
Registered: 2016-01-07
Posts: 51

/tmp is full, no space left on device with 255Gb available

> yaourt -S unity-editor
after some compilation [...]
tar: unity-editor-5.3.3f1/MonoDevelop/locale/zh_CN/LC_MESSAGES/monodevelop.mo: Cannot write: No space left on device

Wow, no space left ? Ok, let's see that:

> df -h
Filesystem      Size  Used Avail Use% Mounted on
dev             3.9G     0  3.9G   0% /dev
run             3.9G  580K  3.9G   1% /run
/dev/sda1       459G  181G  255G  42% /
tmpfs           3.9G   26M  3.9G   1% /dev/shm
tmpfs           3.9G     0  3.9G   0% /sys/fs/cgroup
tmpfs           3.9G  3.9G     0 100% /tmp
tmpfs           788M  4.0K  788M   1% /run/user/1000

Huh, I've over 255Gb available and same if I have only one partition, /tmp can be full ? yikes

Why ? Is there any reason for that, any explanation and solution ?

Alaanor.

Offline

#2 2016-03-07 17:54:21

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,540

Re: /tmp is full, no space left on device with 255Gb available

Because /tmp is on tmpfs, not on disk.

Online

#3 2016-03-07 17:55:05

eschwartz
Fellow
Registered: 2014-08-08
Posts: 4,097

Re: /tmp is full, no space left on device with 255Gb available

Because /tmp is a tmpfs filesystem...

Tell yaourt to use a different build folder on your hard drive instead of in /tmp if you need more space.

Last edited by eschwartz (2016-03-07 17:56:17)


Managing AUR repos The Right Way -- aurpublish (now a standalone tool)

Offline

#4 2016-03-07 17:55:13

nstgc
Member
Registered: 2014-03-17
Posts: 393

Re: /tmp is full, no space left on device with 255Gb available

/tmp is a temporary directory which is not on the HDD by default, but rather uses 25% of your system memory by default. Yaourt must be asking for more than 3.9GB of space.

Offline

#5 2016-03-07 17:56:25

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,840
Website

Re: /tmp is full, no space left on device with 255Gb available

Did you even read the output? /tmp, which is a tmpfs, is 100% full.

See https://wiki.archlinux.org/index.php/Tmpfs


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#6 2016-03-07 17:56:46

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: /tmp is full, no space left on device with 255Gb available


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#7 2016-03-07 18:12:34

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,769

Re: /tmp is full, no space left on device with 255Gb available

Moving to AUR Issues, Discussion and PKGBUILD requests.


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

Board footer

Powered by FluxBB