I mounted
mount -t vfat /dev/hda1 /mnt (a FAT32 hard drive)
mount -t vfat /dev/fd0h1440 /fl (a DOS formatted floppy)
and then copied recursively a directory + subdirectories from the hard drive
to the floppy using cp -vR. Anything called /mnt/filename was copied to
/fl/FILENAME. Is there a way I can preserve case while copying to a DOS
floppy rather than a fd0u1722?
(Can't search the list archive. I asked this once before and the answer
might be No, but nobody actually said this ...)
Thank you.
Fergus