Recent versions of the Linux kernel (2.x) can read and write to Windows 95 VFAT partitions (VFAT is what gives Windows 95 long file names - it is pretty much the same as FAT).
最近の Linux カーネル (2.x)のバージョンでは、 Windows 95 VFATパーティションに読み書きができます (VFAT は、Windows 95で長いファイル名を利用可能にするもので、 ほとんど FAT と一緒です)。 - FreeBSD
VFAT adds the capability to use long filenames under the MSDOS file system.
長いファイル名が使えるようになっている。 - JM
to be used to extend a file beyond its current length: a notable example on Linux is VFAT.
を使って現在のファイル長を越えてファイルを伸長することができない。 Linux での有名な例としては VFAT がある。 - JM
(Create the /mnt/usb mount point if needed)# mkdir -p /mnt/usb# mount -t vfat /dev/sdc1 /mnt/usb
(必要であれば、/mnt/usb/マウントポイントを作成します) #mount-tvfat/dev/sda1/mnt/usb/ - Gentoo Linux
Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill. The contents of this document are licensed under the GNU Free Documentation License. Copyright (C) 1999 JM Project All rights reserved.