Re: Add support for rdonly keyword in fstab

2017-06-15 Thread Jérôme FRGACIC
On Wed, 14 Jun 2017 12:49:19 -0700, Klemens Nanni wrote: fstab(5) has always used ro/rw for this exclusively, which is sufficient enough imho. I dare say mount(8) actually has too many ways to say the same thing: -r -o ro -r norw -o rdonly How about removing

Re: Add support for rdonly keyword in fstab

2017-06-14 Thread Klemens Nanni
On Wed, Jun 14, 2017 at 07:54:48PM +0200, Jérôme FRGACIC wrote: I recently realized that the word "rdonly" is not an alias for "ro" in the fstab file, which is inconsistent with the mount(1) command. I would suggest to add support for it with this small patch. fstab(5) has always used ro/rw

Add support for rdonly keyword in fstab

2017-06-14 Thread Jérôme FRGACIC
Hi @tech, I recently realized that the word "rdonly" is not an alias for "ro" in the fstab file, which is inconsistent with the mount(1) command. I would suggest to add support for it with this small patch. Index: fstab.c ===