#1 Le 10/05/2006, à 20:58
- casier
partition fat impossible à monter avec mount -t vfat
salut à tous,
avec fedora, pour monter une partition fat, je faisais
mount -t vfat /dev/hdc5 /mnt/partition
et ça marchait nickel. Je viens de tenter ubuntu, et quand je fais ça il y a un problème, il me dit que le système de fichier vfat est inconnu ? Ca serait du ntfs je comprendrais, mais pourquoi il ne reconnait pas vfat ??
merci !
#2 Le 10/05/2006, à 21:15
- mike17
Re : partition fat impossible à monter avec mount -t vfat
fais-nous un:
cat /proc/filesystems
et refais la commande mount avec un "sudo" devant
Hors ligne
#3 Le 10/05/2006, à 21:28
- casier
Re : partition fat impossible à monter avec mount -t vfat
oui, bien sûr j'avais fait sudi avant...bon voilà ça donne ça :
manu@ubuntu:~$ cat /proc/filesystems
nodev sysfs
nodev rootfs
nodev bdev
nodev proc
nodev binfmt_misc
nodev debugfs
nodev securityfs
nodev sockfs
nodev usbfs
nodev pipefs
nodev futexfs
nodev tmpfs
nodev inotifyfs
nodev eventpollfs
nodev devpts
ext2
nodev ramfs
nodev hugetlbfs
iso9660
nodev mqueue
nodev selinuxfs
ext3
manu@ubuntu:~$ sudo mount -t vfat /dev/hd
hda hdc hdc10 hdc5 hdc7 hdc9 hdd1 hdd5 hdd7
hdb hdc1 hdc2 hdc6 hdc8 hdd hdd2 hdd6
manu@ubuntu:~$ sudo mount -t vfat /dev/hdc5 /mnt/partition/
Password:
mount: type inconnu de système de fichiers 'vfat'
#4 Le 10/05/2006, à 21:58
- mike17
Re : partition fat impossible à monter avec mount -t vfat
Moi, j'ai vfat et pas toi... Ca doit expliquer le problème...
$ cat /proc/filesystems
nodev sysfs
nodev rootfs
nodev bdev
nodev proc
nodev sockfs
nodev pipefs
nodev futexfs
nodev tmpfs
nodev eventpollfs
nodev devpts
cramfs
nodev ramfs
nodev devfs
nodev mqueue
ext3
vfat
nodev usbfs
nodev binfmt_misc
udf
iso9660
En revanche, je n'ai pas de piste à te proposer...
Si, il doit te manquer un module, moi j'ai un module vfat de chargé:
$ lsmod |grep vfat
vfat 13824 0
fat 41760 1 vfat
$
Hors ligne