Justus Winter, le Fri 13 Dec 2013 10:13:00 +0100, a écrit :
> mount uses libblkid (if available) to detect the file system type when
> using mount -t auto. libblkid calls fat file systems "vfat", our fat
> translator is called "fatfs". Fix this discrepancy in mount.
Ack.
> * utils/mount.c (do_m
mount uses libblkid (if available) to detect the file system type when
using mount -t auto. libblkid calls fat file systems "vfat", our fat
translator is called "fatfs". Fix this discrepancy in mount.
* utils/mount.c (do_mount): Fix autodetection of fat file systems.
---
utils/mount.c |7 ++