What is `/home/.ecryptfs` and why does it take up so much space?

Multi tool use
up vote
0
down vote
favorite
I'm trying to clean up my home directory to make space, and I ran du
on ./home
with the following results:
kylrth@kylrth: ~$ du -a /home | sort -n -r | head -n 10
du: cannot read directory '/home/kylrth/.cache/dconf': Permission denied
du: cannot read directory '/home/.ecryptfs/kylrth/.Private/ECRYPTFS_FNEK_ENCRYPTED.FWZZRYUrNfRnNUTSMYdF2YnEmQUuSeE1Qy6JiqKkUaMvOKANZXamTsFCyk--/ECRYPTFS_FNEK_ENCRYPTED.FWZZRYUrNfRnNUTSMYdF2YnEmQUuSeE1Qy6Jn2nSPLgFTcWlfhNrElk3Pk--': Permission denied
208927300 /home
104467000 /home/.ecryptfs
104466996 /home/.ecryptfs/kylrth
104466976 /home/.ecryptfs/kylrth/.Private
104460296 /home/kylrth
45822400 /home/kylrth/programming
45822400 /home/.ecryptfs/kylrth/.Private/ECRYPTFS_FNEK_ENCRYPTED.FWZZRYUrNfRnNUTSMYdF2YnEmQUuSeE1Qy6JmGvjsCCj5Bma9vNbFUrDzk--
43557124 /home/kylrth/programming/data_project
43557124 /home/.ecryptfs/kylrth/.Private/ECRYPTFS_FNEK_ENCRYPTED.FWZZRYUrNfRnNUTSMYdF2YnEmQUuSeE1Qy6JmGvjsCCj5Bma9vNbFUrDzk--/ECRYPTFS_FNEK_ENCRYPTED.FWZZRYUrNfRnNUTSMYdF2YnEmQUuSeE1Qy6JJKIgGp1tJBy. Pofhu9e6uE--
43556676 /home/kylrth/programming/data_project/data
What is ecryptfs
and why do its files take up so much space? Can I remove them?
ecryptfs
New contributor
Kyle Roth is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
up vote
0
down vote
favorite
I'm trying to clean up my home directory to make space, and I ran du
on ./home
with the following results:
kylrth@kylrth: ~$ du -a /home | sort -n -r | head -n 10
du: cannot read directory '/home/kylrth/.cache/dconf': Permission denied
du: cannot read directory '/home/.ecryptfs/kylrth/.Private/ECRYPTFS_FNEK_ENCRYPTED.FWZZRYUrNfRnNUTSMYdF2YnEmQUuSeE1Qy6JiqKkUaMvOKANZXamTsFCyk--/ECRYPTFS_FNEK_ENCRYPTED.FWZZRYUrNfRnNUTSMYdF2YnEmQUuSeE1Qy6Jn2nSPLgFTcWlfhNrElk3Pk--': Permission denied
208927300 /home
104467000 /home/.ecryptfs
104466996 /home/.ecryptfs/kylrth
104466976 /home/.ecryptfs/kylrth/.Private
104460296 /home/kylrth
45822400 /home/kylrth/programming
45822400 /home/.ecryptfs/kylrth/.Private/ECRYPTFS_FNEK_ENCRYPTED.FWZZRYUrNfRnNUTSMYdF2YnEmQUuSeE1Qy6JmGvjsCCj5Bma9vNbFUrDzk--
43557124 /home/kylrth/programming/data_project
43557124 /home/.ecryptfs/kylrth/.Private/ECRYPTFS_FNEK_ENCRYPTED.FWZZRYUrNfRnNUTSMYdF2YnEmQUuSeE1Qy6JmGvjsCCj5Bma9vNbFUrDzk--/ECRYPTFS_FNEK_ENCRYPTED.FWZZRYUrNfRnNUTSMYdF2YnEmQUuSeE1Qy6JJKIgGp1tJBy. Pofhu9e6uE--
43556676 /home/kylrth/programming/data_project/data
What is ecryptfs
and why do its files take up so much space? Can I remove them?
ecryptfs
New contributor
Kyle Roth is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
3
These may be links to encrypted folders showing the size of the linked folders that are encrypted.
– Hobbyist
12 hours ago
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm trying to clean up my home directory to make space, and I ran du
on ./home
with the following results:
kylrth@kylrth: ~$ du -a /home | sort -n -r | head -n 10
du: cannot read directory '/home/kylrth/.cache/dconf': Permission denied
du: cannot read directory '/home/.ecryptfs/kylrth/.Private/ECRYPTFS_FNEK_ENCRYPTED.FWZZRYUrNfRnNUTSMYdF2YnEmQUuSeE1Qy6JiqKkUaMvOKANZXamTsFCyk--/ECRYPTFS_FNEK_ENCRYPTED.FWZZRYUrNfRnNUTSMYdF2YnEmQUuSeE1Qy6Jn2nSPLgFTcWlfhNrElk3Pk--': Permission denied
208927300 /home
104467000 /home/.ecryptfs
104466996 /home/.ecryptfs/kylrth
104466976 /home/.ecryptfs/kylrth/.Private
104460296 /home/kylrth
45822400 /home/kylrth/programming
45822400 /home/.ecryptfs/kylrth/.Private/ECRYPTFS_FNEK_ENCRYPTED.FWZZRYUrNfRnNUTSMYdF2YnEmQUuSeE1Qy6JmGvjsCCj5Bma9vNbFUrDzk--
43557124 /home/kylrth/programming/data_project
43557124 /home/.ecryptfs/kylrth/.Private/ECRYPTFS_FNEK_ENCRYPTED.FWZZRYUrNfRnNUTSMYdF2YnEmQUuSeE1Qy6JmGvjsCCj5Bma9vNbFUrDzk--/ECRYPTFS_FNEK_ENCRYPTED.FWZZRYUrNfRnNUTSMYdF2YnEmQUuSeE1Qy6JJKIgGp1tJBy. Pofhu9e6uE--
43556676 /home/kylrth/programming/data_project/data
What is ecryptfs
and why do its files take up so much space? Can I remove them?
ecryptfs
New contributor
Kyle Roth is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I'm trying to clean up my home directory to make space, and I ran du
on ./home
with the following results:
kylrth@kylrth: ~$ du -a /home | sort -n -r | head -n 10
du: cannot read directory '/home/kylrth/.cache/dconf': Permission denied
du: cannot read directory '/home/.ecryptfs/kylrth/.Private/ECRYPTFS_FNEK_ENCRYPTED.FWZZRYUrNfRnNUTSMYdF2YnEmQUuSeE1Qy6JiqKkUaMvOKANZXamTsFCyk--/ECRYPTFS_FNEK_ENCRYPTED.FWZZRYUrNfRnNUTSMYdF2YnEmQUuSeE1Qy6Jn2nSPLgFTcWlfhNrElk3Pk--': Permission denied
208927300 /home
104467000 /home/.ecryptfs
104466996 /home/.ecryptfs/kylrth
104466976 /home/.ecryptfs/kylrth/.Private
104460296 /home/kylrth
45822400 /home/kylrth/programming
45822400 /home/.ecryptfs/kylrth/.Private/ECRYPTFS_FNEK_ENCRYPTED.FWZZRYUrNfRnNUTSMYdF2YnEmQUuSeE1Qy6JmGvjsCCj5Bma9vNbFUrDzk--
43557124 /home/kylrth/programming/data_project
43557124 /home/.ecryptfs/kylrth/.Private/ECRYPTFS_FNEK_ENCRYPTED.FWZZRYUrNfRnNUTSMYdF2YnEmQUuSeE1Qy6JmGvjsCCj5Bma9vNbFUrDzk--/ECRYPTFS_FNEK_ENCRYPTED.FWZZRYUrNfRnNUTSMYdF2YnEmQUuSeE1Qy6JJKIgGp1tJBy. Pofhu9e6uE--
43556676 /home/kylrth/programming/data_project/data
What is ecryptfs
and why do its files take up so much space? Can I remove them?
ecryptfs
ecryptfs
New contributor
Kyle Roth is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Kyle Roth is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Kyle Roth is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 13 hours ago


Kyle Roth
33
33
New contributor
Kyle Roth is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Kyle Roth is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Kyle Roth is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
3
These may be links to encrypted folders showing the size of the linked folders that are encrypted.
– Hobbyist
12 hours ago
add a comment |
3
These may be links to encrypted folders showing the size of the linked folders that are encrypted.
– Hobbyist
12 hours ago
3
3
These may be links to encrypted folders showing the size of the linked folders that are encrypted.
– Hobbyist
12 hours ago
These may be links to encrypted folders showing the size of the linked folders that are encrypted.
– Hobbyist
12 hours ago
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Kyle Roth is a new contributor. Be nice, and check out our Code of Conduct.
draft saved
draft discarded
Kyle Roth is a new contributor. Be nice, and check out our Code of Conduct.
Kyle Roth is a new contributor. Be nice, and check out our Code of Conduct.
Kyle Roth is a new contributor. Be nice, and check out our Code of Conduct.
draft saved
draft discarded
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1092277%2fwhat-is-home-ecryptfs-and-why-does-it-take-up-so-much-space%23new-answer', 'question_page');
}
);
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
9wuY2TRXuo3 q3kK6J X5S 0Kd 5 qutgFzmXie0,oUCwYBeqiYKGO1EUzzO,Zl4l
3
These may be links to encrypted folders showing the size of the linked folders that are encrypted.
– Hobbyist
12 hours ago