#101 Le 29/11/2018, à 18:12
- Kamel755
Re : [Résolu] eCryptfs imposible d'acceder à /home
Voi ce qu'il contient :
root@kamel-Latitude-E5450:~# sudo du -shx /home/rahmoun
8,0K /home/rahmoun
root@kamel-Latitude-E5450:~# ls -Al /home/rahmoun
total 4
drwxr-xr-x 2 root root 4096 nov. 29 11:41 Private
root@kamel-Latitude-E5450:~#
Hors ligne
#102 Le 29/11/2018, à 18:24
- maxire
Re : [Résolu] eCryptfs imposible d'acceder à /home
/home/rahmoun est un reliquat de tes tentatives de récupération de ce matin et ne contient rien.
Par acquis de conscience :
ls -lAR /home/rahmoun
Maxire
Archlinux/Mate + Ubuntu 22.04 + Archlinux/Gnome sur poste de travail
Hors ligne
#103 Le 29/11/2018, à 18:26
- Kamel755
Re : [Résolu] eCryptfs imposible d'acceder à /home
root@kamel-Latitude-E5450:~# ls -lAR /home/rahmoun
/home/rahmoun:
total 4
drwxr-xr-x 2 root root 4096 nov. 29 11:41 Private
/home/rahmoun/Private:
total 0
root@kamel-Latitude-E5450:~#
Voila ce que ca donne
en effet il y a même l'heure exact
Dernière modification par Kamel755 (Le 29/11/2018, à 18:30)
Hors ligne
#104 Le 29/11/2018, à 18:38
- maxire
Re : [Résolu] eCryptfs imposible d'acceder à /home
On supprime :
sudo rm -Rv /home/rahmoun
Continuation de l'opération de transfert :
sudo mv -v /mnt/home/rahmoun /mnt
sudo mv -v /mnt/home/karim /mnt
sudo mv -v /mnt/.ecryptfs /mnt
Contrôle ;
ls -Al /mnt
Maxire
Archlinux/Mate + Ubuntu 22.04 + Archlinux/Gnome sur poste de travail
Hors ligne
#105 Le 29/11/2018, à 18:41
- Kamel755
Re : [Résolu] eCryptfs imposible d'acceder à /home
Alors voila,
root@kamel-Latitude-E5450:~# sudo rm -Rv /home/rahmoun
répertoire '/home/rahmoun/Private' supprimé
répertoire '/home/rahmoun' supprimé
root@kamel-Latitude-E5450:~# sudo mv -v /mnt/home/rahmoun /mnt
renamed '/mnt/home/rahmoun' -> '/mnt/rahmoun'
root@kamel-Latitude-E5450:~# sudo mv -v /mnt/home/karim /mnt
renamed '/mnt/home/karim' -> '/mnt/karim'
root@kamel-Latitude-E5450:~# sudo mv -v /mnt/.ecryptfs /mnt
mv: impossible d'évaluer '/mnt/.ecryptfs': Aucun fichier ou dossier de ce type
root@kamel-Latitude-E5450:~# ls -Al /mnt
total 28
drwxrwxrwx 3 root root 4096 nov. 29 18:40 home
drwxrwxrwx 24 1001 1001 4096 oct. 31 14:21 karim
drwxrwxrwx 2 root root 16384 janv. 19 2017 lost+found
drwxrwxrwx 3 kamel kamel 4096 nov. 29 00:41 rahmoun
root@kamel-Latitude-E5450:~#
Maintenant quand je clique sur mon volume de 239 giga j'ai : 3 dossier : Home rahmoun et karim
Dernière modification par Kamel755 (Le 29/11/2018, à 18:42)
Hors ligne
#106 Le 29/11/2018, à 18:43
- maxire
Re : [Résolu] eCryptfs imposible d'acceder à /home
Oups :
sudo mv -v /mnt/home/.ecryptfs /mnt
Dernière modification par maxire (Le 29/11/2018, à 18:44)
Maxire
Archlinux/Mate + Ubuntu 22.04 + Archlinux/Gnome sur poste de travail
Hors ligne
#107 Le 29/11/2018, à 18:45
- Kamel755
Re : [Résolu] eCryptfs imposible d'acceder à /home
voila :
root@kamel-Latitude-E5450:~# sudo mv -v /mnt/home/.ecryptfs /mnt
renamed '/mnt/home/.ecryptfs' -> '/mnt/.ecryptfs'
root@kamel-Latitude-E5450:~#
root@kamel-Latitude-E5450:~# ls -Al /mnt
total 32
drwxrwxrwx 3 root root 4096 janv. 19 2017 .ecryptfs
drwxrwxrwx 2 root root 4096 nov. 29 18:44 home
drwxrwxrwx 24 1001 1001 4096 oct. 31 14:21 karim
drwxrwxrwx 2 root root 16384 janv. 19 2017 lost+found
drwxrwxrwx 3 kamel kamel 4096 nov. 29 00:41 rahmoun
root@kamel-Latitude-E5450:~#
Hors ligne
#108 Le 29/11/2018, à 18:49
- maxire
Re : [Résolu] eCryptfs imposible d'acceder à /home
Maintenant suppression de /mnt/home et tu auras une partition utilisateurs propre :
sudo rm -Rv /mnt/home
Maxire
Archlinux/Mate + Ubuntu 22.04 + Archlinux/Gnome sur poste de travail
Hors ligne
#109 Le 29/11/2018, à 18:50
- Kamel755
Re : [Résolu] eCryptfs imposible d'acceder à /home
voila :
root@kamel-Latitude-E5450:~# sudo rm -Rv /mnt/home
répertoire '/mnt/home' supprimé
root@kamel-Latitude-E5450:~#
Hors ligne
#110 Le 29/11/2018, à 18:51
- Kamel755
Re : [Résolu] eCryptfs imposible d'acceder à /home
La il y a que mon dossier rahmoun et Karim ! trés propre !
Hors ligne
#111 Le 29/11/2018, à 18:54
- maxire
Re : [Résolu] eCryptfs imposible d'acceder à /home
Cela a été long.
Sais-tu passer en console virtuelle ?
L'utilisateur root est-il activé ?
passwd -S root
Maxire
Archlinux/Mate + Ubuntu 22.04 + Archlinux/Gnome sur poste de travail
Hors ligne
#112 Le 29/11/2018, à 19:00
- Kamel755
Re : [Résolu] eCryptfs imposible d'acceder à /home
oui en effet super long !!!
non !! je ne sais pas utiliser la console virtuelle,
L'utilisateur root activé ? je ne sais pas comment savoir ? dans les ligne de code on a bien root@kamel-latitude-E5450 donc ca devrait etre le cas non ?
root@kamel-Latitude-E5450:~# passwd -S root
root L 11/29/2018 0 99999 7 -1
root@kamel-Latitude-E5450:~#
Dernière modification par Kamel755 (Le 29/11/2018, à 19:04)
Hors ligne
#113 Le 29/11/2018, à 19:10
- maxire
Re : [Résolu] eCryptfs imposible d'acceder à /home
non !! je ne sais pas utiliser la console virtuelle
Dommage !
Donc faisons autrement.
Modifions /etc/fstab en utilisant l'éditeur nano :
nano /etc/fstab
Tu ajoutes cette ligne dans /etc/fstab (à la fin) :
UUID=f9dd3754-10d9-45a5-91d1-a2c0062c73c0 /home defaults 0 2
et tu me donnes le résultat après sauvegarde :
cat /etc/fstab
Dernière modification par maxire (Le 29/11/2018, à 19:14)
Maxire
Archlinux/Mate + Ubuntu 22.04 + Archlinux/Gnome sur poste de travail
Hors ligne
#114 Le 29/11/2018, à 19:14
- Kamel755
Re : [Résolu] eCryptfs imposible d'acceder à /home
Comment on enrengistre ?
GNU nano 2.9.3 /etc/fstab Modifié
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda5 during installation
UUID=67bd8b76-e404-47b8-a4bc-d4069e3e6c3f / ext4 errors=remoun$
/swapfile none swap sw $
UUID=f9dd3754-10d9-45a5-91d1-a2c0062c73c0 /home defaults 0 2
^G Aide ^O Écrire ^W Chercher ^K Couper ^J Justifier ^C Pos. cur.
^X Quitter ^R Lire fich.^\ Remplacer ^U Coller ^T Orthograp.^_ Aller lig.
Dernière modification par Kamel755 (Le 29/11/2018, à 19:14)
Hors ligne
#115 Le 29/11/2018, à 19:15
- maxire
Re : [Résolu] eCryptfs imposible d'acceder à /home
ctrl+x et tu réponds oui à la question
Maxire
Archlinux/Mate + Ubuntu 22.04 + Archlinux/Gnome sur poste de travail
Hors ligne
#116 Le 29/11/2018, à 19:16
- maxire
Re : [Résolu] eCryptfs imposible d'acceder à /home
Ah malheur je me suis encore trompé !
La ligne à insérer est :
UUID=f9dd3754-10d9-45a5-91d1-a2c0062c73c0 /home ext4 defaults 0 2
Maxire
Archlinux/Mate + Ubuntu 22.04 + Archlinux/Gnome sur poste de travail
Hors ligne
#117 Le 29/11/2018, à 19:21
- Kamel755
Re : [Résolu] eCryptfs imposible d'acceder à /home
Voila ah non c'est rien !!
root@kamel-Latitude-E5450:~# cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda5 during installation
UUID=67bd8b76-e404-47b8-a4bc-d4069e3e6c3f / ext4 errors=remount-ro 0 1
/swapfile none swap sw 0 0
UUID=f9dd3754-10d9-45a5-91d1-a2c0062c73c0 /home ext4 defaults 0 2
root@kamel-Latitude-E5450:~#
Hors ligne
#118 Le 29/11/2018, à 19:29
- maxire
Re : [Résolu] eCryptfs imposible d'acceder à /home
C'est maintenant que je suis ennuyé que tu ne saches pas travailler en console virtuelle.
Désires-tu conserver l'utilisateur kamel ?
Maxire
Archlinux/Mate + Ubuntu 22.04 + Archlinux/Gnome sur poste de travail
Hors ligne
#119 Le 29/11/2018, à 19:31
- Kamel755
Re : [Résolu] eCryptfs imposible d'acceder à /home
Non,
je prefere faire comme cela vous arrange !
après si c'est pas compliqué je veux bien faire en console virtuelle
Dernière modification par Kamel755 (Le 29/11/2018, à 19:34)
Hors ligne
#120 Le 29/11/2018, à 19:34
- maxire
Re : [Résolu] eCryptfs imposible d'acceder à /home
As-tu un autre ordinateur/téléphone/tablette accédant à internet ?
Juste au cas où ton ordinateur ne redémarre pas correctement.
Dernière modification par maxire (Le 29/11/2018, à 19:46)
Maxire
Archlinux/Mate + Ubuntu 22.04 + Archlinux/Gnome sur poste de travail
Hors ligne
#121 Le 29/11/2018, à 19:36
- Kamel755
Re : [Résolu] eCryptfs imposible d'acceder à /home
Oui je suis à ma fac et jai une salle avec acces à une quizaine d'ordinateur sous ubuntu pour moi tout seul !!
Edit : pour un accès à internet et certain logiciel notamment de programmation.. c'est assez protegé autrement..
Dernière modification par Kamel755 (Le 29/11/2018, à 19:38)
Hors ligne
#122 Le 29/11/2018, à 19:44
- maxire
Re : [Résolu] eCryptfs imposible d'acceder à /home
Alors risquons :
1 - Activer root :
passwd root
Tu suis les instructions pour créer un mot de passe à root.
2 - Créer l'utilisateur karim (je sais que tu n'en as pas besoin mais je préfère le créer par commodité).
adduser -M karim
adduser karim sudo
puis contrôle de la création de karim :
id karim
passwd -S karim
3 - Créer l'utilisateur rahmoun
adduser -M rahmoun
adduser rahmoun sudo
puis contrôle de la création de rahmoun :
id rahmoun
passwd -S rahmoun
Dernière modification par maxire (Le 29/11/2018, à 19:49)
Maxire
Archlinux/Mate + Ubuntu 22.04 + Archlinux/Gnome sur poste de travail
Hors ligne
#123 Le 29/11/2018, à 19:50
- Kamel755
Re : [Résolu] eCryptfs imposible d'acceder à /home
root@kamel-Latitude-E5450:~# adduser -M karim Unknown option: m adduser [--home DIR] [--shell SHELL] [--no-create-home] [--uid ID] [--firstuid ID] [--lastuid ID] [--gecos GECOS] [--ingroup GROUP | --gid ID] [--disabled-password] [--disabled-login] [--add_extra_groups] [--encrypt-home] USER Add a normal user adduser --system [--home DIR] [--shell SHELL] [--no-create-home] [--uid ID] [--gecos GECOS] [--group | --ingroup GROUP | --gid ID] [--disabled-password] [--disabled-login] [--add_extra_groups] USER Add a system user adduser --group [--gid ID] GROUP addgroup [--gid ID] GROUP Add a user group addgroup --system [--gid ID] GROUP Add a system group adduser USER GROUP Add an existing user to an existing group general options: --quiet | -q don't give process information to stdout --force-badname allow usernames which do not match the NAME_REGEX[_SYSTEM] configuration variable --extrausers uses extra users as the database --help | -h usage message --version | -v version number and copyright --conf | -c FILE use FILE as configuration file
que suis je censé faire apres avoir tapé adduser -M karim
Hors ligne
#124 Le 29/11/2018, à 19:53
- Kamel755
Re : [Résolu] eCryptfs imposible d'acceder à /home
root@kamel-Latitude-E5450:~# adduser karim sudo
adduser : L'utilisateur « karim » n'existe pas.
root@kamel-Latitude-E5450:~#
Hors ligne
#125 Le 29/11/2018, à 19:56
- maxire
Re : [Résolu] eCryptfs imposible d'acceder à /home
Pardon, je me suis mélangé avec useradd qui est différent de adduser, trompé de manuel, je ne suis pas sous Ubuntu actuellement.
Fais :
adduser --no-create-home karim
adduser karim sudo
même chose avec rahmoun
Dernière modification par maxire (Le 29/11/2018, à 19:57)
Maxire
Archlinux/Mate + Ubuntu 22.04 + Archlinux/Gnome sur poste de travail
Hors ligne