S stefeman Member Sep 16, 2016 8 0 21 31 Sep 16, 2016 #1 I'm using 2x2TB HDD's on RAID1, I wish to disable barrier. How can I do that, and verify it's disabled?
I'm using 2x2TB HDD's on RAID1, I wish to disable barrier. How can I do that, and verify it's disabled?
dietmar Proxmox Staff Member Staff member Apr 28, 2005 17,261 663 213 Austria www.proxmox.com Sep 16, 2016 #2 You can configure specific mount option in /etc/fstab (after reboot verify with /proc/mounts)
S stefeman Member Sep 16, 2016 8 0 21 31 Sep 16, 2016 #3 dietmar said: You can configure specific mount option in /etc/fstab (after reboot verify with /proc/mounts) Click to expand... Im a total novice, can you explain me in simple terms what do I do and how do I do it? xD Im renting dedi with my friends. this is completely non-professional.
dietmar said: You can configure specific mount option in /etc/fstab (after reboot verify with /proc/mounts) Click to expand... Im a total novice, can you explain me in simple terms what do I do and how do I do it? xD Im renting dedi with my friends. this is completely non-professional.
S shantanu Well-Known Member Mar 30, 2012 112 11 58 Sep 16, 2016 #4 This is not recommended, do it at your own risk. Disabling barriers it not a good idea. File: /etc/fstab Before: Code: /dev/pve/root / ext3 errors=remount-ro 0 1 After: Code: /dev/pve/root / ext3 nobarrier,errors=remount-ro 0 1
This is not recommended, do it at your own risk. Disabling barriers it not a good idea. File: /etc/fstab Before: Code: /dev/pve/root / ext3 errors=remount-ro 0 1 After: Code: /dev/pve/root / ext3 nobarrier,errors=remount-ro 0 1