[filesystems] vfat inconnu linux 3.2.6.2→3.2.8.1 (contourné)
Publié : ven. 02 mars 2012, 22:05
J'ai fait ma mise à jour, et suis passée de linux-3.2.6-2-x86_64.pkg.tar.xz à linux-3.2.8-1-x86_64.pkg.tar.xz, ainsi que de linux-headers-3.2.6-2-x86_64.pkg.tar.xz à linux-headers-3.2.8-1-x86_64.pkg.tar.xz. Ensuite, la partition FAT de mon pc ne fonctionnait plus (erreur dans pcmanfm) alors qu'elle est en vfat:
Sur le forum debian quelqu'un conseillait de monter manuellement, cela ne fonctionne pas.
La mise à jour du noyau s'est passée apparemment sans problème
Au final, j'ai downgradé linux et linux-headers pour l'instant et ça refonctionne. 
Code : Tout sélectionner
21:45:25 stepharch@toshi:~ 13$ blkid
/dev/sda1: LABEL="SYSTEM" UUID="983C15473C152234" TYPE="ntfs"
/dev/sda2: LABEL="WINDOWS" UUID="FCE41A9FE41A5BE8" TYPE="ntfs"
/dev/sda3: LABEL="Data" UUID="247E1E797E1E43C8" TYPE="ntfs"
/dev/sda5: LABEL="racineArchlinux" UUID="add04505-12d9-49ab-9817-e16a5e7b6b79" TYPE="ext4"
/dev/sda6: UUID="d28b75e7-35a3-41be-8966-a27e0de6f0b7" TYPE="swap"
/dev/sda7: LABEL="home" UUID="8a7c7feb-c6a3-4c0b-b9d0-1b00ec050013" TYPE="ext4"
/dev/sda8: LABEL="DATA" UUID="AD12-29C0" TYPE="vfat"
21:58:43 stepharch@toshi:~ 14$
Code : Tout sélectionner
21:45:17 stepharch@toshi:~ 11$ sudo mount /dev/sda8 /mnt/test
mount : type de système de fichiers « vfat » inconnu
21:45:19 stepharch@toshi:~ 12$ sudo mount /dev/sda8 /mnt/test -t vfat
mount : type de système de fichiers « vfat » inconnu
Code : Tout sélectionner
(108/187) mise à jour de linux [----------------------] 100%
>>> Updating module dependencies. Please wait ...
>>> Generating initial ramdisk, using mkinitcpio. Please wait...
==> Building image from preset: 'default'
-> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
==> Starting build: 3.2.8-1-ARCH
-> Parsing hook: [base]
-> Parsing hook: [udev]
-> Parsing hook: [fbsplash]
-> Parsing hook: [autodetect]
-> Parsing hook: [pata]
-> Parsing hook: [scsi]
-> Parsing hook: [sata]
-> Parsing hook: [filesystems]
-> Parsing hook: [usbinput]
==> Generating module dependencies
==> Creating gzip initcpio image: /boot/initramfs-linux.img
==> Image generation successful
==> Building image from preset: 'fallback'
-> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect,fbsplash
==> Starting build: 3.2.8-1-ARCH
-> Parsing hook: [base]
-> Parsing hook: [udev]
-> Parsing hook: [pata]
-> Parsing hook: [scsi]
-> Parsing hook: [sata]
-> Parsing hook: [filesystems]
-> Parsing hook: [usbinput]
==> Generating module dependencies
==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
==> Image generation successful
(109/187) mise à jour de linux-headers [----------------------] 100%
