Jump to content

recursive directory on a reiserfs drive as seen from Windows Explorer in Win7?


Recommended Posts

Hello

I'm getting a recursive directory listing from an unraid share in Windows Explorer on Windows 7 64bit Professional

 

I was curious how to fix this

 

in midnight commander it doesn't appear to list the directory recursively but I may be missing it

 

Thanks for your time and help

 

Bobby

 

here is a picture if I click on the arrows it goes down more and more levels

 

storage.itunes.weird.directory.stuff.b.jpg.ba71e7cf02bdfe69dbdaddd5bf6edab0.jpg

Link to comment

I tried this first

 

find . -name "*[<>\\|?*]*"

 

and it didn't give me any names then I realized ... directories

 

find . -type d -name "*[<>\\|?*]*"

 

still nothing listing

 

 

I tried

 

find . type -d -maxdepth 1 | sort >podcasts.directory.find.txt

 

which gives me podcasts.directory.find.txt

 

I've also attached an ls -l as podcasts.directory.ls.txt

 

I'm using this webpage as the source of possible illegal names

 

https://msdn.microsoft.com/en-us/library/aa365247

 

I'm going to print the files and try checking off each directory to see if there is anything missing from one of the listings comparing the windows directory listing to the mc listing to the printouts.

 

 

 

podcasts.directory.find.txt

podcasts.directory.ls.txt

Link to comment

one of the The Amazing Show Starring James Randi (x4) and one of the Weird Things (x3) podcasts were the ones that seem to be the ones that were doing it

 

I understand what you meant now ...

look for the timestamps in Windows Explorer of the blank names

sort the directories in mc by timestamp

and find the matching timestamp / directory

 

Thanks for your help,

Bobby

 

 

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...