Re: Cannot rename file - Cannot read from source file or disk
From: Dave Patrick (mail_at_NoSpam.DSPatrick.com)
Date: 08/01/04
- Next message: Laurel: "Re: cyclic redundancy check"
- Previous message: Stefan Weiss: "Cannot rename file - Cannot read from source file or disk"
- In reply to: Stefan Weiss: "Cannot rename file - Cannot read from source file or disk"
- Next in thread: Stefan Weiss: "Re: Cannot rename file - Cannot read from source file or disk"
- Reply: Stefan Weiss: "Re: Cannot rename file - Cannot read from source file or disk"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 1 Aug 2004 16:19:36 -0600
>From a command prompt try;
del \\.\Drive:\directory\filename
(Note: the period between \\ and \)
Also
dir /x
and try deleting them using their 8.3 short names.
-- Regards, Dave Patrick ....Please no email replies - reply in newsgroup. Microsoft Certified Professional Microsoft MVP [Windows] http://www.microsoft.com/protect "Stefan Weiss" wrote: | Hi. | | I have accidently created a directory that cannot be deleted or renamed. | The directory was created by the "CD'n'Go!" CD ripper application. | Unfortunately, the CDDB info for this album was incomplete, and instead | of a directory called | "System Of A Down - System Of A Down" | I was left with this: | "System Of A Down - " | | I can open the directory in Windows Explorer, and I can open, delete, and | rename the files in it, but I when I try to delete or rename the directory, | I get the following error message: | | "Cannot rename file - Cannot read from source file or disk" | | The directory is on an NTFS partition, and I currently use Windows 2K | (fully patched). A complete file system check found no errors, and the | problem remained. | | When I open the "Properties" window for this directory, it contains no | information at all (no name, type of file, or dates). | | I tried to delete the directory from cmd.exe, which did not work: | | --------------------------------------------------------------------- | | I:\ripped>dir | Volume in drive I is Fundus | Volume Serial Number is F445-45DF | | Directory of I:\ripped | | [..] | 04.03.2004 22:37 <DIR> System Of A Down - | [..] | 0 File(s) 0 bytes | 170 Dir(s) 2.155.798.528 bytes free | | I:\ripped>ren "System Of A Down - " foo | The system cannot find the file specified. | | I:\ripped>del "System Of A Down - " | Could Not Find I:\ripped\System Of A Down - | | I:\ripped>dir "System Of A Down - " | Volume in drive I is Fundus | Volume Serial Number is F445-45DF | | Directory of I:\ripped | | File Not Found | | --------------------------------------------------------------------- | | | Then I tried to delete it from the bash (I have Cygwin installed): | | --------------------------------------------------------------------- | | spaceman@tigger /cygdrive/i/ripped $ ls -la | ls: System Of A Down - : No such file or directory | total 0 | d---------+ 170 Administ None 76k Aug 1 05:22 . | drwxrwxrwx+ 15 Administ Administ 28k Aug 1 18:58 .. | [...] | | spaceman@tigger /cygdrive/i/ripped $ rm -r System\ Of\ A\ Down\ -\ | rm: cannot remove `System Of A Down - ': No such file or directory | | spaceman@tigger /cygdrive/i/ripped $ mv System\ Of\ A\ Down\ -\ foo | mv: cannot stat `System Of A Down - ': No such file or directory | | spaceman@tigger /cygdrive/i/ripped $ ls -la Syst* | ls: System Of A Down - : No such file or directory | | --------------------------------------------------------------------- | | | Any help or suggestions would be greatly appreciated. | | | cheers, | stefan
- Next message: Laurel: "Re: cyclic redundancy check"
- Previous message: Stefan Weiss: "Cannot rename file - Cannot read from source file or disk"
- In reply to: Stefan Weiss: "Cannot rename file - Cannot read from source file or disk"
- Next in thread: Stefan Weiss: "Re: Cannot rename file - Cannot read from source file or disk"
- Reply: Stefan Weiss: "Re: Cannot rename file - Cannot read from source file or disk"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|