witty-crayon-22786
03/14/2023, 9:49 PMdf -h $(mktemp)
report on your machine?$ df -h $(mktemp)
Filesystem Size Used Avail Capacity iused ifree %iused Mounted on
/dev/disk1s2 932Gi 499Gi 406Gi 56% 5976558 9762001602 0% /System/Volumes/Data
curved-television-6568
03/14/2023, 9:50 PMdf -h $TMPDIR
Filesystem Size Used Avail Capacity iused ifree %iused Mounted on
/dev/disk3s5 926Gi 229Gi 684Gi 26% 7771220 7167110440 0% /System/Volumes/Data
witty-crayon-22786
03/14/2023, 9:50 PM18.04.5
EC2 node:
$ df -h $(mktemp)
Filesystem Size Used Avail Use% Mounted on
/dev/nvme0n1p1 125G 76G 49G 62% /
curved-television-6568
03/14/2023, 9:52 PMwitty-crayon-22786
03/14/2023, 9:54 PMcurved-television-6568
03/14/2023, 9:54 PMt3a.large
node we have
tmpfs 3.9G 0 3.9G 0% /dev/shm
tmpfs 788M 832K 787M 1% /run
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup
/tmp
but it exists, so guess it belong to root
/dev/root 12G 4.3G 7.2G 38% /
witty-crayon-22786
03/14/2023, 9:56 PMbitter-ability-32190
03/14/2023, 9:56 PM$ df -h $(mktemp)
Filesystem Size Used Avail Use% Mounted on
/dev/nvme0n1p2 1.9T 550G 1.3T 31% /
curved-television-6568
03/14/2023, 9:57 PMssm-user@ip-10-0-245-77:$ df -h $(mktemp)
Filesystem Size Used Avail Use% Mounted on
/dev/root 12G 4.3G 7.2G 38% /
happy-kitchen-89482
03/14/2023, 9:57 PM$ df -h $(mktemp)
Filesystem Size Used Avail Capacity iused ifree %iused Mounted on
/dev/disk3s5 926Gi 167Gi 728Gi 19% 3667175 7635004040 0% /System/Volumes/Data
witty-crayon-22786
03/14/2023, 9:58 PMtmpfs
will fail with Os { code: 28, kind: StorageFull, message: "No space left on device" }
rather than overcommitting past its allocated sizewide-midnight-78598
03/15/2023, 12:50 AM% df -h $(mktemp)
Filesystem Size Used Avail Capacity iused ifree %iused Mounted on
/dev/disk1s2 466Gi 353Gi 100Gi 78% 5291240 1045388760 1% /System/Volumes/Data
proud-dentist-22844
03/15/2023, 2:51 AM$ df -h $(mktemp)
Filesystem Size Used Avail Use% Mounted on
/dev/sdb1 688G 569G 85G 88% /tmp
curved-manchester-66006
03/15/2023, 1:45 PM$ df -h $(mktemp)
Filesystem Size Used Avail Use% Mounted on
tank/ROOT/gentoo 42G 26G 16G 62% /
witty-crayon-22786
03/15/2023, 5:11 PMtmpfs
for `/tmp`… one hypothesis is that hard drives have gotten fast enough that the downsides of tmpfs
(running out of space) outweigh the benefits?