Pages : 1
#1 Le 29/11/2009, à 23:19
- baloucpa
Message erreur Nautilus
Bonjour,
Je suis débutante sous linux et suite à une mauvaise manipulation, je crois que j'ai renommé mon dossier 'home' en 'bidule' ce qui pose problème à Nautilus. En effet, lorsque je veux ouvrir mon dossier perso, il m'affiche :
Erreur de l'interrogation du fichier « /home/aline » : Aucun fichier ou dossier de ce type
et lorsque je lance le terminal, j'ai : aline@aline-laptop:/bidule/aline$
C'est pourquoi je crois que j'ai renommé mon dossier 'home' en 'bidule'.
A partir d'un logiciel, j'ai voulu enregistrer un fichier et en voulant le nommer, j'ai du renommer home sans faire exprès.
Depuis, tout fout le camp petit à petit, forcément vu que tout les chemins habituels pour accéder aux dossiers sont changés....
Je vous appel donc au secours ! Si quelqu'un sait comment faire pour que tout rentre dans l'ordre sans devoir réinstaller ubuntu...
Merci d'avance
Hors ligne
#2 Le 29/11/2009, à 23:39
- lsam
Re : Message erreur Nautilus
Bonsoir,
ça me paraît peu vraisemblable de pouvoir modifier /home, tu ne devrais pas avoir suffisamment de droits (à moins que tu ai utilisé sudo...). Pour être sûr, dans un terminal, renvoie nous le résultat de ces 2 commandes :
ls -la /
puis
ls -la /home
Hors ligne
#3 Le 29/11/2009, à 23:45
- baloucpa
Re : Message erreur Nautilus
Pour ls -la /
total 100
drwxr-xr-x 21 root root 4096 2009-11-29 21:03 .
drwxr-xr-x 21 root root 4096 2009-11-29 21:03 ..
drwxr-xr-x 3 root root 4096 2009-10-10 17:27 bidule
drwxr-xr-x 2 root root 4096 2009-11-28 04:24 bin
drwxr-xr-x 3 root root 4096 2009-11-28 08:22 boot
lrwxrwxrwx 1 root root 11 2009-10-10 17:16 cdrom -> media/cdrom
drwxr-xr-x 15 root root 3760 2009-11-29 15:49 dev
drwxr-xr-x 147 root root 12288 2009-11-29 20:04 etc
lrwxrwxrwx 1 root root 33 2009-11-28 08:22 initrd.img -> boot/initrd.img-2.6.31-15-generic
lrwxrwxrwx 1 root root 33 2009-10-22 12:31 initrd.img.old -> boot/initrd.img-2.6.28-16-generic
drwxr-xr-x 20 root root 12288 2009-11-28 04:33 lib
drwx------ 2 root root 16384 2009-10-10 17:16 lost+found
drwxr-xr-x 3 root root 4096 2009-11-29 15:49 media
drwxr-xr-x 2 root root 4096 2009-04-13 11:33 mnt
drwxr-xr-x 2 root root 4096 2009-04-20 15:59 opt
dr-xr-xr-x 148 root root 0 2009-11-29 15:48 proc
drwx------ 12 root root 4096 2009-11-29 20:38 root
drwxr-xr-x 2 root root 4096 2009-11-28 08:21 sbin
drwxr-xr-x 2 root root 4096 2009-03-06 17:21 selinux
drwxr-xr-x 2 root root 4096 2009-04-20 15:59 srv
drwxr-xr-x 12 root root 0 2009-11-29 15:48 sys
drwxrwxrwt 17 root root 4096 2009-11-29 21:46 tmp
drwxr-xr-x 12 root root 4096 2009-11-29 20:19 usr
drwxr-xr-x 15 root root 4096 2009-04-20 16:07 var
lrwxrwxrwx 1 root root 30 2009-11-28 08:22 vmlinuz -> boot/vmlinuz-2.6.31-15-generic
lrwxrwxrwx 1 root root 30 2009-10-22 12:31 vmlinuz.old -> boot/vmlinuz-2.6.28-16-generic
Pour ls -la /home
ls: ne peut accéder /home: Aucun fichier ou dossier de ce type
Hors ligne