CKB:Disabling mounting of tmp to tmpfs
Aus Cryptshare Documentation
Applies to:
All versions of Cryptshare Appliance
Symptom:
The Cryptshare transfer cannot be finished due to the missing free disk space.
Cause:
The temporary directory /tmp is mounted to tmpfs
cryptshare:~ # df -h Filesystem Size Used Avail Use% Mounted on ... tmpfs 1001M 1.7M 999M 1% /tmp ...
Solution:
- log in as root on the appliance
- run the following commands
/etc/init.d/cryptshare stop systemctl disable tmp.mount shutdown -r now