linux-apfs / linux-apfs-rw

APFS module for linux, with experimental write support
GNU General Public License v2.0
510 stars 34 forks source link

Enable writes using a module parameter #33

Closed AdityaGarg8 closed 1 year ago

AdityaGarg8 commented 1 year ago

It's quite inconvenient to manually enable writes by running mount everytime. Can we have a module parameter as well so that they can be enabled or disabled as per users wish by default? The experience imo shall be better. Obviously there is a risk associated but the user shall be knowing what they are doing if they use the parameter.

AdityaGarg8 commented 1 year ago

I just realised that udisks2 now supports custom mount options, so this doesn't make any sense now.