Partition ext3 non reconnue

Bonjour,
Je viens de formater ma debian suite à une coupure d’alim pendant la mise à jour du noyau pour installer une carte tnt, bref (mon precedent post). J’ai deux partitions sur mon HDD que j’avais nommé music et video lors de l’installation initiale… Ils apparaisent maintenant en tant que “volume…Go” et je ne sais pas vraiment quoi faire pour les monter… et de plus automatiquement à chaque démarrage. Quelqu’un aurait-il une idée ou même une direction à me proposer (un tuto…) Merci!

Tu rajoute dans le fichier /etc/fstab:

/dev/[La partition] [Emplacement où tu veux qu’il sois monté] ext3 defaults 0 2

L’usage étant de faire avant un mkdir de “video” et “musique” dans le répertoire /média pour monter:
"/media/video" et “/media/musique”

Merci pour ces réponses mais c’est récalcitrant! Je ne vois pas d’où viens le problème, j’ai modifié mon fichier fstab qui donne maintenant ceci :

[code]# /etc/fstab: static file system information.

proc /proc proc defaults 0 0
/dev/sda1 /music ext3 defaults 0 2
/dev/sda4 /video ext3 defaults 0 2
/dev/sda2 / ext3 errors=remount-ro 0 1
/dev/sda3 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
[/code]

voici ce que renvoi ls lai/

debian:/home/lulu# ls -lai / total 96 2 drwxr-xr-x 22 root root 4096 mai 24 14:57 . 2 drwxr-xr-x 22 root root 4096 mai 24 14:57 .. 1618849 drwxr-xr-x 2 root root 4096 mai 24 13:36 bin 703137 drwxr-xr-x 3 root root 4096 mai 24 14:57 boot 12 lrwxrwxrwx 1 root root 11 mai 24 13:13 cdrom -> media/cdrom 1237 drwxr-xr-x 17 root root 3320 mai 24 15:19 dev 1193697 drwxr-xr-x 3 root root 4096 mai 24 13:27 emul 539617 drwxr-xr-x 102 root root 4096 mai 24 15:19 etc 1430801 drwxr-xr-x 3 root root 4096 mai 24 13:36 home 17 lrwxrwxrwx 1 root root 30 mai 24 14:57 initrd.img -> boot/initrd.img-2.6.32-3-amd64 14 lrwxrwxrwx 1 root root 30 mai 24 13:14 initrd.img.old -> boot/initrd.img-2.6.26-2-amd64 915713 drwxr-xr-x 13 root root 12288 mai 24 13:31 lib 16 lrwxrwxrwx 1 root root 20 mai 24 13:27 lib32 -> /emul/ia32-linux/lib 13 lrwxrwxrwx 1 root root 4 mai 24 13:13 lib64 -> /lib 11 drwx------ 2 root root 16384 mai 24 13:12 lost+found 1218225 drwxr-xr-x 4 root root 4096 mai 24 15:19 media 825777 drwxr-xr-x 2 root root 4096 aoû 31 2009 mnt 613201 drwxr-xr-x 2 root root 4096 mai 24 13:13 opt 1 dr-xr-xr-x 125 root root 0 mai 24 15:18 proc 1749665 drwxr-xr-x 9 root root 4096 mai 24 14:51 root 1128289 drwxr-xr-x 2 root root 4096 mai 24 13:36 sbin 1700609 drwxr-xr-x 2 root root 4096 sep 16 2008 selinux 1414449 drwxr-xr-x 2 root root 4096 mai 24 13:13 srv 1 drwxr-xr-x 13 root root 0 mai 24 15:18 sys 1242753 drwxrwxrwt 9 root root 4096 mai 24 15:19 tmp 1226401 drwxr-xr-x 11 root root 4096 mai 24 13:27 usr 1103761 drwxr-xr-x 15 root root 4096 mai 24 13:33 var 18 lrwxrwxrwx 1 root root 27 mai 24 14:57 vmlinuz -> boot/vmlinuz-2.6.32-3-amd64 15 lrwxrwxrwx 1 root root 27 mai 24 13:14 vmlinuz.old -> boot/vmlinuz-2.6.26-2-amd64
Bon effectivement les partitions music et video n’apparaissent pas dans la liste, puis-je les rajouter manuellement dans ce fichier… :confused:
Quelqu’un peut-il m’aiguiller…? merci

Bon… j’ai finalement réussi à monter la partition en faisant

mount -t ext3 /dev/sda1 /media/music

Si ça peut aider quelqu’un un jour…