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.

How do i erase whats on a Single UNRAID volume when it wont erase?

Featured Replies

Q. How to erase whats on an UNRAID volume  ((Yea, i know, should be simple))

 

(It wont erase due to .DS_STORE and other "dot" files using AFP. samba or the managemt tools.....)

I have one massive directory and it has invisible files that need dealing with.... and wont delete - no matter what i do. Drive is Disk2..... Tried setting everything to unlocked and del .ds_store files, and now it complains i dont have correct permissions to delete a contained file.... nothing has worked. Including trying to get the .ds_store cron task working (I dont think i have succeeded in getting it to run looking at logs..)

 

Id just format that drive, but that seems a bit more than should be required.

Can you use RM? Im unshure of the unix basics to do this

 

((I dont want to kill more than im trying to!)) - Thanks for the help!

 

 

To see what will be removed, type:

find /mnt/disk2/ -xdev -depth -mindepth 1 -exec echo {} \;

 

To actually do the remove:

find /mnt/disk2/ -xdev -depth -mindepth 1 -exec rm -Rf {} \;

(The "echo" is replaced with "rm -RF")

 

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.