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.

Replace SquashFS with EROFS

Featured Replies

unRAID currently ships `bzmodules` and `bzfirmware` as SquashFS, however another read-only filesystem exists called EROFS, which should only be slightly bigger in image size than SquashFS, however it should be much faster, potentially translating to faster boot times. Everyone should gain from this, so I think it might be worth looking into.

 

References:

https://www.kernel.org/doc/html/v5.8/filesystems/erofs.html

https://www.usenix.org/system/files/atc19-gao.pdf

https://blog.sigma-star.at/post/2022/07/squashfs-erofs/

 

Command example: `mkfs.erofs -zlzma -C 65536 -Eztailpacking *image* *folder*`

 

Changes needed (as far as I can tell):

- Enable EROFS support in the kernel (with lzma support, as per example above, if wanted)

- Edit fstab to use `erofs` instead `squashfs` with only `ro` as mount option

  • 1 month later...

@timocapa I will look into this, compare boot times and report back.

For newer Unraid beta versions everything is working a bit differently and this shouldn't matter much but I will try this.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

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.