Provaire,
J'ai éxécuté le 2 commandes ci-dessous :
root@christian-K61IC:/# umount /run/user/1000/gvfs
root@christian-K61IC:/#
root@christian-K61IC:/# sudo ecryptfs-recover-private
INFO: Searching for encrypted private directories (this might take a while)...
INFO: Found [/home/christian/.Private].
Try to recover this directory? [Y/n]: Y
INFO: Found your wrapped-passphrase
Do you know your LOGIN passphrase? [Y/n] Y
INFO: Enter your LOGIN passphrase...
Passphrase:
Inserted auth tok with sig [73598608aa1d04c7] into the user session keyring
mount: /tmp/ecryptfs.Mwkhdxiz : échec de l’appel système mount(2) : Aucun fichier ou dossier de ce type.
ERROR: Failed to mount private data at [/tmp/ecryptfs.Mwkhdxiz].
root@christian-K61IC:/# sudo ecryptfs-recover-private
INFO: Searching for encrypted private directories (this might take a while)...
INFO: Found [/home/christian/.Private].
Try to recover this directory? [Y/n]: Y
INFO: Found your wrapped-passphrase
Do you know your LOGIN passphrase? [Y/n] n
INFO: To recover this directory, you MUST have your original MOUNT passphrase.
INFO: When you first setup your encrypted private directory, you were told to record
INFO: your MOUNT passphrase.
INFO: It should be 32 characters long, consisting of [0-9] and [a-f].
Enter your MOUNT passphrase:
mount: /tmp/ecryptfs.CVsGun7J : échec de l’appel système mount(2) : Aucun fichier ou dossier de ce type.
ERROR: Failed to mount private data at [/tmp/ecryptfs.CVsGun7J].
root@christian-K61IC:/#
J'ai été voir ce qu'il y avait sous le répertoire Private :
root@christian-K61IC:/home/christian/Private# ls -l
total 0
lrwxrwxrwx 1 root root 56 nov. 13 19:50 Access-Your-Private-Data.desktop -> /usr/share/ecryptfs-utils/ecryptfs-mount-private.desktop
lrwxrwxrwx 1 root root 52 nov. 13 19:50 README.txt -> /usr/share/ecryptfs-utils/ecryptfs-mount-private.txt
root@christian-K61IC:/home/christian/Private#
le fichier README.txt affiche :
root@christian-K61IC:/usr/share/ecryptfs-utils# cat ecryptfs-mount-private.txt
THIS DIRECTORY HAS BEEN UNMOUNTED TO PROTECT YOUR DATA.
From the graphical desktop, click on:
"Access Your Private Data"
or
From the command line, run:
ecryptfs-mount-private
root@christian-K61IC:/usr/share/ecryptfs-utils#
J'ai listé le répertoire ecryptfs-utils :
root@christian-K61IC:/usr/share/ecryptfs-utils# ls -la
total 32
drwxr-xr-x 2 root root 4096 nov. 27 10:08 .
drwxr-xr-x 279 root root 12288 nov. 25 19:17 ..
-rwxr-xr-x 1 root root 220 sept. 25 2017 ecryptfs-mount-private.desktop
-rw-r--r-- 1 root root 180 sept. 25 2017 ecryptfs-mount-private.txt
-rwxr-xr-x 1 root root 1023 sept. 25 2017 ecryptfs-record-passphrase
-rwxr-xr-x 1 root root 250 sept. 25 2017 ecryptfs-setup-private.desktop
root@christian-K61IC:/usr/share/ecryptfs-utils#
Et maintenant que faire ?