Baloff wrote:
Hello$ls lists those longfilenames.fillike longfi~.fil only after 6 char it used the tild char instead of the rest of the name. how do I get the whole name, and how to set that as default? many thanks
You've probably mounted a fat32 partition as msdos. Try to mount it as vfat (something like: `mount -t vfat /dev/fd/0 /media/floppy` )
wim.