Hey, Fergus, Try adding the -o posix option to your mount commands.
> mount -t vfat -o posix /dev/hda1 /mnt (a FAT32 hard drive) > mount -t vfat -o posix /dev/fd0h1440 /fl (a DOS formatted floppy) Haven't tested it in tomsrtbt, but it worked in other linux's. George At 07:30 AM 03/12/2002 -0000, you wrote: >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 > >
