Messages - def [ switch to compact view ]

Pages: [1] 2 3 4 5 6 7next
1
Back to the original question of this thread, how many people did not find a certain review helpful: I might be missing something, but I think it doesn't have anything to do with being logged in or not (as was suggested in this thread). And I'm pretty sure the counter is still being updated as before. It's just not shown by default anymore. Now you have to click on the review title to get to a single page with only this one review on it, e.g. http://www.amazon.com/gp/customer-reviews/R3S23J70VFH350

As you can see,
19 of 20 people found the following review helpful

2
I don't understand why "def" not yet have tested SetACL Studio https://helgeklein.com/setacl-studio/ - his "IDEA" is clearly not that easy to bring alive.

--------------

how to delete this empty file?
Try this - download SetACL Studio (which has a 30 day free trial) and navigate to the folder and see exactly what's there. This is useful software -
- "useful software"; you can say that again! It didn't ask any questions, but deleted the empty file just like it would have deleted any other file. BRAVO! Thank you, x16wda,   :Thmbsup: 
(but of course, normal price is €90 - so it should be able to do a lot more than those freeware apps)

Try SetACL Studio https://helgeklein.com/setacl-studio/


Yea, now I'm feeling guilty.  :-[

There are several reasons why I didn't test it (which are my own faults - not saying that SetACL Studio was bad in any way).

Firstly, I underestimated the work that would be required for programming this by a huge margin (hence I suggested it as a Coding Snack which was clearly a mistake). Secondly, I have tried to find freeware instead of payware for a task that I'd probably only need once in my life. Thirdly, after trying out several freeware tools that failed on this task, I was sure that any tool that didn't explicitly advertise "can handle file names with illegal characters" is not worth a try. Fourthly, SetACL Studio gave the impression (to me, at least) that it has only something to do with security permissions and not file names. Fifthly, SetACL Studio is payware - now, I'm not generally opposed to paying for software, but if I'd pay for a lot of features that I don't need (or that I don't even understand, for that matter), then I'm being reluctant. And sixthly, the problem wasn't that urgent to begin with, i.e. if no easy free/cheap solution comes about, reinstalling Linux is good enough for me.

Sorry for my ambiguous stance on this and, again, thanks for all your input. It's nice to know that according to Curt, SetACL Studio works for such files.  :)

3
Would be interested in knowing if SetACL Studio will work for this. It has a 30 day trial that ought to give you enough time to try it.
Probably not, as it's not a permission/security problem, although I have not tested this particular tool. Generally, when tools try to delete my test file they complain that there (supposedly) is no such file. Thanks for your suggestion, though.

However, I do have tested a bunch of deletion/renaming tools suggested on the internet. None worked.  :-\  :D

Most problems with "illegal" characters are related to exceeding the Windows file/path name length limits or funny symbols from Unicode file names (and missing fonts). As stated above, the chkdsk trick doesn't work for me. I have even tried to delete the whole containing folder, but no luck.

The only option seems to be the special tool DelinvFile, but I think $31.95 (USD) is a bit much...

Anyway, in the meantime I have reinstalled Linux (not just because of this problem, btw), so I will remove the files in question bit by bit.

Concluding I would like to say thanks to you all for your kind help. Feel free to suggest more solutions, maybe they can help other users with the same problem, although I personally will use Linux to remove all problematic files left. Thanks again.  :Thmbsup:

4
Does it rename those "nearly impossible" files? There was that thread a few weeks ago with the one that resisted like seven of the usual tricks.
If you are referring to my thread about files/folders with illegal characters (inserted by Linux' NTFS-3G) then no, it doesn't rename such files. (I had not expected the tool would accomplish this, anyway, as handling illegal characters is not advertised on the utility's home page and it is certainly not a common feature with file renamers on Windows.)

5
Try running chkdsk.exe /f on the volume, it can sometimes fix these problems by removing the (illegally named) file.

If the file gets deleted, it might be reincarnated (with a new name) by looking at any filecheck.* that was created.
I tried this, alas the drive (partition) is truecrypted, and chkdsk refuses working on it as another process (probably TrueCrypt) is accessing it, thus it insists on releasing the partition and subsequently chkdsk-ing it (who knows what that will do that to the partition?). Which is all the more surprising considering that according to the TrueCrypt documentation, using chkdsk should be possible on TrueCrypt volumes...

See if this answer is any help
http://stackoverflow.com/questions/1652483/convert-between-url-and-windows-filename-java

Edit:

The filename looks like it is created from a URL.  Somewhere on AHK forum I got this function

PathCreateFromURL( URL )
{
  if (! URL)
  return ""
 VarSetCapacity( fPath, Sz := 2084, 0 )
 DllCall( "shlwapi\PathCreateFromUrl" ( A_IsUnicode ? "W" : "A" )
     , Str,URL, Str,fPath, UIntP,Sz, UInt,0 )
 return fPath
}

If you pass in a string with the filename it should spit out an acceptable Windows filename or an empty string on error.

Edit: for example

URL := "file://c|MyFolder/yaddyadda.txt"
fname := PathCreateFromURL(URL)
MsgBox % fname

Well, these might help in the future. Interestingly, NTFS-3G (this Linux thingy that writes files to NTFS drives) also seems to have an option windows_names that should be default anyway, IMHO. Which it currently isn't, at least not in the Linux distro that I tried.

You could go at it from the other direction.  Copy all files with Windows legal names you want to keep from the thumb drive to some other storage.  Format the thumb drive erasing all data.
Yea, that's clearly possible.
However, I think I have more files and drives with similar problems. Maybe the easiest would be to reinstall Linux...!  ;D

Anyway, thanks for your efforts.  :)

Pages: [1] 2 3 4 5 6 7next
Go to full version