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.

Ransomware resistance

Featured Replies

Wow,

 

This was a great read. Just wanted to say thank you for the info provided from everyone. 

  • 1 year later...
  • Replies 129
  • Views 51.5k
  • Created
  • Last Reply
On 11/19/2017 at 6:57 PM, Bjonness406 said:

So if I want to make all the files uneditable, can I run this command?


find /mnt/disk1/Media/ -type f -exec chattr +i "{}" \;
find /mnt/disk2/Media/ -type f -exec chattr +i "{}" \;

 

A question to that command if I want to just "immutable" certain files. I was trying e.g.:

find /mnt/disk2/Kino/*.m4v -type f -exec chattr +i "{}" \;

That is working well except with sub-directories. I was trying to use the -R (recursively changes attributes of directories and their contents) flag but this is not working. HAs anyone tried this? Thanks a lot.

1 hour ago, EdgarWallace said:

A question to that command if I want to just "immutable" certain files. I was trying e.g.:


find /mnt/disk2/Kino/*.m4v -type f -exec chattr +i "{}" \;

That is working well except with sub-directories. I was trying to use the -R (recursively changes attributes of directories and their contents) flag but this is not working. HAs anyone tried this? Thanks a lot.

 

Try:

 

find /mnt/disk2/Kino -type f -name \*.m4v -print

 

 

if that produces what you what then:

 

find /mnt/disk2/Kino -type f -name \*.m4v -exec chattr +i "{}" \;

Thanks @BRiT that is working great!!!

  • 4 weeks later...

Hi, just read the whole posts and still have one doubt, hope someone can explain it.

 

The situation is: I have in unraid´s CACHE one ssd running several vm´s. One of these vm´s is running windows and gets infected. My doubt is: will the other vdisks get infected (encrypted) too since they reside in the same disk (cache)?

 

Also, just to double check, regarding all accessible shares within the infected windows vm, if they are accessible they will be encrypted. I understand that. But what about other shares that are not accessible to this vm. If the windows vm can access i.e. a share called movies, and movies also resides on a disk that contains other shares (not accessible by the windows vm)...will all this shares be encrypted too?

 

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.