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 to enable btrfs autodefrag

Featured Replies

How can I mount my pool with autodefrag enabled using btrfs?

Solved by JorgeB

There's no GUI option for that, you could gave a script doing a remount.

  • Author
6 hours ago, JorgeB said:

There's no GUI option for that, you could gave a script doing a remount.

Thank you Jorge,

 

I did a cat on fstab and that's all information I got:

 

root@NAS:~# cat /etc/fstab
/dev/sda1                  /boot         vfat      rw,flush,noatime,nodiratime,dmask=77,fmask=177,shortname=mixed
/boot/bzmodules            /lib/modules  squashfs  ro,defaults
/boot/bzfirmware           /lib/firmware squashfs  ro,defaults
tmpfs                      /dev/shm      tmpfs     defaults
hugetlbfs                  /hugetlbfs    hugetlbfs defaults

 

I was hoping to see the mount options for the pools I have, do you know where I can find it so I can add the autodefrag option?

 

  • Solution

You can use:

 

mount -o remount -o autodefrag /mnt/pool_name

 

Note that you should not use this if you use snapshots.

  • Author
6 hours ago, JorgeB said:

You can use:

 

mount -o remount -o autodefrag /mnt/pool_name

 

Note that you should not use this if you use snapshots.

Thank you so much!

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.