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.

6.8.0-rc3 cannot enable swapfile

  • Closed

BTRFS on kernel5.x supports swapfiles located on the partition.

 

The current version is not able to use a swapfile

 

commands to create:

cd /mnt/cache
truncate -s 0 swapfile
chattr +C swapfile
fallocate -l 16G swapfile
chmod 0600 swapfile
mkswap swapfile
swapon swapfile
cat /proc/swaps

actual:

Quote

root@whitebox:~# cd /mnt/cache/
root@whitebox:/mnt/cache# truncate -s 0 swapfile
root@whitebox:/mnt/cache# chattr +C swapfile
root@whitebox:/mnt/cache# chattr +C swapfile
root@whitebox:/mnt/cache# fallocate -l 16G swapfile
root@whitebox:/mnt/cache# chmod 0600 swapfile
root@whitebox:/mnt/cache# mkswap swapfile
Setting up swapspace version 1, size = 16 GiB (17179865088 bytes)
no label, UUID=c19590a0-0270-4d5d-b96f-b3fa50d93756
root@whitebox:/mnt/cache# swapon swapfile
swapon: /mnt/cache/swapfile: swapon failed: Invalid argument
root@whitebox:/mnt/cache# swapon -a swapfile
swapon: /mnt/cache/swapfile: swapon failed: Invalid argument
root@whitebox:/mnt/cache# cat /proc/swaps
Filename                                Type            Size    Used    Priority

 

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.