Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

I have a bunch of 'junk' files left over from a red-ball situation

Featured Replies

Short story is this.  I had some serious hard drive problems, I seem to have most of that resolved now, but now I have a lot of files that have . in front of the file name and .asdfokex at the end of them.

 

for example movie .name.mkv.2lkxvels

 

I believe the . at the beginning means it's hidden

 

I suspect these are files that were in the process of being moved when bad things happen.

 

Regardless of how it happened, how do I find and eliminate all these files, which are spread all over my folders on several hard drives?

You can find them using find, similiar to:

 

find /mnt/user/ -name ".*" -print

 

In theory, you can use:

 

find /mnt/user/ -name ".*" -exec rm {} \;

 

I am always a bit worried about mass delete scripts, so i might just build a file of rm commands so I can verify what is happening.  From a shell:

 

 

find /mnt/user/ -name ".*" -print |

while read x

do

    echo "rm ${x}" >> mydeletefiles

done

 

Then your mydeletefiles will just be alot of rm (delete commands) you can verify and then run if you are happy with the list...

 

 

  • Author

Finally had a chance to work on this.  Your idea worked great.  There were less than I feared, so I was able to delete them manually without too much trouble.

 

thanks again!

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.