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.

RiffSphere

Members
  • Joined

  • Last visited

  1. I could see that, but disagree. They are generally not starters. They would generally want speed and more than 1data+1parity in the cache pool. At this point they still are forced to have an array wasting 25% of their allowed disks. They are also the opposite of a starter. If we gonna have changed licenses anyway, nothing stopping them to add "docker only" (removing array support) and "archive only" (removing docker/vm support), hidden behind "more options". The starter name does not match the audience, and is imo too limited to showcase the security and flexibility of the system to real starters. PS: I'm not hating on the concept, we all like free things, but free for life is not sustainable, and I'm surprised they have done it for this long. But the model has to be right, something 6-12-unlimited disks does, but 4-unlimited does not. Most of my servers surpass 4 (raid1 cache, dual parity to never have to worry when adding disks, data disk and download cache) disks, it's hard to convince starters to use a higher end version from the start, it's easier to force them into an unsecure system with unprotected cache they'll destroy in no time with downloads and a single parity array. Until the negative publicity about yet another data loss incident.
  2. I don't get the step down to 4 devices for the starter edition. In my opinion, 99% of unraid boxes need 2 things: - A cache pool. Without it, apps (like plex browsing) feel slow, and many people wont max out their network speed when writing files. And I already hate there isn't a harder push to make this a parity protected pool, as it's not protected by the array: If the disk fails, all your apps crash, and your recent data is gone (seeing backup will probably align with mover). This uses 2 out of the 4 disks starter offers. - The array, the unique thing unraid has over any other system I've seen: realtime parity protection with almost instant expandability with any size (up to parity) disk. The starter limit of 4 will either lock people out from experiencing the full power of the array, or "force" an insecure cache setup. Even more so if they follow the "plug in your usb disk with unassigned devices and use krusader to move your data to the array" suggestion given to new users. I really hope this number will get reviewed and changed, a clearer message/warning about single disk cache pools will be added, a smarter mover (so it can start moving files when low server/disk load instead of time based) will be added and a (smart, as close to real time as possible) appdata backup is implemented. It's the starters that need the most help keeping their data secure, since they are new. If you are going to "force" them in a bad security pool setup, you better account for that to prevent data loss.
  3. Hi, When creating a share with only primary storage set to array, and excluding all disks, instead of creating a share with 0 bytes free, it will not create a share, and it doesn't give an error: https://imgur.com/fAg6AZy I can understand the share is not being created, since there is no disk to create the folder on, but an error message would be nice. A bigger issue is if the share is already created and disks get excluded. This is my share with all disks included: https://imgur.com/W37KaBG Editing the share and excluding all disks: https://imgur.com/sBAMGT7 And the share still shows free space (this matches the size of my disk1, containing the folder): https://imgur.com/zwNb3Ik Clicking the compute button will even tell me the size is 6B and disk 1 is out of designated disks: https://imgur.com/bE1G8r3 I created a "test" folder on disk2 as well: https://imgur.com/ce1gPgM Now the free space is showing the sum of the 2 disks. Compute does report correctly though: https://imgur.com/zHmmyDc Making a file file on an excluded disk, also still shows the file in the share: https://imgur.com/fdQzWxh Editing (even after removing disk2 from excluded disks) or deleting the file, will update this on disk1 https://imgur.com/95szcq0 Even if the file edit is relative big, it still works: https://imgur.com/9C30KGF I understand that https://docs.unraid.net/unraid-os/manual/shares/user-shares/#included-or-excluded-disks states "Never set both values, set only the one that is most convenient for you.", but if I don't select any specific disks as included, it defaults to "all", with no option to not set this. This makes the exclude function worthless, the only way to exclude a disk is to not have it in the included disks to begin with (something I don't want, cause I want all current and future disks available to a share, apart from 1 disk I want to exclude, and setting specific included disks will not add my future disks). I really think we need an "all except excluded" option for included. To make things more confusing, when trying to create a file on a share with all disk excluded, but reporting free space, I get the error of no space left, even when df is showing free space: https://imgur.com/vPb2fnX So in some way, the exclude is being done? But partially? So I'm really confused now: - Included disks have priority over excluded disks, but I have no good way to make use of excluded disks. - Free space on excluded counts towards the free space reported by the share. - Existing files on excluded disks are listed, can be opened, edited and deleted without issues. So far, while I don't like it, it still follows "all disks are included so the excluded disks does nothing". - Making a new file will tell me there is no space, though everything indicates to me there is space, and I can even edit existing files and make them a lot bigger.
  4. Hi, Not sure if this is unraid or community apps, but since it's now so closely integrated with a single button install, I'm going to post this here. Please move if needed. On a new server, I created an "appdatapool" pool: https://imgur.com/8eDRjBk Next, I made the appdata share an exclusive share with just that pool: https://imgur.com/ByPW7Yp My docker is configured to use /mnt/user/appdata as default appdata storage: https://imgur.com/oWTlntH Some containers, like IBRACORP's jellyseerr, seem to use the /mnt/user/appdata share correctly: https://imgur.com/6Vqbq34 However, it seems they just have it hardcoded in their template: https://imgur.com/undefined Other containers, like linuxserver's sonarr, will follow the symlink (according to the docs, exclusive shares are symlinks I believe?) https://imgur.com/Nenld06 Checking out their template, the Appdata path has no default, and should be filled from my docker config, I believe? https://imgur.com/gNo55wP Now, if I make the share not an exclusive share: https://imgur.com/50aXXEc And I try to install linuxserver's sonarr again, it does take my configured appdata share: https://imgur.com/jfR2Kao The docs (https://docs.unraid.net/unraid-os/manual/docker-management/#appdata) suggest that the appdata share should be used ("By convention the appdata share is used for this purpose, with each container using a container specific sub-folder in this location."). When I have an exclusive share, already bypassing the FUSE system and overhead, my appdata defaults to the pool, it seems to resolve the symlink. When not having an exclusive share, and one might actually want to put the appdata directly on the pool and not the share to bypass FUSE, the share is being used correctly. I know, it's just a few click to change this, but it's easy to forget an can cause issues down the line (for example, creating a new pool for appdata while keeping the old one in place, restoring a backup and changing the appdata share to use that, suddenly your appdata will be randomly split between 2 pools).

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.