Charles Campbell, 29.12.2008:
> 
> Tom Link wrote:
> >> When I try to rename a file 1.PDF to 1.pdf, then I find the file got lost! 
> >> I
> >> can't find it any other where. But I have backup them up with lucky.
> >>     
> > [..]
> >
> > You might have more luck by using some command line tool for this, I
> > presume.
> >   
> > [..]
> >   
> I'll have to try this out -- I don't have a linux box with a fat32 
> mounted drive immediately available

dd if=/dev/zero of=fat32.img bs=4k count=10k
mkfs.vfat -F 32 fat32.img
mkdir mount
mount -o loop,umask=000 fat32.img mount/   # as root
cd mount
touch file1.PDF
vim .

Then renaming with 'R' to file1.pdf or similar deletes the file.

Markus


--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to