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.

(Solved) Empty Folder on Cache Drive

Featured Replies

My cache drive contains an empty share folder (Movies) and a sub folder (ISO).

I would like to remove them. I tried deleting them with Windows Explorer but they marked as Read Only and it will not let me change the security.

How can I remove them without damaging my Appdata and Docker files which are on the cache drive?

Sounds like a permission issue. You should be able to remove them via commandline with

 

rmdir /mnt/cache/Movies

 

rmdir has a built in safeguard that will return an error if you try to delete a folder that isn't empty.

 

 

  • Author

Thanks for the help

I tried your suggested command and ran into 2 problems.

1. The movies directory had another directory inside it called ISO Files

This was a problem as the name was  2 words with a space so the RMDIR command could not find the directory "ISO Files".

I was able to correct the file name with Windows Explorer.

2. The RMDIR command then said the directories were not empty though they were. That was a confusing issue.

Your suggestion moved me to look up all the Linux commands and I was able to delete the directories with RM  -r.

Thanks

Thanks for the help

I tried your suggested command and ran into 2 problems.

1. The movies directory had another directory inside it called ISO Files

This was a problem as the name was  2 words with a space so the RMDIR command could not find the directory "ISO Files".

I was able to correct the file name with Windows Explorer.

2. The RMDIR command then said the directories were not empty though they were. That was a confusing issue.

Your suggestion moved me to look up all the Linux commands and I was able to delete the directories with RM  -r.

Thanks

Are you SURE they were empty? I bet there was a hidden file still in there. BTW, having a directory inside counts as "not empty" even if there are no files anywhere in that tree. Be VERY careful using linux commands that delete data. It's way too easy to delete stuff you didn't mean to.
  • Author

Thanks for the "Heads Up". I actually was worried about it as I am a rare user of Linux commands. My Cache only had the Appdata, Docker and the Movie file on it.

I realized the Movie directory/file had the ISO Files  directory/file inside it. So that might account for the Movies file not being empty.

I checked within file properties for the ISO Files and could find nothing.

Question:

When using Linux and the directory/file has a multi word name such as ISO Files or Blu Ray.

How do you overcome a Linux command only looking at the first name and handling each separately ?

 

 

Question:

When using Linux and the directory/file has a multi word name such as ISO Files or Blu Ray.

How do you overcome a Linux command only looking at the first name and handling each separately ?

Three ways

 

For a folder called BluRay Movies,

 

You can either refer to it as "BluRay Movies" or BluRay\ Movies, or when you're typing in the folder name, you can press tab and linux will fill in the rest of it for you (if there's no other matches for what you've already typed)

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.