Re: an fstab question

2017-05-10 Thread Martin McCormick
Ben Caradoc-Davies writes: > Martin, please show us the failing line. noatime works fine for me in > fstab Thank you. Your example reminded me of the error of my ways or rather syntax. The , was missing in the following line: UUID=[] / noatime,errors=remount-ro

Re: an fstab question

2017-05-09 Thread Ben Caradoc-Davies
On 10/05/17 14:50, Martin McCormick wrote: One of the suggestions for improving the longevity of solid-state drives is to mount them using the noatime flag which reduces the number of times that inodes are written to. if I try something like: UUID=[string] / ext4 errors=remount-ro 0

an fstab question

2017-05-09 Thread Martin McCormick
One of the suggestions for improving the longevity of solid-state drives is to mount them using the noatime flag which reduces the number of times that inodes are written to. if I try something like: UUID=[string] / ext4 errors=remount-ro 0 1 It works. If I put relatime there,