Cannot get info about free disk space for "ssh://xxx@10.255.255.42/"
-
Not exactly a bug, rather a "missing feature". You seem to have a device with an unusual storage layout. From what I gathered the command does roughly the following: grab the value of the Available column of the last line of
df -k
.This does not work in your case since the last like is a tmpfs that is full. I currently do not really what you could do make it use your /app mount point.
@SGaist said in Cannot get info about free disk space for "ssh://xxx@10.255.255.42/":
Not exactly a bug, rather a "missing feature". You seem to have a device with an unusual storage layout. From what I gathered the command does roughly the following: grab the value of the Available column of the last line of
df -k
.This does not work in your case since the last like is a tmpfs that is full. I currently do not really what you could do make it use your /app mount point.
pls note, tmpfs are not used!
its empty. not full!