December 9, 20223 yr 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?
December 9, 20223 yr Solution You can use: mount -o remount -o autodefrag /mnt/pool_name Note that you should not use this if you use snapshots.
December 9, 20223 yr 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.