rjcb Salut! [root@msr ~]# mount -l /dev/hda2 on / type ext3 (rw) [/1] proc on /proc type proc (rw) sysfs on /sys type sysfs (rw) devpts on /dev/pts type devpts (rw,gid=5,mode=620) /dev/hda1 on /boot type ext3 (rw) [/boot1] tmpfs on /dev/shm type tmpfs (rw) /dev/hda5 on /internet type ext3 (rw) [/divers] /dev/hdb5 on /sauvegardes type ext3 (rw) [SAUVEGARDES] /dev/hdb6 on /mp3 type ext3 (rw) [MP3] /dev/hdb7 on /videos type ext3 (rw) [VIDEOS] /dev/hdd5 on /ftp type ext3 (rw) /dev/hdd6 on /backup type ext3 (rw) /dev/hdd7 on /films type ext3 (rw) /dev/hdb5 on /ftp/ftppublic/sauvegardes type ext3 (rw) [SAUVEGARDES] /dev/hdb6 on /ftp/ftppublic/mp3 type ext3 (rw) [MP3] /dev/hdb7 on /ftp/ftppublic/videos type ext3 (rw) [VIDEOS] /dev/hdd7 on /ftp/ftppublic/films type ext3 (rw) /dev/hdb5 on /ftp/ftprjc/sauvegardes type ext3 (rw) [SAUVEGARDES] /dev/hdb6 on /ftp/ftprjc/mp3 type ext3 (rw) [MP3] /dev/hdb7 on /ftp/ftprjc/videos type ext3 (rw) [VIDEOS] /dev/hdd7 on /ftp/ftprjc/films type ext3 (rw) /dev/hda5 on /ftp/ftprjc/internet type ext3 (rw) [/divers] /dev/hdd6 on /ftp/ftprjc/backup type ext3 (rw) /dev/hdb5 on /ftp/ftpaur/sauvegardes type ext3 (rw) [SAUVEGARDES] /dev/hdb6 on /ftp/ftpaur/mp3 type ext3 (rw) [MP3] /dev/hdb7 on /ftp/ftpaur/videos type ext3 (rw) [VIDEOS] /dev/hdd7 on /ftp/ftpaur/films type ext3 (rw) none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw) sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw) automount(pid1748) on /net type autofs (rw,fd=4,pgrp=1748,minproto=2,maxproto=4) [root@msr ~]# On peut voir que sur cette ligne: /dev/hda5 on /internet type ext3 (rw) [/divers] ce n'est pas la meme chose (/internet) et [/divers] divers est l'ancien nom de ma partition, comment faire pour que ce soit le meme nom que le point de montage. Merci
remi Avec la commande tune2fs. tune2fs -L INTERNET /dev/hda5 Tu t'en sort avec autant de partitions ? LVM c'est bien tu sais 😉 A+