I'm puzzled. My harddisk is full and most of the space is used by .eryptfs/$MYUSERNAME (810.4 GB). Strangly, my home directory /home/MYUSERNAME (22.2GB) consumes significantly less diskspace. Any idea what is wrong or where to look for the "missing" free space?
ecryptfs size different from home directory size
1.1k Views Asked by Durin At
1
There are 1 best solutions below
Related Questions in LINUX
- Is there some way to use printf to print a horizontal list of decrementing hex digits in NASM assembly on Linux
- Why does Hugo generate different taxonomy-related HTML on different OS's?
- Writes in io_uring do not advance the file offset
- Why `set -o pipefail` gives different output even though the pipe is not failing
- what really controls the permissions: UID or eUID?
- Compiling eBPF program in Docker fails due to missing '__u64' type
- Docker container unable to make HTTPS requests to external API
- Whow to use callback_query_handler in Python 3.10
- Create kea runtime directory at startup in Yocto image
- Problem on CPU scheduling algorithms in OS
- How to copy files into the singularity sandbox?
- Android kernel error: undefined reference to `get_hw_version_platform'
- Is there a need for BPF Linux namespace?
- Error when trying to execute a binary compiled in a Kali Linux machine on an Ubuntu system
- Issue with launching application after updating ElectronJs to version 28.0.0 on Windows and Linux
Related Questions in UBUNTU-11.04
- how to convert Pdf to image via imagemagick command?
- Netbeans Ubuntu C++ cannot find include files in release build but can in debug
- Boost 1.59 linker error
- how to suspended the background processes?
- Executable created in CentOS not working in Ubuntu
- Install python, pygtk in user's space
- Connect to SQL Azure from PHP on Ubuntu
- Why do we need to format HDFS after every time we restart machine?
- How can I convert a text file to audio (mp3) using ffmpeg on Ubuntu 11.04?
- How do I update git to its latest version on Linux?
- PyInstaller-2.1 Gives out error sqlite3.OperationalError: database is locked on Ubuntu 11.04
- Installation of MARS (mips simulator) on Ubuntu 11.04
- Unable to restart Apache2 in Ubuntu 11.04
- How to setup headless firefox browser Ubuntu Server
- cannot re-install firefox on Ubuntu 11.04
Related Questions in DISKSPACE
- disk usage calculation of macOS - counting duplicated entries?
- Disk pressure on nodes
- How to get disk usage stats of a share folder in windows in Java?
- I have error Datalife engine panel diskfreespace
- Does invoking a system call like statfs with Python subprocess use less overhead than invoking a C utility like df?
- XAMPP tmp folder oversized and shows MySQL high CPU usage
- A file with actual size 1 byte uses 8 blocks of 4096 bytes on the filesystem
- In Linux, how can I delete directories whose contents have not been accessed in several days?
- Avoid disk usage as an intermediate step for Zip Compression in C#
- deploy multiple virtual machines with different data disk sizes to each machine. Also, number of disk may vary from virtual machine to machine
- Why did Vim create a constantly growing .swp file?
- How to properly resize disk usage in docker desktop WSL2?
- Jenkins is failing at the Pre Set Up stage: "No space left on device"? All I did was change a comment in the code
- Iguazio, Errno 28
- Could GAE Memory Limit Reached be due to large requirements.txt?
Related Questions in ECRYPTFS
- ecryptfs: DDev Magento linux quick start setup failing on "file name too long"
- Mounting FS from Kernel
- How do I mount an encrypted /home directory with Linux Mint 18.3 KDE?
- Mounting ecryptfs using C++ mount function
- Git "File name too long" after /home encryption with eCryptfs on Ubuntu
- Problems when mounting an Ecryptfs folder located on an NFS share
- ecryptfs-migrate-home with domain user's home directory
- Decrypt and mount an eCryptFS encrypted directory using an external C++ script in Linux
- eCryptfs - same plain files generates different encrypted files
- How to use ssh-askpass in systemd and init.d at startup
- Git: how does git push handle an encrypted folder when "push"
- Recreate the .Private link in your home directory
- Memory mapped files failing in ecryptfs directory
- How to do an aes encryption WITH a user password?
- How do I make ecryptfs automatically use my key?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
eCryptfs slightly pads files, and the overhead of encryption will slightly increase your over all disk usage, but certainly not to the degree you describe, 37x!
The only disk usage that really matters is that of your
/home/.ecryptfs/$USERdirectory, which is really where the encrypted files are stored on disk. What you're seeing in terms of the usage of $HOME is really phantom -- the cleartext decryption of those files only appears in memory, and not on disk.To see your true usage, use: