>I've been fighting with those Win95-longnames and linux.
>I first met a problem, when i download netscape3.0 for linux using
>win95 and the filename was stored on my harddisk using that ISO9660 (?)
>format. The name of file i download was about 40 characters long, but
>linux displays only 8+3 when in msdos filesystem.
>How can i mount my msdos partitions under linux to be able to show long
>filenames ?
>--
In the old days, I changed the name of the file before I downloaded
it. In Linux 2.0.0 or greater, you can choose VFAT instead of MSDOS
file system support. You might already have VFAT available as a
module. If not, you can recompile the kernel.
When you mount the hard disk partition, use type VFAT instead of MSDOS
(the -t option in mount... # man 8 mount)
If you are mounting the DOS partition automatically, then edit your
/etc/fstab file. Change the occurrences of msdos to vfat.
Hugh McCurdy