Disabling mounting of tmp to tmpfs

Disabling mounting of tmp to tmpfs

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:

  1. log in as root on the appliance
  2. run the following commands
/etc/init.d/cryptshare stop
systemctl disable tmp.mount
shutdown -r now
    • Related Articles

    • Mounting Windows shared folder

      Applies to: All versions of Cryptshare Server Purpose: This is an example on mounting Windows shares on Cryptshare Appliances Solution: 1. log in as root on your appliance 2. install the tool cifs-utils using the following command cifs-utils zypper ...
    • Updating Cryptshare manually

      Applies to: Cryptshare Server from version 4.2.x Purpose: This is an example of the possibilities for updating Cryptshare manually. Note that manual updates should only be done if a regular update is not possible! Please make sure you have a working ...
    • Cryptshare doesn't start after rollback to previous version

      Applies to: All versions of Cryptshare Server Symptom: After rolling back to a previous version the Cryptshare Server is not available. Cause: The Java installation folder has not been restored. Solution: There are three approaches to restore Java: ...