dgaglioni Posted December 9, 2022 Share Posted December 9, 2022 How can I mount my pool with autodefrag enabled using btrfs? Quote Link to comment
JorgeB Posted December 9, 2022 Share Posted December 9, 2022 There's no GUI option for that, you could gave a script doing a remount. Quote Link to comment
dgaglioni Posted December 9, 2022 Author Share Posted December 9, 2022 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: [email protected]:~# 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? Quote Link to comment
Solution JorgeB Posted December 9, 2022 Solution Share Posted December 9, 2022 You can use: mount -o remount -o autodefrag /mnt/pool_name Note that you should not use this if you use snapshots. Quote Link to comment
dgaglioni Posted December 9, 2022 Author Share Posted December 9, 2022 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! 1 Quote Link to comment
Recommended Posts
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.