Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#76 Le 04/11/2022, à 20:05

rv93

Re : initramfs impossible de redémarrer mon portable

ubuntu@ubuntu:/mnt/home$ ls -rls   "/media/ubuntu/Seagate Basic"
total 18769
 1148 -rwxrwxrwx 1 ubuntu ubuntu  1172289 juil. 25  2018  Warranty.pdf
    4 drwxrwxrwx 1 ubuntu ubuntu     4096 janv. 26  2017  techno
    4 drwxrwxrwx 1 ubuntu ubuntu     4096 sept. 17 16:00 'System Volume Information'
17612 -rwxrwxrwx 2 ubuntu ubuntu 18033016 févr.  8  2018  Start_Here_Win.exe
    0 drwxrwxrwx 1 ubuntu ubuntu        0 déc.   8  2021  Seagate
    1 -rwxrwxrwx 1 ubuntu ubuntu       35 sept. 30  2019  Autorun.inf
ubuntu@ubuntu:/mnt/home$ 

Hors ligne

#77 Le 04/11/2022, à 20:08

rv93

Re : initramfs impossible de redémarrer mon portable

Tu m'as dit que c'était SDC1
est-ce que cela veut dire que je dois faire

sudo umount -v  /dev/sdc1

à la place de

sudo umount -v  /dev/sdd1

?

Hors ligne

#78 Le 04/11/2022, à 23:29

geole

Re : initramfs impossible de redémarrer mon portable

J'ai l'impression que les fichiers du home  n'ont pas été dupliqués dans ce disque.
Je vais tenter de comprendre.
Il faudrait que tu reouvres le disque interne avec ses commandes de montage
Que tu branches le disque externe.
Que tu redonnes le retour de la commande lsblb
et de la commande sync que tu te proposes de lancer afin de voir si cela convient.


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#79 Le 04/11/2022, à 23:35

rv93

Re : initramfs impossible de redémarrer mon portable

alors là, désolé mais tu m'as perdu...
peux tu me détailler ce que tu viens de dire car je ne sais pas du tout faire ça...

Hors ligne

#80 Le 04/11/2022, à 23:40

geole

Re : initramfs impossible de redémarrer mon portable

J'ai l'impression qu'il n'y a pas d'errreur dans le message 67 donc tout devrait être bon.
Donc tu reconmences à zéro en rebootant..
Tes premières commandes seront.

sudo cryptsetup luksOpen /dev/sda5 dsk
sudo mount -v /dev/mapper/ubuntu--vg-root    /mnt
cd /mnt/home

Tu brancheras le disque externe de réception.
Tu donneras ces retours

ls -ls
Ph=$LINES;Pw=$COLUMNS;printf "\033[8;${Ph};300t\n";sleep .1 && lsblk -fe7 -o+size;printf "\033[8;${Ph};${Pw}t\n"

puis je te redonnerais la commande de copie.

Dernière modification par geole (Le 04/11/2022, à 23:47)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#81 Le 04/11/2022, à 23:50

rv93

Re : initramfs impossible de redémarrer mon portable

ubuntu@ubuntu:/mnt/home$ sudo cryptsetup luksOpen /dev/sda5 dsk
Saisissez la phrase secrète pour /dev/sda5 : 
Le périphérique dsk existe déjà.
ubuntu@ubuntu:/mnt/home$ sudo mount -v /dev/mapper/ubuntu--vg-root    /mnt
mount: /mnt : /dev/mapper/ubuntu--vg-root déjà monté sur /mnt.
ubuntu@ubuntu:/mnt/home$ cd /mnt/home
ubuntu@ubuntu:/mnt/home$ ls -ls
total 4
4 dr-x------ 3 1000 1000 4096 janv. 26  2017 techno
ubuntu@ubuntu:/mnt/home$ 

Hors ligne

#82 Le 04/11/2022, à 23:52

rv93

Re : initramfs impossible de redémarrer mon portable

ubuntu@ubuntu:/mnt/home$ Ph=$LINES;Pw=$COLUMNS;printf "\033[8;${Ph};300t\n";sleep .1 && lsblk -fe7 -o+size;printf "\033[8;${Ph};${Pw}t\n"

NAME                    FSTYPE      LABEL         UUID                                   MOUNTPOINT                    SIZE
sda                                                                                                                  298,1G
├─sda1                  ext2                      2aae4add-4717-4bd6-b1bc-5af726c6893b                                 487M
├─sda2                                                                                                                   1K
└─sda5                  crypto_LUKS               b1c10bf2-005a-4dd7-8132-00bbbb6f5f9f                               297,6G
  └─dsk                 LVM2_member               vFHEE1-EWCI-0i2D-gBlq-x2k2-4ebd-u9gdDc                             297,6G
    ├─ubuntu--vg-root   ext4                      d68ddf40-ee5c-4fe0-8d77-e3b4a825beb0   /mnt                        293,7G
    └─ubuntu--vg-swap_1 swap                      be27a045-f03f-4fb2-bf66-529e2ba56bd5                                   4G
sdb                                                                                                                     29G
└─sdb1                  vfat        UBUNTU 18_0   3415-8272                              /cdrom                         29G
sdc                                                                                                                  931,5G
└─sdc1                  ntfs        Seagate Basic 2CC0C9CFC0C9A006                       /media/ubuntu/Seagate Basic 931,5G
sr0                                                                                                                   1024M

ubuntu@ubuntu:/mnt/home$

Hors ligne

#83 Le 05/11/2022, à 00:04

geole

Re : initramfs impossible de redémarrer mon portable

Excuses-moi, je n'avais pas réalisé que ton nom d'utilisateur est techno.
Donc tu devrais retrouver tes répertoires en faisant cette commande.

ls -ls   "/media/ubuntu/Seagate Basic/techno"

Et voir tous les fichiers, si ma commande est bonne

ls -rls   "/media/ubuntu/Seagate Basic/techno"

Si tout est OK, ne poste rien. Dis seulement que la sauvegarde est faite.
Cela te permettra de passer à la réparation avec sénérité.

Dernière modification par geole (Le 05/11/2022, à 00:08)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#84 Le 05/11/2022, à 00:07

rv93

Re : initramfs impossible de redémarrer mon portable

ubuntu@ubuntu:/mnt/home$ ls -ls   "/media/ubuntu/Seagate Basic/techno"
total 1
1 lrwxrwxrwx 1 ubuntu ubuntu 56 janv. 26  2017 Access-Your-Private-Data.desktop -> /usr/share/ecryptfs-utils/ecryptfs-mount-private.desktop
1 lrwxrwxrwx 1 ubuntu ubuntu 52 janv. 26  2017 README.txt -> /usr/share/ecryptfs-utils/ecryptfs-mount-private.txt
ubuntu@ubuntu:/mnt/home$ 

Hors ligne

#85 Le 05/11/2022, à 00:09

rv93

Re : initramfs impossible de redémarrer mon portable

ubuntu@ubuntu:/mnt/home$ ls -rls   "/media/ubuntu/Seagate Basic/techno"
total 1
1 lrwxrwxrwx 1 ubuntu ubuntu 52 janv. 26  2017 README.txt -> /usr/share/ecryptfs-utils/ecryptfs-mount-private.txt
1 lrwxrwxrwx 1 ubuntu ubuntu 56 janv. 26  2017 Access-Your-Private-Data.desktop -> /usr/share/ecryptfs-utils/ecryptfs-mount-private.desktop
ubuntu@ubuntu:/mnt/home$ 

Hors ligne

#86 Le 05/11/2022, à 00:11

geole

Re : initramfs impossible de redémarrer mon portable

peux-tu donner.

ls -als techno

Dernière modification par geole (Le 05/11/2022, à 00:16)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#87 Le 05/11/2022, à 00:12

rv93

Re : initramfs impossible de redémarrer mon portable

quand je vais sur le disque dur externe, il n'y a rien de plus que ces 2 fichiers
Access-Your-Private-Data.desktop
README.txt

Hors ligne

#88 Le 05/11/2022, à 00:13

rv93

Re : initramfs impossible de redémarrer mon portable

ubuntu@ubuntu:/mnt/home$ ls -ls techno
ls: impossible d'ouvrir le répertoire 'techno': Permission non accordée
ubuntu@ubuntu:/mnt/home$ 

Hors ligne

#89 Le 05/11/2022, à 00:16

geole

Re : initramfs impossible de redémarrer mon portable

Peut-être des fichiers cachés.

ls -als   "/media/ubuntu/Seagate Basic/techno"
ls -als techno

Dernière modification par geole (Le 05/11/2022, à 00:18)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#90 Le 05/11/2022, à 00:18

rv93

Re : initramfs impossible de redémarrer mon portable

ubuntu@ubuntu:/mnt/home$ ls -als   "/media/ubuntu/Seagate Basic/techno"
total 10
4 drwxrwxrwx 1 ubuntu ubuntu 4096 janv. 26  2017 .
4 drwxrwxrwx 1 ubuntu ubuntu 4096 janv. 26  2017 ..
1 lrwxrwxrwx 1 ubuntu ubuntu   56 janv. 26  2017 Access-Your-Private-Data.desktop -> /usr/share/ecryptfs-utils/ecryptfs-mount-private.desktop
0 drwxrwxrwx 1 ubuntu ubuntu  280 sept. 27 20:36 .cache
1 lrwxrwxrwx 1 ubuntu ubuntu   32 janv. 26  2017 .ecryptfs -> /home/.ecryptfs/techno/.ecryptfs
1 lrwxrwxrwx 1 ubuntu ubuntu   31 janv. 26  2017 .Private -> /home/.ecryptfs/techno/.Private
1 lrwxrwxrwx 1 ubuntu ubuntu   52 janv. 26  2017 README.txt -> /usr/share/ecryptfs-utils/ecryptfs-mount-private.txt
ubuntu@ubuntu:/mnt/home$

Hors ligne

#91 Le 05/11/2022, à 00:19

geole

Re : initramfs impossible de redémarrer mon portable

sudo ls -als techno

Dernière modification par geole (Le 05/11/2022, à 00:20)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#92 Le 05/11/2022, à 00:20

rv93

Re : initramfs impossible de redémarrer mon portable

ubuntu@ubuntu:/mnt/home$ ls -als techno
ls: impossible d'ouvrir le répertoire 'techno': Permission non accordée
ubuntu@ubuntu:/mnt/home$ 

Hors ligne

#93 Le 05/11/2022, à 00:21

geole

Re : initramfs impossible de redémarrer mon portable

sudo ls -als techno

Dernière modification par geole (Le 05/11/2022, à 00:22)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#94 Le 05/11/2022, à 00:24

geole

Re : initramfs impossible de redémarrer mon portable

je pense que je les ai trouvés.

ls -Rals   "/media/ubuntu/Seagate Basic/techno"/.cache
sudo ls -als techno/.cache

Dernière modification par geole (Le 05/11/2022, à 00:28)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#95 Le 05/11/2022, à 00:24

rv93

Re : initramfs impossible de redémarrer mon portable

ubuntu@ubuntu:/mnt/home$ sudo ls -als techno
total 12
4 dr-x------ 3 1000 1000 4096 janv. 26  2017 .
4 drwxr-xr-x 4 root root 4096 janv. 26  2017 ..
0 lrwxrwxrwx 1 1000 1000   56 janv. 26  2017 Access-Your-Private-Data.desktop -> /usr/share/ecryptfs-utils/ecryptfs-mount-private.desktop
4 drwx------ 3 1000 1000 4096 sept. 27 20:36 .cache
0 lrwxrwxrwx 1 1000 1000   32 janv. 26  2017 .ecryptfs -> /home/.ecryptfs/techno/.ecryptfs
0 lrwxrwxrwx 1 1000 1000   31 janv. 26  2017 .Private -> /home/.ecryptfs/techno/.Private
0 lrwxrwxrwx 1 1000 1000   52 janv. 26  2017 README.txt -> /usr/share/ecryptfs-utils/ecryptfs-mount-private.txt
ubuntu@ubuntu:/mnt/home$ 

Hors ligne

#96 Le 05/11/2022, à 00:28

geole

Re : initramfs impossible de redémarrer mon portable

Je pense que je les ai trouvés.

ls -Rals   "/media/ubuntu/Seagate Basic/techno"/.cache
sudo ls -als techno/.cache
sudo ls -ls /mnt/home/.ecryptfs/techno/.Private

Dernière modification par geole (Le 05/11/2022, à 00:40)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#97 Le 05/11/2022, à 00:30

rv93

Re : initramfs impossible de redémarrer mon portable

ubuntu@ubuntu:/mnt/home$ ls -Rals   "/media/ubuntu/Seagate Basic/techno"/.cache
'/media/ubuntu/Seagate Basic/techno/.cache':
total 4
0 drwxrwxrwx 1 ubuntu ubuntu  280 sept. 27 20:36 .
4 drwxrwxrwx 1 ubuntu ubuntu 4096 janv. 26  2017 ..
0 -rwxrwxrwx 1 ubuntu ubuntu    0 sept. 27 20:36 motd.legal-displayed
0 drwxrwxrwx 1 ubuntu ubuntu  224 janv. 26  2017 wallpaper

'/media/ubuntu/Seagate Basic/techno/.cache/wallpaper':
total 532
  0 drwxrwxrwx 1 ubuntu ubuntu    224 janv. 26  2017 .
  0 drwxrwxrwx 1 ubuntu ubuntu    280 sept. 27 20:36 ..
532 -rwxrwxrwx 1 ubuntu ubuntu 540750 janv. 26  2017 0_5_1600_900_792beab7550410d531e55f95b449f135
ubuntu@ubuntu:/mnt/home$ sudo ls -als techno/.cache
total 12
4 drwx------ 3 1000 1000 4096 sept. 27 20:36 .
4 dr-x------ 3 1000 1000 4096 janv. 26  2017 ..
0 -rw-r--r-- 1 1000 1000    0 sept. 27 20:36 motd.legal-displayed
4 drwx------ 2 1000 1000 4096 janv. 26  2017 wallpaper
ubuntu@ubuntu:/mnt/home$ 

Hors ligne

#98 Le 05/11/2022, à 00:34

rv93

Re : initramfs impossible de redémarrer mon portable

ubuntu@ubuntu:/mnt/home$ ls -ls /mnt/home/.ecryptfs/techno/.Private
ls: impossible d'ouvrir le répertoire '/mnt/home/.ecryptfs/techno/.Private': Permission non accordée
ubuntu@ubuntu:/mnt/home$ 

Hors ligne

#99 Le 05/11/2022, à 00:38

geole

Re : initramfs impossible de redémarrer mon portable

C'est suffisamment caché pour ne pas être évident à trouver.
On va se contenter de vérifier que les tailles correspondent.

sudo du -xm /mnt/home 2>/dev/null | sort -nr  | head -20
sudo du -xm /media/ubuntu/Seagate Basic/techno 2>/dev/null | sort -nr  | head -20

Lorsque j'oublie le mot sudo, pense à l'ajouter. Cela évite "permission denied".

Dernière modification par geole (Le 05/11/2022, à 00:43)


Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit,  utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir  https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248

Hors ligne

#100 Le 05/11/2022, à 00:42

rv93

Re : initramfs impossible de redémarrer mon portable

ubuntu@ubuntu:/mnt/home$ sudo du -xm /mnt/home 2>/dev/null | sort -nr  | head -20
143678	/mnt/home
143677	/mnt/home/.ecryptfs/techno/.Private
143677	/mnt/home/.ecryptfs/techno
143677	/mnt/home/.ecryptfs
49904	/mnt/home/.ecryptfs/techno/.Private/ECRYPTFS_FNEK_ENCRYPTED.FWaZ8r3c577bykRsrpqxbZdFy4kYBaDyu8gdAhV9g.j9CGTv.LjEvfJx5---
46180	/mnt/home/.ecryptfs/techno/.Private/ECRYPTFS_FNEK_ENCRYPTED.FWaZ8r3c577bykRsrpqxbZdFy4kYBaDyu8gdHSup03vMuZUDjDFk9jSqKE--
25796	/mnt/home/.ecryptfs/techno/.Private/ECRYPTFS_FNEK_ENCRYPTED.FWaZ8r3c577bykRsrpqxbZdFy4kYBaDyu8gdSXbgiAhHmmALwMux6pmqOk--
25012	/mnt/home/.ecryptfs/techno/.Private/ECRYPTFS_FNEK_ENCRYPTED.FWaZ8r3c577bykRsrpqxbZdFy4kYBaDyu8gdSXbgiAhHmmALwMux6pmqOk--/ECRYPTFS_FNEK_ENCRYPTED.FWaZ8r3c577bykRsrpqxbZdFy4kYBaDyu8gdcQiNbEs2yglpOc6JOPY8CE--
17724	/mnt/home/.ecryptfs/techno/.Private/ECRYPTFS_FNEK_ENCRYPTED.FWaZ8r3c577bykRsrpqxbZdFy4kYBaDyu8gdHSup03vMuZUDjDFk9jSqKE--/ECRYPTFS_FNEK_ENCRYPTED.FWaZ8r3c577bykRsrpqxbZdFy4kYBaDyu8gdEnpgKrVlHn0I78F70BqpCU--
13696	/mnt/home/.ecryptfs/techno/.Private/ECRYPTFS_FNEK_ENCRYPTED.FWaZ8r3c577bykRsrpqxbZdFy4kYBaDyu8gdHSup03vMuZUDjDFk9jSqKE--/ECRYPTFS_FNEK_ENCRYPTED.FWaZ8r3c577bykRsrpqxbZdFy4kYBaDyu8gdOatrqpOIJVVzAYWZhYtp0k--
11094	/mnt/home/.ecryptfs/techno/.Private/ECRYPTFS_FNEK_ENCRYPTED.FWaZ8r3c577bykRsrpqxbZdFy4kYBaDyu8gdSXbgiAhHmmALwMux6pmqOk--/ECRYPTFS_FNEK_ENCRYPTED.FWaZ8r3c577bykRsrpqxbZdFy4kYBaDyu8gdcQiNbEs2yglpOc6JOPY8CE--/ECRYPTFS_FNEK_ENCRYPTED.FXaZ8r3c577bykRsrpqxbZdFy4kYBaDyu8gdRrVZBWEjxyIMsSXSvcdXPXGQtr6Zexl9lfGK-95tMwE-
10672	/mnt/home/.ecryptfs/techno/.Private/ECRYPTFS_FNEK_ENCRYPTED.FWaZ8r3c577bykRsrpqxbZdFy4kYBaDyu8gdSXbgiAhHmmALwMux6pmqOk--/ECRYPTFS_FNEK_ENCRYPTED.FWaZ8r3c577bykRsrpqxbZdFy4kYBaDyu8gdcQiNbEs2yglpOc6JOPY8CE--/ECRYPTFS_FNEK_ENCRYPTED.FXaZ8r3c577bykRsrpqxbZdFy4kYBaDyu8gdRrVZBWEjxyIMsSXSvcdXPXGQtr6Zexl9lfGK-95tMwE-/ECRYPTFS_FNEK_ENCRYPTED.FWaZ8r3c577bykRsrpqxbZdFy4kYBaDyu8gdGiLo3MCDrUXbKlMlR4PsgU--
8322	/mnt/home/.ecryptfs/techno/.Private/ECRYPTFS_FNEK_ENCRYPTED.FWaZ8r3c577bykRsrpqxbZdFy4kYBaDyu8gdHSup03vMuZUDjDFk9jSqKE--/ECRYPTFS_FNEK_ENCRYPTED.FWaZ8r3c577bykRsrpqxbZdFy4kYBaDyu8gd.DU4WjlkIX6gv8jR5hmK4U--
7034	/mnt/home/.ecryptfs/techno/.Private/ECRYPTFS_FNEK_ENCRYPTED.FWaZ8r3c577bykRsrpqxbZdFy4kYBaDyu8gdHSup03vMuZUDjDFk9jSqKE--/ECRYPTFS_FNEK_ENCRYPTED.FWaZ8r3c577bykRsrpqxbZdFy4kYBaDyu8gd.DU4WjlkIX6gv8jR5hmK4U--/ECRYPTFS_FNEK_ENCRYPTED.FYaZ8r3c577bykRsrpqxbZdFy4kYBaDyu8gdSVD36O5b.podpEyUU7SFo7TRKX0F-O65qliGgl1CnimEHr43t6MKqkcCIrq1LD2G/ECRYPTFS_FNEK_ENCRYPTED.FWaZ8r3c577bykRsrpqxbZdFy4kYBaDyu8gd8VB1MUbO4NEVj42A6zVbZ---
7034	/mnt/home/.ecryptfs/techno/.Private/ECRYPTFS_FNEK_ENCRYPTED.FWaZ8r3c577bykRsrpqxbZdFy4kYBaDyu8gdHSup03vMuZUDjDFk9jSqKE--/ECRYPTFS_FNEK_ENCRYPTED.FWaZ8r3c577bykRsrpqxbZdFy4kYBaDyu8gd.DU4WjlkIX6gv8jR5hmK4U--/ECRYPTFS_FNEK_ENCRYPTED.FYaZ8r3c577bykRsrpqxbZdFy4kYBaDyu8gdSVD36O5b.podpEyUU7SFo7TRKX0F-O65qliGgl1CnimEHr43t6MKqkcCIrq1LD2G
6531	/mnt/home/.ecryptfs/techno/.Private/ECRYPTFS_FNEK_ENCRYPTED.FWaZ8r3c577bykRsrpqxbZdFy4kYBaDyu8gdVZ-EPennvY94.HvtrpVmc---
6247	/mnt/home/.ecryptfs/techno/.Private/ECRYPTFS_FNEK_ENCRYPTED.FWaZ8r3c577bykRsrpqxbZdFy4kYBaDyu8gdHSup03vMuZUDjDFk9jSqKE--/ECRYPTFS_FNEK_ENCRYPTED.FWaZ8r3c577bykRsrpqxbZdFy4kYBaDyu8gdEnpgKrVlHn0I78F70BqpCU--/ECRYPTFS_FNEK_ENCRYPTED.FWaZ8r3c577bykRsrpqxbZdFy4kYBaDyu8gdwEoNPAj3PL.P1gEGEKKMYU--
6206	/mnt/home/.ecryptfs/techno/.Private/ECRYPTFS_FNEK_ENCRYPTED.FXaZ8r3c577bykRsrpqxbZdFy4kYBaDyu8gdVxnnN3qLmwh1FSyn6SdHeKr1o985QFY77jQHwxtS4Sk-
4791	/mnt/home/.ecryptfs/techno/.Private/ECRYPTFS_FNEK_ENCRYPTED.FWaZ8r3c577bykRsrpqxbZdFy4kYBaDyu8gdVZ-EPennvY94.HvtrpVmc---/ECRYPTFS_FNEK_ENCRYPTED.FWaZ8r3c577bykRsrpqxbZdFy4kYBaDyu8gdtuK5zluWnWszYcLFM.baZU--
4784	/mnt/home/.ecryptfs/techno/.Private/ECRYPTFS_FNEK_ENCRYPTED.FWaZ8r3c577bykRsrpqxbZdFy4kYBaDyu8gdVZ-EPennvY94.HvtrpVmc---/ECRYPTFS_FNEK_ENCRYPTED.FWaZ8r3c577bykRsrpqxbZdFy4kYBaDyu8gdtuK5zluWnWszYcLFM.baZU--/ECRYPTFS_FNEK_ENCRYPTED.FWaZ8r3c577bykRsrpqxbZdFy4kYBaDyu8gd..0qHPjBnpm60e5wO-l4eE--
ubuntu@ubuntu:/mnt/home$ 

Hors ligne