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
- How do I recursively find and replace only in files named index.php on Linux webserver?
- passing text with \n as one argument in shell
- kernel module does not print packet info
- How to send ESC/POS commands to thermal printer in Linux
- (x64 Nasm) Writeline function on Linux
- How do I set the Hive user to something different than the Spark user from within a Spark program?
- Default priority of thread with SCHED_FIFO
- Calling a python function with options from shell script
- How to split a directory into parts without compressing or archiving?
- Cross compile simple standard C program on Linux for Mac
- How to offload NAPI poll function to workqueue
- python netifaces - How to get currently used network interface
- Unexpected output from function
- mingw-64 conflicting declarations when cross-compiling
- Different behavior of async with Visual Studio 2013(Windows8.1) and GCC 4.9(Ubuntu14.10)
Related Questions in UBUNTU-11.04
- Hadoop: «ERROR : JAVA_HOME is not set»
- install Pig package
- Adding Vendor Id on linux for device debugging : error: no permissions
- SQLite, MySQLdb to open .db file conceptual Python process
- Issues installing rvm on ubuntu 11.04 Server
- C program(malloc) is not compiling in ubuntu 11.04
- Installing Aptana plugin on Eclipse
- installing mysql for python within virtual environment
- GTK#-related error on MonoDevelop 2.8.5 on Ubuntu 11.04
- netcat and videolan
- cant get virtualhost to work on ubuntu 11.10 - apache2?
- installing CakePHP 2 in Ubuntu 11.04
- How to turn on GPU Emulation for Android 4 on Ubuntu Natty
- define the environment variable JAVA_HOME
- Chef isn't running the apt (apt-get update) recipe. Apt returns 100
Related Questions in DISKSPACE
- Send alert for 80% threshold comparing two values from Disk partition
- Usage of disk_free_space() and disk_total_space() in PHP
- Avoid large log Jenkins file (and stop build if needed)
- Android SDK folder taking a lot of disk space. Do we need to keep all of the System Images?
- How can I get unlabeled volume drive total size by C#?
- Google Compute Engine Resize boot disk
- Docker aufs and devicemapper directories both exist
- Docker host & no space left on device
- Measuring peak disk use of a process
- Finding available space for a directory in C# on Linux
- Running out of inodes disk space, free space left on device
- Openshift, disk quota exceeded
- How can I get around the "There is not enough space on the disk" exception when attempting to deploy to a handheld device?
- why my mongodb fileSize is much bigger than storageSize in db.stats()?
- What effect does allowed length of text strings have on performance and size
Related Questions in ECRYPTFS
- ecryptfs size different from home directory size
- securely restoring an ecryptfs encrypted backup
- How do I mount an encrypted /home directory with Linux Mint 18.3 KDE?
- eCryptfs - same plain files generates different encrypted files
- what is difference between linux kernel subsystem dm-crypt and ecryptfs?
- decrypt a file only for specific process in linux automatically
- Error mounting eCryptfs: [-13] Permission denied - Amazon Linux AMI
- How to mount remote ecryptfs directory?
- Mounting FS from Kernel
- How does this unique file header 'special marker' tell eCryptfs that it's an eCryptfs file?
- Upstart script to start eCryptfs encryption
- Can a pam module modify the password typed by the user before it is seen by other modules?
- Git: how does git push handle an encrypted folder when "push"
- How to configure kernel to enable eCryptfs and Overlayfs filesystems in Ubuntu?
- Securing data on SD card Raspberry Pi
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 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: