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.

#1 Le 04/06/2008, à 01:35

otedalon

[RESOLU] partition démontée apres install

Bonjour ,

je viens de finir l'install  de hardy en dual boot avec xp .

Tout s'est bien déroulé jusqu'au premier reboot , apparemment ma table de partitions est vide , et donc le boot sur xp est possible mais pas sur ubuntu.

afin d'en savoir plus, j'ai booté sur le livecd  et la  hooo  surprise ^^

gparted me mets des "triangles avec point d'exclamations" ( partitions démontées ) sur plusieurs partitions :

/dev/sda1        (démonté)     ntfs    (system  xp)
/dev/sda2        (démonté)     ntfs    (partition partagée data)
/dev/sda3        (démonté)     ext3   (racine)
/dev/sda4                           extended
   /dev/sda5     (démonté)     ext3    (home)
   /dev/sda6                        swap

je pense qu'il faut que j'édite  etc/fstab  mais j'ai aucune idée de ce que je dois y mettre .
la commande fdisk /dev/hda  me renvoie "incapable d'ouvrir"  ( normal si démonté )

merci d'avance pour votre coup de main .

cordialement

Otedalon

Dernière modification par otedalon (Le 10/06/2008, à 10:30)

Hors ligne

#2 Le 04/06/2008, à 01:48

herberts

Re : [RESOLU] partition démontée apres install

c'est normal que tes partitions ne soient pas montés si tu les regarde depuis le live cd.

Pour la commande fdisk /dev/hda, depuis hardy même les disques durs en IDE sont présents sous la forme /dev/sda.

Tu peux faire ceci depuis le live cd, à rentrer dans un terminal (menu accessoire, terminal):

1

sudo mkdir /media/racine

2

sudo mount /dev/sda3 /media/racine

3

cat /media/racine/etc/fstab

Et tu fais un copier coller de ce que te donne la dernière commande, puis tu le colle ici dans une balise "code" (au dessus des smileys)

Hors ligne

#3 Le 04/06/2008, à 18:42

otedalon

Re : [RESOLU] partition démontée apres install

Salut Herberts ,

merci pour ton aide cependant les commandes n'ont pas répondus comme il le fallait apparemment :

ubuntu@ubuntu:~$ sudo mkdir /media/racine
mkdir: ne peut créer le répertoire `/media/racine': Le fichier existe
ubuntu@ubuntu:~$ sudo mount /dev/sda3 /media/racine
mount: périphérique spécial /dev/sda3 n'existe pas
ubuntu@ubuntu:~$ cat /media/racine/etc/fstab
cat: /media/racine/etc/fstab: Aucun fichier ou dossier de ce type
ubuntu@ubuntu:~$

Hors ligne

#4 Le 04/06/2008, à 19:06

herberts

Re : [RESOLU] partition démontée apres install

bon...

Alors, toujours depuis le live cd, tu fais

sudo umount -a

(t'inquiètes pas des messages d'erreur)

puis

sudo fdisk -l

et tu me donnes le retour

Dernière modification par herberts (Le 04/06/2008, à 19:14)

Hors ligne

#5 Le 05/06/2008, à 08:47

otedalon

Re : [RESOLU] partition démontée apres install

voici le retour des commandes :

ubuntu@ubuntu:~$ sudo umount -a
umount: /tmp: périphérique occupé
umount: /dev/shm: périphérique occupé
umount: /dev: périphérique occupé
umount: /var/run: périphérique occupé
umount: tmpfs: n'a pas été trouvé
umount: /lib/modules/2.6.24-16-generic/volatile: n'est pas monté
ubuntu@ubuntu:~$ sudo fdisk -l

Disque /dev/sda: 164.6 Go, 164696555520 octets
255 heads, 63 sectors/track, 20023 cylinders
Units = cylindres of 16065 * 512 = 8225280 bytes
Identifiant disque: 0x388c388c

Périphérique Amorce    Début         Fin      Blocs    Id  Système
/dev/sda1   *           1        2550    20482843+   7  HPFS/NTFS
/dev/sda2            2551       12749    81923467+   7  HPFS/NTFS
/dev/sda3           12750       14024    10241437+  83  Linux
/dev/sda4           14025       20023    48186967+   5  Extended
/dev/sda5           14025       19768    46138648+  83  Linux
/dev/sda6           19769       20023     2048256   82  Linux swap / Solaris
ubuntu@ubuntu:~$

Hors ligne

#6 Le 05/06/2008, à 09:59

herberts

Re : [RESOLU] partition démontée apres install

bon, c'est étrange.

essaye ça maintenant :

sudo mount /dev/sda3 /mnt
cat /mnt/etc/fstab

Hors ligne

#7 Le 05/06/2008, à 12:38

otedalon

Re : [RESOLU] partition démontée apres install

oui effectivement je trouves ça étrange moi aussi , et j'ai aucune idée du pourquoi
voici le résultat des dernières commandes :

ubuntu@ubuntu:~$ sudo mount /dev/sda3 /mnt
mount: périphérique spécial /dev/sda3 n'existe pas
ubuntu@ubuntu:~$ cat /mnt/etc/fstab
cat: /mnt/etc/fstab: Aucun fichier ou dossier de ce type
ubuntu@ubuntu:~$

Hors ligne

#8 Le 05/06/2008, à 13:40

inbox

Re : [RESOLU] partition démontée apres install

Salut,

@Herberts,

Il faudrait contrôler le contenu de fstab, mtab et menu.lst.

Je te laisse faire pour les détails. wink

A+


Un problème résolu ? Indiquez le en modifiant le titre du sujet.

Hors ligne

#9 Le 05/06/2008, à 14:10

pipou24

Re : [RESOLU] partition démontée apres install

le probleme, c'est qu'on ne peut pas voir le fstab si sda3 refuse de se monter. amoins que ce soit celui du liveCD qui pose probleme ?
cat /etc/fstab

et que donne un :
ls -l /dev/

après, peut etre qu'il lui manque le type de fichier (?)
sudo mount -t ext3 /dev/sda3  /mnt

apparemment ma table de partitions est vide

c'est interessant, ou as-tu vu ca ?

Dernière modification par pipou24 (Le 05/06/2008, à 14:16)


Non geek et fier de l'être. ㋡

Hors ligne

#10 Le 05/06/2008, à 14:18

inbox

Re : [RESOLU] partition démontée apres install

Ok, je n'avais pas tout bien lu. roll

Voir aussi, si en lançant Gparted, celui-ci arrive à monter les partitions ?


Un problème résolu ? Indiquez le en modifiant le titre du sujet.

Hors ligne

#11 Le 05/06/2008, à 15:16

otedalon

Re : [RESOLU] partition démontée apres install

d'abord merci à tous du coup de main smile 

je rappelle que le boot sur ubuntu n'est pas possible  et donc toutes les commandes se font à partir du live cd ;

c'est justement dans gparted ( du live cd) que j'ai pu observer ceci :

gparted me mets des "triangles avec point d'exclamations" ( partitions démontées ) sur plusieurs partitions :

/dev/sda1        (démonté)     ntfs    (system  xp)
/dev/sda2        (démonté)     ntfs    (partition partagée data)
/dev/sda3        (démonté)     ext3   (racine)
/dev/sda4                           extended
   /dev/sda5     (démonté)     ext3    (home)
   /dev/sda6                        swap

pipou24 ====  voici le résultat de tes commandes  :

ubuntu@ubuntu:~$ cat /etc/fstab
unionfs / unionfs rw 0 0
tmpfs /tmp tmpfs nosuid,nodev 0 0
ubuntu@ubuntu:~$

pout l'autre command trop de résultat , je mets ce que je peux :

crw-rw-rw-  1 root   tty       2,  69 2008-06-05 10:28 ptyt5
crw-rw-rw-  1 root   tty       2,  70 2008-06-05 10:28 ptyt6
crw-rw-rw-  1 root   tty       2,  71 2008-06-05 10:28 ptyt7
crw-rw-rw-  1 root   tty       2,  72 2008-06-05 10:28 ptyt8
crw-rw-rw-  1 root   tty       2,  73 2008-06-05 10:28 ptyt9
crw-rw-rw-  1 root   tty       2,  74 2008-06-05 10:28 ptyta
crw-rw-rw-  1 root   tty       2,  75 2008-06-05 10:28 ptytb
crw-rw-rw-  1 root   tty       2,  76 2008-06-05 10:28 ptytc
crw-rw-rw-  1 root   tty       2,  77 2008-06-05 10:28 ptytd
crw-rw-rw-  1 root   tty       2,  78 2008-06-05 10:28 ptyte
crw-rw-rw-  1 root   tty       2,  79 2008-06-05 10:28 ptytf
crw-rw-rw-  1 root   tty       2,  80 2008-06-05 10:28 ptyu0
crw-rw-rw-  1 root   tty       2,  81 2008-06-05 10:28 ptyu1
crw-rw-rw-  1 root   tty       2,  82 2008-06-05 10:28 ptyu2
crw-rw-rw-  1 root   tty       2,  83 2008-06-05 10:28 ptyu3
crw-rw-rw-  1 root   tty       2,  84 2008-06-05 10:28 ptyu4
crw-rw-rw-  1 root   tty       2,  85 2008-06-05 10:28 ptyu5
crw-rw-rw-  1 root   tty       2,  86 2008-06-05 10:28 ptyu6
crw-rw-rw-  1 root   tty       2,  87 2008-06-05 10:28 ptyu7
crw-rw-rw-  1 root   tty       2,  88 2008-06-05 10:28 ptyu8
crw-rw-rw-  1 root   tty       2,  89 2008-06-05 10:28 ptyu9
crw-rw-rw-  1 root   tty       2,  90 2008-06-05 10:28 ptyua
crw-rw-rw-  1 root   tty       2,  91 2008-06-05 10:28 ptyub
crw-rw-rw-  1 root   tty       2,  92 2008-06-05 10:28 ptyuc
crw-rw-rw-  1 root   tty       2,  93 2008-06-05 10:28 ptyud
crw-rw-rw-  1 root   tty       2,  94 2008-06-05 10:28 ptyue
crw-rw-rw-  1 root   tty       2,  95 2008-06-05 10:28 ptyuf
crw-rw-rw-  1 root   tty       2,  96 2008-06-05 10:28 ptyv0
crw-rw-rw-  1 root   tty       2,  97 2008-06-05 10:28 ptyv1
crw-rw-rw-  1 root   tty       2,  98 2008-06-05 10:28 ptyv2
crw-rw-rw-  1 root   tty       2,  99 2008-06-05 10:28 ptyv3
crw-rw-rw-  1 root   tty       2, 100 2008-06-05 10:28 ptyv4
crw-rw-rw-  1 root   tty       2, 101 2008-06-05 10:28 ptyv5
crw-rw-rw-  1 root   tty       2, 102 2008-06-05 10:28 ptyv6
crw-rw-rw-  1 root   tty       2, 103 2008-06-05 10:28 ptyv7
crw-rw-rw-  1 root   tty       2, 104 2008-06-05 10:28 ptyv8
crw-rw-rw-  1 root   tty       2, 105 2008-06-05 10:28 ptyv9
crw-rw-rw-  1 root   tty       2, 106 2008-06-05 10:28 ptyva
crw-rw-rw-  1 root   tty       2, 107 2008-06-05 10:28 ptyvb
crw-rw-rw-  1 root   tty       2, 108 2008-06-05 10:28 ptyvc
crw-rw-rw-  1 root   tty       2, 109 2008-06-05 10:28 ptyvd
crw-rw-rw-  1 root   tty       2, 110 2008-06-05 10:28 ptyve
crw-rw-rw-  1 root   tty       2, 111 2008-06-05 10:28 ptyvf
crw-rw-rw-  1 root   tty       2, 112 2008-06-05 10:28 ptyw0
crw-rw-rw-  1 root   tty       2, 113 2008-06-05 10:28 ptyw1
crw-rw-rw-  1 root   tty       2, 114 2008-06-05 10:28 ptyw2
crw-rw-rw-  1 root   tty       2, 115 2008-06-05 10:28 ptyw3
crw-rw-rw-  1 root   tty       2, 116 2008-06-05 10:28 ptyw4
crw-rw-rw-  1 root   tty       2, 117 2008-06-05 10:28 ptyw5
crw-rw-rw-  1 root   tty       2, 118 2008-06-05 10:28 ptyw6
crw-rw-rw-  1 root   tty       2, 119 2008-06-05 10:28 ptyw7
crw-rw-rw-  1 root   tty       2, 120 2008-06-05 10:28 ptyw8
crw-rw-rw-  1 root   tty       2, 121 2008-06-05 10:28 ptyw9
crw-rw-rw-  1 root   tty       2, 122 2008-06-05 10:28 ptywa
crw-rw-rw-  1 root   tty       2, 123 2008-06-05 10:28 ptywb
crw-rw-rw-  1 root   tty       2, 124 2008-06-05 10:28 ptywc
crw-rw-rw-  1 root   tty       2, 125 2008-06-05 10:28 ptywd
crw-rw-rw-  1 root   tty       2, 126 2008-06-05 10:28 ptywe
crw-rw-rw-  1 root   tty       2, 127 2008-06-05 10:28 ptywf
crw-rw-rw-  1 root   tty       2, 128 2008-06-05 10:28 ptyx0
crw-rw-rw-  1 root   tty       2, 129 2008-06-05 10:28 ptyx1
crw-rw-rw-  1 root   tty       2, 130 2008-06-05 10:28 ptyx2
crw-rw-rw-  1 root   tty       2, 131 2008-06-05 10:28 ptyx3
crw-rw-rw-  1 root   tty       2, 132 2008-06-05 10:28 ptyx4
crw-rw-rw-  1 root   tty       2, 133 2008-06-05 10:28 ptyx5
crw-rw-rw-  1 root   tty       2, 134 2008-06-05 10:28 ptyx6
crw-rw-rw-  1 root   tty       2, 135 2008-06-05 10:28 ptyx7
crw-rw-rw-  1 root   tty       2, 136 2008-06-05 10:28 ptyx8
crw-rw-rw-  1 root   tty       2, 137 2008-06-05 10:28 ptyx9
crw-rw-rw-  1 root   tty       2, 138 2008-06-05 10:28 ptyxa
crw-rw-rw-  1 root   tty       2, 139 2008-06-05 10:28 ptyxb
crw-rw-rw-  1 root   tty       2, 140 2008-06-05 10:28 ptyxc
crw-rw-rw-  1 root   tty       2, 141 2008-06-05 10:28 ptyxd
crw-rw-rw-  1 root   tty       2, 142 2008-06-05 10:28 ptyxe
crw-rw-rw-  1 root   tty       2, 143 2008-06-05 10:28 ptyxf
crw-rw-rw-  1 root   tty       2, 144 2008-06-05 10:28 ptyy0
crw-rw-rw-  1 root   tty       2, 145 2008-06-05 10:28 ptyy1
crw-rw-rw-  1 root   tty       2, 146 2008-06-05 10:28 ptyy2
crw-rw-rw-  1 root   tty       2, 147 2008-06-05 10:28 ptyy3
crw-rw-rw-  1 root   tty       2, 148 2008-06-05 10:28 ptyy4
crw-rw-rw-  1 root   tty       2, 149 2008-06-05 10:28 ptyy5
crw-rw-rw-  1 root   tty       2, 150 2008-06-05 10:28 ptyy6
crw-rw-rw-  1 root   tty       2, 151 2008-06-05 10:28 ptyy7
crw-rw-rw-  1 root   tty       2, 152 2008-06-05 10:28 ptyy8
crw-rw-rw-  1 root   tty       2, 153 2008-06-05 10:28 ptyy9
crw-rw-rw-  1 root   tty       2, 154 2008-06-05 10:28 ptyya
crw-rw-rw-  1 root   tty       2, 155 2008-06-05 10:28 ptyyb
crw-rw-rw-  1 root   tty       2, 156 2008-06-05 10:28 ptyyc
crw-rw-rw-  1 root   tty       2, 157 2008-06-05 10:28 ptyyd
crw-rw-rw-  1 root   tty       2, 158 2008-06-05 10:28 ptyye
crw-rw-rw-  1 root   tty       2, 159 2008-06-05 10:28 ptyyf
crw-rw-rw-  1 root   tty       2, 160 2008-06-05 10:28 ptyz0
crw-rw-rw-  1 root   tty       2, 161 2008-06-05 10:28 ptyz1
crw-rw-rw-  1 root   tty       2, 162 2008-06-05 10:28 ptyz2
crw-rw-rw-  1 root   tty       2, 163 2008-06-05 10:28 ptyz3
crw-rw-rw-  1 root   tty       2, 164 2008-06-05 10:28 ptyz4
crw-rw-rw-  1 root   tty       2, 165 2008-06-05 10:28 ptyz5
crw-rw-rw-  1 root   tty       2, 166 2008-06-05 10:28 ptyz6
crw-rw-rw-  1 root   tty       2, 167 2008-06-05 10:28 ptyz7
crw-rw-rw-  1 root   tty       2, 168 2008-06-05 10:28 ptyz8
crw-rw-rw-  1 root   tty       2, 169 2008-06-05 10:28 ptyz9
crw-rw-rw-  1 root   tty       2, 170 2008-06-05 10:28 ptyza
crw-rw-rw-  1 root   tty       2, 171 2008-06-05 10:28 ptyzb
crw-rw-rw-  1 root   tty       2, 172 2008-06-05 10:28 ptyzc
crw-rw-rw-  1 root   tty       2, 173 2008-06-05 10:28 ptyzd
crw-rw-rw-  1 root   tty       2, 174 2008-06-05 10:28 ptyze
crw-rw-rw-  1 root   tty       2, 175 2008-06-05 10:28 ptyzf
brw-rw----  1 root   disk      1,   0 2008-06-05 10:28 ram0
brw-rw----  1 root   disk      1,   1 2008-06-05 10:28 ram1
brw-rw----  1 root   disk      1,  10 2008-06-05 10:28 ram10
brw-rw----  1 root   disk      1,  11 2008-06-05 10:28 ram11
brw-rw----  1 root   disk      1,  12 2008-06-05 10:28 ram12
brw-rw----  1 root   disk      1,  13 2008-06-05 10:28 ram13
brw-rw----  1 root   disk      1,  14 2008-06-05 10:28 ram14
brw-rw----  1 root   disk      1,  15 2008-06-05 10:28 ram15
brw-rw----  1 root   disk      1,   2 2008-06-05 10:28 ram2
brw-rw----  1 root   disk      1,   3 2008-06-05 10:28 ram3
brw-rw----  1 root   disk      1,   4 2008-06-05 10:28 ram4
brw-rw----  1 root   disk      1,   5 2008-06-05 10:28 ram5
brw-rw----  1 root   disk      1,   6 2008-06-05 10:28 ram6
brw-rw----  1 root   disk      1,   7 2008-06-05 10:28 ram7
brw-rw----  1 root   disk      1,   8 2008-06-05 10:28 ram8
brw-rw----  1 root   disk      1,   9 2008-06-05 10:28 ram9
crw-rw-rw-  1 root   root      1,   8 2008-06-05 10:28 random
crw-rw----  1 root   audio    10, 135 2008-06-05 10:28 rtc
brw-rw----+ 1 root   cdrom    11,   0 2008-06-05 10:28 scd0
brw-rw----+ 1 root   cdrom    11,   1 2008-06-05 10:28 scd1
brw-rw----  1 root   disk      8,   0 2008-06-05 10:28 sda
crw-rw----+ 1 root   audio    14,   1 2008-06-05 10:29 sequencer
crw-rw----+ 1 root   audio    14,   8 2008-06-05 10:29 sequencer2
crw-rw----  1 root   cdrom    21,   0 2008-06-05 10:28 sg0
crw-rw----  1 root   cdrom    21,   1 2008-06-05 10:28 sg1
crw-rw----  1 root   disk     21,   2 2008-06-05 10:28 sg2
drwxrwxrwt  2 root   root          60 2008-06-05 06:30 shm
crw-rw----  1 root   root     10, 231 2008-06-05 10:28 snapshot
drwxr-xr-x  2 root   root         180 2008-06-05 10:29 snd
lrwxrwxrwx  1 root   root          24 2008-06-05 10:29 sndstat -> /proc/asound/oss/sndstat
lrwxrwxrwx  1 root   root           4 2008-06-05 10:29 sr0 -> scd0
lrwxrwxrwx  1 root   root           4 2008-06-05 10:29 sr1 -> scd1
lrwxrwxrwx  1 root   root          15 2008-06-05 10:29 stderr -> /proc/self/fd/2
lrwxrwxrwx  1 root   root          15 2008-06-05 10:29 stdin -> /proc/self/fd/0
lrwxrwxrwx  1 root   root          15 2008-06-05 10:29 stdout -> /proc/self/fd/1
crw-rw-rw-  1 root   dialout   5,   0 2008-06-05 10:28 tty
crw-rw----  1 root   root      4,   0 2008-06-05 10:28 tty0
crw-------  1 ubuntu tty       4,   1 2008-06-05 10:29 tty1
crw-rw----  1 root   dialout   4,  10 2008-06-05 10:28 tty10
crw-rw----  1 root   dialout   4,  11 2008-06-05 10:28 tty11
crw-rw----  1 root   dialout   4,  12 2008-06-05 10:28 tty12
crw-rw----  1 root   dialout   4,  13 2008-06-05 10:28 tty13
crw-rw----  1 root   dialout   4,  14 2008-06-05 10:28 tty14
crw-rw----  1 root   dialout   4,  15 2008-06-05 10:28 tty15
crw-rw----  1 root   dialout   4,  16 2008-06-05 10:28 tty16
crw-rw----  1 root   dialout   4,  17 2008-06-05 10:28 tty17
crw-rw----  1 root   dialout   4,  18 2008-06-05 10:28 tty18
crw-rw----  1 root   dialout   4,  19 2008-06-05 10:28 tty19
crw-------  1 ubuntu tty       4,   2 2008-06-05 10:29 tty2
crw-rw----  1 root   dialout   4,  20 2008-06-05 10:28 tty20
crw-rw----  1 root   dialout   4,  21 2008-06-05 10:28 tty21
crw-rw----  1 root   dialout   4,  22 2008-06-05 10:28 tty22
crw-rw----  1 root   dialout   4,  23 2008-06-05 10:28 tty23
crw-rw----  1 root   dialout   4,  24 2008-06-05 10:28 tty24
crw-rw----  1 root   dialout   4,  25 2008-06-05 10:28 tty25
crw-rw----  1 root   dialout   4,  26 2008-06-05 10:28 tty26
crw-rw----  1 root   dialout   4,  27 2008-06-05 10:28 tty27
crw-rw----  1 root   dialout   4,  28 2008-06-05 10:28 tty28
crw-rw----  1 root   dialout   4,  29 2008-06-05 10:28 tty29
crw-------  1 ubuntu tty       4,   3 2008-06-05 10:29 tty3
crw-rw----  1 root   dialout   4,  30 2008-06-05 10:28 tty30
crw-rw----  1 root   dialout   4,  31 2008-06-05 10:28 tty31
crw-rw----  1 root   dialout   4,  32 2008-06-05 10:28 tty32
crw-rw----  1 root   dialout   4,  33 2008-06-05 10:28 tty33
crw-rw----  1 root   dialout   4,  34 2008-06-05 10:28 tty34
crw-rw----  1 root   dialout   4,  35 2008-06-05 10:28 tty35
crw-rw----  1 root   dialout   4,  36 2008-06-05 10:28 tty36
crw-rw----  1 root   dialout   4,  37 2008-06-05 10:28 tty37
crw-rw----  1 root   dialout   4,  38 2008-06-05 10:28 tty38
crw-rw----  1 root   dialout   4,  39 2008-06-05 10:28 tty39
crw-------  1 ubuntu tty       4,   4 2008-06-05 10:29 tty4
crw-rw----  1 root   dialout   4,  40 2008-06-05 10:28 tty40
crw-rw----  1 root   dialout   4,  41 2008-06-05 10:28 tty41
crw-rw----  1 root   dialout   4,  42 2008-06-05 10:28 tty42
crw-rw----  1 root   dialout   4,  43 2008-06-05 10:28 tty43
crw-rw----  1 root   dialout   4,  44 2008-06-05 10:28 tty44
crw-rw----  1 root   dialout   4,  45 2008-06-05 10:28 tty45
crw-rw----  1 root   dialout   4,  46 2008-06-05 10:28 tty46
crw-rw----  1 root   dialout   4,  47 2008-06-05 10:28 tty47
crw-rw----  1 root   dialout   4,  48 2008-06-05 10:28 tty48
crw-rw----  1 root   dialout   4,  49 2008-06-05 10:28 tty49
crw-------  1 ubuntu tty       4,   5 2008-06-05 10:29 tty5
crw-rw----  1 root   dialout   4,  50 2008-06-05 10:28 tty50
crw-rw----  1 root   dialout   4,  51 2008-06-05 10:28 tty51
crw-rw----  1 root   dialout   4,  52 2008-06-05 10:28 tty52
crw-rw----  1 root   dialout   4,  53 2008-06-05 10:28 tty53
crw-rw----  1 root   dialout   4,  54 2008-06-05 10:28 tty54
crw-rw----  1 root   dialout   4,  55 2008-06-05 10:28 tty55
crw-rw----  1 root   dialout   4,  56 2008-06-05 10:28 tty56
crw-rw----  1 root   dialout   4,  57 2008-06-05 10:28 tty57
crw-rw----  1 root   dialout   4,  58 2008-06-05 10:28 tty58
crw-rw----  1 root   dialout   4,  59 2008-06-05 10:28 tty59
crw-------  1 ubuntu tty       4,   6 2008-06-05 10:29 tty6
crw-rw----  1 root   dialout   4,  60 2008-06-05 10:28 tty60
crw-rw----  1 root   dialout   4,  61 2008-06-05 10:28 tty61
crw-rw----  1 root   dialout   4,  62 2008-06-05 10:28 tty62
crw-rw----  1 root   dialout   4,  63 2008-06-05 10:28 tty63
crw-rw----  1 root   root      4,   7 2008-06-05 10:28 tty7
crw-rw----  1 root   dialout   4,   8 2008-06-05 10:29 tty8
crw-rw----  1 root   dialout   4,   9 2008-06-05 10:28 tty9
crw-rw-rw-  1 root   tty       3, 176 2008-06-05 10:28 ttya0
crw-rw-rw-  1 root   tty       3, 177 2008-06-05 10:28 ttya1
crw-rw-rw-  1 root   tty       3, 178 2008-06-05 10:28 ttya2
crw-rw-rw-  1 root   tty       3, 179 2008-06-05 10:28 ttya3
crw-rw-rw-  1 root   tty       3, 180 2008-06-05 10:28 ttya4
crw-rw-rw-  1 root   tty       3, 181 2008-06-05 10:28 ttya5
crw-rw-rw-  1 root   tty       3, 182 2008-06-05 10:28 ttya6
crw-rw-rw-  1 root   tty       3, 183 2008-06-05 10:28 ttya7
crw-rw-rw-  1 root   tty       3, 184 2008-06-05 10:28 ttya8
crw-rw-rw-  1 root   tty       3, 185 2008-06-05 10:28 ttya9
crw-rw-rw-  1 root   tty       3, 186 2008-06-05 10:28 ttyaa
crw-rw-rw-  1 root   tty       3, 187 2008-06-05 10:28 ttyab
crw-rw-rw-  1 root   tty       3, 188 2008-06-05 10:28 ttyac
crw-rw-rw-  1 root   tty       3, 189 2008-06-05 10:28 ttyad
crw-rw-rw-  1 root   tty       3, 190 2008-06-05 10:28 ttyae
crw-rw-rw-  1 root   tty       3, 191 2008-06-05 10:28 ttyaf
crw-rw-rw-  1 root   tty       3, 192 2008-06-05 10:28 ttyb0
crw-rw-rw-  1 root   tty       3, 193 2008-06-05 10:28 ttyb1
crw-rw-rw-  1 root   tty       3, 194 2008-06-05 10:28 ttyb2
crw-rw-rw-  1 root   tty       3, 195 2008-06-05 10:28 ttyb3
crw-rw-rw-  1 root   tty       3, 196 2008-06-05 10:28 ttyb4
crw-rw-rw-  1 root   tty       3, 197 2008-06-05 10:28 ttyb5
crw-rw-rw-  1 root   tty       3, 198 2008-06-05 10:28 ttyb6
crw-rw-rw-  1 root   tty       3, 199 2008-06-05 10:28 ttyb7
crw-rw-rw-  1 root   tty       3, 200 2008-06-05 10:28 ttyb8
crw-rw-rw-  1 root   tty       3, 201 2008-06-05 10:28 ttyb9
crw-rw-rw-  1 root   tty       3, 202 2008-06-05 10:28 ttyba
crw-rw-rw-  1 root   tty       3, 203 2008-06-05 10:28 ttybb
crw-rw-rw-  1 root   tty       3, 204 2008-06-05 10:28 ttybc
crw-rw-rw-  1 root   tty       3, 205 2008-06-05 10:28 ttybd
crw-rw-rw-  1 root   tty       3, 206 2008-06-05 10:28 ttybe
crw-rw-rw-  1 root   tty       3, 207 2008-06-05 10:28 ttybf
crw-rw-rw-  1 root   tty       3, 208 2008-06-05 10:28 ttyc0
crw-rw-rw-  1 root   tty       3, 209 2008-06-05 10:28 ttyc1
crw-rw-rw-  1 root   tty       3, 210 2008-06-05 10:28 ttyc2
crw-rw-rw-  1 root   tty       3, 211 2008-06-05 10:28 ttyc3
crw-rw-rw-  1 root   tty       3, 212 2008-06-05 10:28 ttyc4
crw-rw-rw-  1 root   tty       3, 213 2008-06-05 10:28 ttyc5
crw-rw-rw-  1 root   tty       3, 214 2008-06-05 10:28 ttyc6
crw-rw-rw-  1 root   tty       3, 215 2008-06-05 10:28 ttyc7
crw-rw-rw-  1 root   tty       3, 216 2008-06-05 10:28 ttyc8
crw-rw-rw-  1 root   tty       3, 217 2008-06-05 10:28 ttyc9
crw-rw-rw-  1 root   tty       3, 218 2008-06-05 10:28 ttyca
crw-rw-rw-  1 root   tty       3, 219 2008-06-05 10:28 ttycb
crw-rw-rw-  1 root   tty       3, 220 2008-06-05 10:28 ttycc
crw-rw-rw-  1 root   tty       3, 221 2008-06-05 10:28 ttycd
crw-rw-rw-  1 root   tty       3, 222 2008-06-05 10:28 ttyce
crw-rw-rw-  1 root   tty       3, 223 2008-06-05 10:28 ttycf
crw-rw-rw-  1 root   tty       3, 224 2008-06-05 10:28 ttyd0
crw-rw-rw-  1 root   tty       3, 225 2008-06-05 10:28 ttyd1
crw-rw-rw-  1 root   tty       3, 226 2008-06-05 10:28 ttyd2
crw-rw-rw-  1 root   tty       3, 227 2008-06-05 10:28 ttyd3
crw-rw-rw-  1 root   tty       3, 228 2008-06-05 10:28 ttyd4
crw-rw-rw-  1 root   tty       3, 229 2008-06-05 10:28 ttyd5
crw-rw-rw-  1 root   tty       3, 230 2008-06-05 10:28 ttyd6
crw-rw-rw-  1 root   tty       3, 231 2008-06-05 10:28 ttyd7
crw-rw-rw-  1 root   tty       3, 232 2008-06-05 10:28 ttyd8
crw-rw-rw-  1 root   tty       3, 233 2008-06-05 10:28 ttyd9
crw-rw-rw-  1 root   tty       3, 234 2008-06-05 10:28 ttyda
crw-rw-rw-  1 root   tty       3, 235 2008-06-05 10:28 ttydb
crw-rw-rw-  1 root   tty       3, 236 2008-06-05 10:28 ttydc
crw-rw-rw-  1 root   tty       3, 237 2008-06-05 10:28 ttydd
crw-rw-rw-  1 root   tty       3, 238 2008-06-05 10:28 ttyde
crw-rw-rw-  1 root   tty       3, 239 2008-06-05 10:28 ttydf
crw-rw-rw-  1 root   tty       3, 240 2008-06-05 10:28 ttye0
crw-rw-rw-  1 root   tty       3, 241 2008-06-05 10:28 ttye1
crw-rw-rw-  1 root   tty       3, 242 2008-06-05 10:28 ttye2
crw-rw-rw-  1 root   tty       3, 243 2008-06-05 10:28 ttye3
crw-rw-rw-  1 root   tty       3, 244 2008-06-05 10:28 ttye4
crw-rw-rw-  1 root   tty       3, 245 2008-06-05 10:28 ttye5
crw-rw-rw-  1 root   tty       3, 246 2008-06-05 10:28 ttye6
crw-rw-rw-  1 root   tty       3, 247 2008-06-05 10:28 ttye7
crw-rw-rw-  1 root   tty       3, 248 2008-06-05 10:28 ttye8
crw-rw-rw-  1 root   tty       3, 249 2008-06-05 10:28 ttye9
crw-rw-rw-  1 root   tty       3, 250 2008-06-05 10:28 ttyea
crw-rw-rw-  1 root   tty       3, 251 2008-06-05 10:28 ttyeb
crw-rw-rw-  1 root   tty       3, 252 2008-06-05 10:28 ttyec
crw-rw-rw-  1 root   tty       3, 253 2008-06-05 10:28 ttyed
crw-rw-rw-  1 root   tty       3, 254 2008-06-05 10:28 ttyee
crw-rw-rw-  1 root   tty       3, 255 2008-06-05 10:28 ttyef
crw-rw-rw-  1 root   tty       3,   0 2008-06-05 10:28 ttyp0
crw-rw-rw-  1 root   tty       3,   1 2008-06-05 10:28 ttyp1
crw-rw-rw-  1 root   tty       3,   2 2008-06-05 10:28 ttyp2
crw-rw-rw-  1 root   tty       3,   3 2008-06-05 10:28 ttyp3
crw-rw-rw-  1 root   tty       3,   4 2008-06-05 10:28 ttyp4
crw-rw-rw-  1 root   tty       3,   5 2008-06-05 10:28 ttyp5
crw-rw-rw-  1 root   tty       3,   6 2008-06-05 10:28 ttyp6
crw-rw-rw-  1 root   tty       3,   7 2008-06-05 10:28 ttyp7
crw-rw-rw-  1 root   tty       3,   8 2008-06-05 10:28 ttyp8
crw-rw-rw-  1 root   tty       3,   9 2008-06-05 10:28 ttyp9
crw-rw-rw-  1 root   tty       3,  10 2008-06-05 10:28 ttypa
crw-rw-rw-  1 root   tty       3,  11 2008-06-05 10:28 ttypb
crw-rw-rw-  1 root   tty       3,  12 2008-06-05 10:28 ttypc
crw-rw-rw-  1 root   tty       3,  13 2008-06-05 10:28 ttypd
crw-rw-rw-  1 root   tty       3,  14 2008-06-05 10:28 ttype
crw-rw-rw-  1 root   tty       3,  15 2008-06-05 10:28 ttypf
crw-rw-rw-  1 root   tty       3,  16 2008-06-05 10:28 ttyq0
crw-rw-rw-  1 root   tty       3,  17 2008-06-05 10:28 ttyq1
crw-rw-rw-  1 root   tty       3,  18 2008-06-05 10:28 ttyq2
crw-rw-rw-  1 root   tty       3,  19 2008-06-05 10:28 ttyq3
crw-rw-rw-  1 root   tty       3,  20 2008-06-05 10:28 ttyq4
crw-rw-rw-  1 root   tty       3,  21 2008-06-05 10:28 ttyq5
crw-rw-rw-  1 root   tty       3,  22 2008-06-05 10:28 ttyq6
crw-rw-rw-  1 root   tty       3,  23 2008-06-05 10:28 ttyq7
crw-rw-rw-  1 root   tty       3,  24 2008-06-05 10:28 ttyq8
crw-rw-rw-  1 root   tty       3,  25 2008-06-05 10:28 ttyq9
crw-rw-rw-  1 root   tty       3,  26 2008-06-05 10:28 ttyqa
crw-rw-rw-  1 root   tty       3,  27 2008-06-05 10:28 ttyqb
crw-rw-rw-  1 root   tty       3,  28 2008-06-05 10:28 ttyqc
crw-rw-rw-  1 root   tty       3,  29 2008-06-05 10:28 ttyqd
crw-rw-rw-  1 root   tty       3,  30 2008-06-05 10:28 ttyqe
crw-rw-rw-  1 root   tty       3,  31 2008-06-05 10:28 ttyqf
crw-rw-rw-  1 root   tty       3,  32 2008-06-05 10:28 ttyr0
crw-rw-rw-  1 root   tty       3,  33 2008-06-05 10:28 ttyr1
crw-rw-rw-  1 root   tty       3,  34 2008-06-05 10:28 ttyr2
crw-rw-rw-  1 root   tty       3,  35 2008-06-05 10:28 ttyr3
crw-rw-rw-  1 root   tty       3,  36 2008-06-05 10:28 ttyr4
crw-rw-rw-  1 root   tty       3,  37 2008-06-05 10:28 ttyr5
crw-rw-rw-  1 root   tty       3,  38 2008-06-05 10:28 ttyr6
crw-rw-rw-  1 root   tty       3,  39 2008-06-05 10:28 ttyr7
crw-rw-rw-  1 root   tty       3,  40 2008-06-05 10:28 ttyr8
crw-rw-rw-  1 root   tty       3,  41 2008-06-05 10:28 ttyr9
crw-rw-rw-  1 root   tty       3,  42 2008-06-05 10:28 ttyra
crw-rw-rw-  1 root   tty       3,  43 2008-06-05 10:28 ttyrb
crw-rw-rw-  1 root   tty       3,  44 2008-06-05 10:28 ttyrc
crw-rw-rw-  1 root   tty       3,  45 2008-06-05 10:28 ttyrd
crw-rw-rw-  1 root   tty       3,  46 2008-06-05 10:28 ttyre
crw-rw-rw-  1 root   tty       3,  47 2008-06-05 10:28 ttyrf
crw-rw-rw-  1 root   tty       3,  48 2008-06-05 10:28 ttys0
crw-rw----  1 root   dialout   4,  64 2008-06-05 10:28 ttyS0
crw-rw-rw-  1 root   tty       3,  49 2008-06-05 10:28 ttys1
crw-rw----  1 root   dialout   4,  65 2008-06-05 10:28 ttyS1
crw-rw-rw-  1 root   tty       3,  50 2008-06-05 10:28 ttys2
crw-rw----  1 root   dialout   4,  66 2008-06-05 10:28 ttyS2
crw-rw-rw-  1 root   tty       3,  51 2008-06-05 10:28 ttys3
crw-rw----  1 root   dialout   4,  67 2008-06-05 10:28 ttyS3
crw-rw-rw-  1 root   tty       3,  52 2008-06-05 10:28 ttys4
crw-rw-rw-  1 root   tty       3,  53 2008-06-05 10:28 ttys5
crw-rw-rw-  1 root   tty       3,  54 2008-06-05 10:28 ttys6
crw-rw-rw-  1 root   tty       3,  55 2008-06-05 10:28 ttys7
crw-rw-rw-  1 root   tty       3,  56 2008-06-05 10:28 ttys8
crw-rw-rw-  1 root   tty       3,  57 2008-06-05 10:28 ttys9
crw-rw-rw-  1 root   tty       3,  58 2008-06-05 10:28 ttysa
crw-rw-rw-  1 root   tty       3,  59 2008-06-05 10:28 ttysb
crw-rw-rw-  1 root   tty       3,  60 2008-06-05 10:28 ttysc
crw-rw-rw-  1 root   tty       3,  61 2008-06-05 10:28 ttysd
crw-rw-rw-  1 root   tty       3,  62 2008-06-05 10:28 ttyse
crw-rw-rw-  1 root   tty       3,  63 2008-06-05 10:28 ttysf
crw-rw-rw-  1 root   tty       3,  64 2008-06-05 10:28 ttyt0
crw-rw-rw-  1 root   tty       3,  65 2008-06-05 10:28 ttyt1
crw-rw-rw-  1 root   tty       3,  66 2008-06-05 10:28 ttyt2
crw-rw-rw-  1 root   tty       3,  67 2008-06-05 10:28 ttyt3
crw-rw-rw-  1 root   tty       3,  68 2008-06-05 10:28 ttyt4
crw-rw-rw-  1 root   tty       3,  69 2008-06-05 10:28 ttyt5
crw-rw-rw-  1 root   tty       3,  70 2008-06-05 10:28 ttyt6
crw-rw-rw-  1 root   tty       3,  71 2008-06-05 10:28 ttyt7
crw-rw-rw-  1 root   tty       3,  72 2008-06-05 10:28 ttyt8
crw-rw-rw-  1 root   tty       3,  73 2008-06-05 10:28 ttyt9
crw-rw-rw-  1 root   tty       3,  74 2008-06-05 10:28 ttyta
crw-rw-rw-  1 root   tty       3,  75 2008-06-05 10:28 ttytb
crw-rw-rw-  1 root   tty       3,  76 2008-06-05 10:28 ttytc
crw-rw-rw-  1 root   tty       3,  77 2008-06-05 10:28 ttytd
crw-rw-rw-  1 root   tty       3,  78 2008-06-05 10:28 ttyte
crw-rw-rw-  1 root   tty       3,  79 2008-06-05 10:28 ttytf
crw-rw-rw-  1 root   tty       3,  80 2008-06-05 10:28 ttyu0
crw-rw-rw-  1 root   tty       3,  81 2008-06-05 10:28 ttyu1
crw-rw-rw-  1 root   tty       3,  82 2008-06-05 10:28 ttyu2
crw-rw-rw-  1 root   tty       3,  83 2008-06-05 10:28 ttyu3
crw-rw-rw-  1 root   tty       3,  84 2008-06-05 10:28 ttyu4
crw-rw-rw-  1 root   tty       3,  85 2008-06-05 10:28 ttyu5
crw-rw-rw-  1 root   tty       3,  86 2008-06-05 10:28 ttyu6
crw-rw-rw-  1 root   tty       3,  87 2008-06-05 10:28 ttyu7
crw-rw-rw-  1 root   tty       3,  88 2008-06-05 10:28 ttyu8
crw-rw-rw-  1 root   tty       3,  89 2008-06-05 10:28 ttyu9
crw-rw-rw-  1 root   tty       3,  90 2008-06-05 10:28 ttyua
crw-rw-rw-  1 root   tty       3,  91 2008-06-05 10:28 ttyub
crw-rw-rw-  1 root   tty       3,  92 2008-06-05 10:28 ttyuc
crw-rw-rw-  1 root   tty       3,  93 2008-06-05 10:28 ttyud
crw-rw-rw-  1 root   tty       3,  94 2008-06-05 10:28 ttyue
crw-rw-rw-  1 root   tty       3,  95 2008-06-05 10:28 ttyuf
crw-rw-rw-  1 root   tty       3,  96 2008-06-05 10:28 ttyv0
crw-rw-rw-  1 root   tty       3,  97 2008-06-05 10:28 ttyv1
crw-rw-rw-  1 root   tty       3,  98 2008-06-05 10:28 ttyv2
crw-rw-rw-  1 root   tty       3,  99 2008-06-05 10:28 ttyv3
crw-rw-rw-  1 root   tty       3, 100 2008-06-05 10:28 ttyv4
crw-rw-rw-  1 root   tty       3, 101 2008-06-05 10:28 ttyv5
crw-rw-rw-  1 root   tty       3, 102 2008-06-05 10:28 ttyv6
crw-rw-rw-  1 root   tty       3, 103 2008-06-05 10:28 ttyv7
crw-rw-rw-  1 root   tty       3, 104 2008-06-05 10:28 ttyv8
crw-rw-rw-  1 root   tty       3, 105 2008-06-05 10:28 ttyv9
crw-rw-rw-  1 root   tty       3, 106 2008-06-05 10:28 ttyva
crw-rw-rw-  1 root   tty       3, 107 2008-06-05 10:28 ttyvb
crw-rw-rw-  1 root   tty       3, 108 2008-06-05 10:28 ttyvc
crw-rw-rw-  1 root   tty       3, 109 2008-06-05 10:28 ttyvd
crw-rw-rw-  1 root   tty       3, 110 2008-06-05 10:28 ttyve
crw-rw-rw-  1 root   tty       3, 111 2008-06-05 10:28 ttyvf
crw-rw-rw-  1 root   tty       3, 112 2008-06-05 10:28 ttyw0
crw-rw-rw-  1 root   tty       3, 113 2008-06-05 10:28 ttyw1
crw-rw-rw-  1 root   tty       3, 114 2008-06-05 10:28 ttyw2
crw-rw-rw-  1 root   tty       3, 115 2008-06-05 10:28 ttyw3
crw-rw-rw-  1 root   tty       3, 116 2008-06-05 10:28 ttyw4
crw-rw-rw-  1 root   tty       3, 117 2008-06-05 10:28 ttyw5
crw-rw-rw-  1 root   tty       3, 118 2008-06-05 10:28 ttyw6
crw-rw-rw-  1 root   tty       3, 119 2008-06-05 10:28 ttyw7
crw-rw-rw-  1 root   tty       3, 120 2008-06-05 10:28 ttyw8
crw-rw-rw-  1 root   tty       3, 121 2008-06-05 10:28 ttyw9
crw-rw-rw-  1 root   tty       3, 122 2008-06-05 10:28 ttywa
crw-rw-rw-  1 root   tty       3, 123 2008-06-05 10:28 ttywb
crw-rw-rw-  1 root   tty       3, 124 2008-06-05 10:28 ttywc
crw-rw-rw-  1 root   tty       3, 125 2008-06-05 10:28 ttywd
crw-rw-rw-  1 root   tty       3, 126 2008-06-05 10:28 ttywe
crw-rw-rw-  1 root   tty       3, 127 2008-06-05 10:28 ttywf
crw-rw-rw-  1 root   tty       3, 128 2008-06-05 10:28 ttyx0
crw-rw-rw-  1 root   tty       3, 129 2008-06-05 10:28 ttyx1
crw-rw-rw-  1 root   tty       3, 130 2008-06-05 10:28 ttyx2
crw-rw-rw-  1 root   tty       3, 131 2008-06-05 10:28 ttyx3
crw-rw-rw-  1 root   tty       3, 132 2008-06-05 10:28 ttyx4
crw-rw-rw-  1 root   tty       3, 133 2008-06-05 10:28 ttyx5
crw-rw-rw-  1 root   tty       3, 134 2008-06-05 10:28 ttyx6
crw-rw-rw-  1 root   tty       3, 135 2008-06-05 10:28 ttyx7
crw-rw-rw-  1 root   tty       3, 136 2008-06-05 10:28 ttyx8
crw-rw-rw-  1 root   tty       3, 137 2008-06-05 10:28 ttyx9
crw-rw-rw-  1 root   tty       3, 138 2008-06-05 10:28 ttyxa
crw-rw-rw-  1 root   tty       3, 139 2008-06-05 10:28 ttyxb
crw-rw-rw-  1 root   tty       3, 140 2008-06-05 10:28 ttyxc
crw-rw-rw-  1 root   tty       3, 141 2008-06-05 10:28 ttyxd
crw-rw-rw-  1 root   tty       3, 142 2008-06-05 10:28 ttyxe
crw-rw-rw-  1 root   tty       3, 143 2008-06-05 10:28 ttyxf
crw-rw-rw-  1 root   tty       3, 144 2008-06-05 10:28 ttyy0
crw-rw-rw-  1 root   tty       3, 145 2008-06-05 10:28 ttyy1
crw-rw-rw-  1 root   tty       3, 146 2008-06-05 10:28 ttyy2
crw-rw-rw-  1 root   tty       3, 147 2008-06-05 10:28 ttyy3
crw-rw-rw-  1 root   tty       3, 148 2008-06-05 10:28 ttyy4
crw-rw-rw-  1 root   tty       3, 149 2008-06-05 10:28 ttyy5
crw-rw-rw-  1 root   tty       3, 150 2008-06-05 10:28 ttyy6
crw-rw-rw-  1 root   tty       3, 151 2008-06-05 10:28 ttyy7
crw-rw-rw-  1 root   tty       3, 152 2008-06-05 10:28 ttyy8
crw-rw-rw-  1 root   tty       3, 153 2008-06-05 10:28 ttyy9
crw-rw-rw-  1 root   tty       3, 154 2008-06-05 10:28 ttyya
crw-rw-rw-  1 root   tty       3, 155 2008-06-05 10:28 ttyyb
crw-rw-rw-  1 root   tty       3, 156 2008-06-05 10:28 ttyyc
crw-rw-rw-  1 root   tty       3, 157 2008-06-05 10:28 ttyyd
crw-rw-rw-  1 root   tty       3, 158 2008-06-05 10:28 ttyye
crw-rw-rw-  1 root   tty       3, 159 2008-06-05 10:28 ttyyf
crw-rw-rw-  1 root   tty       3, 160 2008-06-05 10:28 ttyz0
crw-rw-rw-  1 root   tty       3, 161 2008-06-05 10:28 ttyz1
crw-rw-rw-  1 root   tty       3, 162 2008-06-05 10:28 ttyz2
crw-rw-rw-  1 root   tty       3, 163 2008-06-05 10:28 ttyz3
crw-rw-rw-  1 root   tty       3, 164 2008-06-05 10:28 ttyz4
crw-rw-rw-  1 root   tty       3, 165 2008-06-05 10:28 ttyz5
crw-rw-rw-  1 root   tty       3, 166 2008-06-05 10:28 ttyz6
crw-rw-rw-  1 root   tty       3, 167 2008-06-05 10:28 ttyz7
crw-rw-rw-  1 root   tty       3, 168 2008-06-05 10:28 ttyz8
crw-rw-rw-  1 root   tty       3, 169 2008-06-05 10:28 ttyz9
crw-rw-rw-  1 root   tty       3, 170 2008-06-05 10:28 ttyza
crw-rw-rw-  1 root   tty       3, 171 2008-06-05 10:28 ttyzb
crw-rw-rw-  1 root   tty       3, 172 2008-06-05 10:28 ttyzc
crw-rw-rw-  1 root   tty       3, 173 2008-06-05 10:28 ttyzd
crw-rw-rw-  1 root   tty       3, 174 2008-06-05 10:28 ttyze
crw-rw-rw-  1 root   tty       3, 175 2008-06-05 10:28 ttyzf
crw-rw-rw-  1 root   root      1,   9 2008-06-05 10:28 urandom
crw-rw----  1 root   root    254,   0 2008-06-05 10:28 usbdev1.1_ep00
crw-rw----  1 root   root    254,   1 2008-06-05 10:28 usbdev1.1_ep81
crw-rw----  1 root   root    254,   2 2008-06-05 10:28 usbdev2.1_ep00
crw-rw----  1 root   root    254,   3 2008-06-05 10:28 usbdev2.1_ep81
crw-rw----  1 root   root    254,   8 2008-06-05 10:28 usbdev2.2_ep00
crw-rw----  1 root   root    254,   9 2008-06-05 10:28 usbdev2.2_ep81
crw-rw----  1 root   root    254,   4 2008-06-05 10:28 usbdev3.1_ep00
crw-rw----  1 root   root    254,   5 2008-06-05 10:28 usbdev3.1_ep81
crw-rw----  1 root   root    254,   6 2008-06-05 10:28 usbdev4.1_ep00
crw-rw----  1 root   root    254,   7 2008-06-05 10:28 usbdev4.1_ep81
crw-rw----  1 root   root      7,   0 2008-06-05 10:28 vcs
crw-rw----  1 root   root      7,   1 2008-06-05 10:29 vcs1
crw-rw----  1 root   root      7,   2 2008-06-05 10:29 vcs2
crw-rw----  1 root   root      7,   3 2008-06-05 10:29 vcs3
crw-rw----  1 root   root      7,   4 2008-06-05 10:29 vcs4
crw-rw----  1 root   root      7,   5 2008-06-05 10:29 vcs5
crw-rw----  1 root   root      7,   6 2008-06-05 10:29 vcs6
crw-rw----  1 root   root      7,   7 2008-06-05 10:29 vcs7
crw-rw----  1 root   root      7,   8 2008-06-05 10:28 vcs8
crw-rw----  1 root   root      7, 128 2008-06-05 10:28 vcsa
crw-rw----  1 root   root      7, 129 2008-06-05 10:29 vcsa1
crw-rw----  1 root   root      7, 130 2008-06-05 10:29 vcsa2
crw-rw----  1 root   root      7, 131 2008-06-05 10:29 vcsa3
crw-rw----  1 root   root      7, 132 2008-06-05 10:29 vcsa4
crw-rw----  1 root   root      7, 133 2008-06-05 10:29 vcsa5
crw-rw----  1 root   root      7, 134 2008-06-05 10:29 vcsa6
crw-rw----  1 root   root      7, 135 2008-06-05 10:29 vcsa7
crw-rw----  1 root   root      7, 136 2008-06-05 10:28 vcsa8
prw-r-----  1 syslog adm            0 2008-06-05 13:09 xconsole
crw-rw-rw-  1 root   root      1,   5 2008-06-05 10:28 zero

et pour finir 

ubuntu@ubuntu:~$ sudo mount -t ext3 /dev/sda3  /mnt
mount: périphérique spécial /dev/sda3 n'existe pas
ubuntu@ubuntu:~$

Hors ligne

#12 Le 05/06/2008, à 16:21

pipou24

Re : [RESOLU] partition démontée apres install

... effectivement, y'a pas sda3...

et que donnent :
sudo udevtrigger
blkid

et aussi sudo sfdisk -V

Dernière modification par pipou24 (Le 05/06/2008, à 16:32)


Non geek et fier de l'être. ㋡

Hors ligne

#13 Le 05/06/2008, à 19:23

otedalon

Re : [RESOLU] partition démontée apres install

voila ce que donne les dernières commandes

ubuntu@ubuntu:~$ sudo udevtrigger
ubuntu@ubuntu:~$ blkid
ubuntu@ubuntu:~$ sudo sfdisk -V
/dev/sda: OK
ubuntu@ubuntu:~$

je pense qu'il faudrait réussir à monter le sd3 ( partition racine ubuntu ) à partir du live cd afin d'éditer le fstab ( du sd3 ) ;

ce n'est qu'une idée et d'ailleurs je suis incapable de le faire seul big_smile

Hors ligne

#14 Le 05/06/2008, à 19:55

herberts

Re : [RESOLU] partition démontée apres install

Tu as tout à fait raison, et c'est ce qu'on essaye de faire depuis tout à l'heure wink

Mais je n'avais jamais vu ça neutral

Hors ligne

#15 Le 05/06/2008, à 20:16

otedalon

Re : [RESOLU] partition démontée apres install

j'avoue que moi aussi , je fut très surpris au premier reboot après l'install de voir la page de chargement mettre 5 mn à mouliner pour finir par un écran noir avec plein de texte et surtout en bas unable mount   ;;;;;;;;

j'ai pourtant suivi scrupuleusement les conseils de breitz ardente afin de préparer au  mieux mes partitions afin de faire un dual boot sympa .

j'avais deja fait ça avec gutsy sans aucun souci ;

mais la je bloque totalement , j'ai vraiment pas envie de tout réinstaller, en tout cas merci encore pour ton soutien et  ton aide wink

Hors ligne

#16 Le 05/06/2008, à 20:48

pipou24

Re : [RESOLU] partition démontée apres install

ubuntu@ubuntu:~$ sudo sfdisk -V
/dev/sda: OK

je pense que gparted a du louper la table des partitions. de toute facon, ton install est fraiche, je pense qu'on a tout essayé. je ne voit rien d'autre que de recommencer l'install...


Non geek et fier de l'être. ㋡

Hors ligne

#17 Le 05/06/2008, à 20:57

otedalon

Re : [RESOLU] partition démontée apres install

bon ok , en tout cas je remercie tout ceux qui auront tenter de m'aider et je vais effectivement recommencer l'install .

je ne mets pas encore "résolu" , je reviendrais dire si après réinstall tout s'est remis en place .

Hors ligne

#18 Le 05/06/2008, à 22:34

herberts

Re : [RESOLU] partition démontée apres install

bonne chance smile

Hors ligne

#19 Le 10/06/2008, à 10:32

otedalon

Re : [RESOLU] partition démontée apres install

Je viens juste dire , comme convenu, que après réinstallation complète , heron hardy a enfin décidé de bien partitionner et surtout de bien monter les partitions ; tout est rentré dans l'ordre .

Encore merci à ceux qui m'ont aidé .

Bon surf à tous

Otedalon

Hors ligne