I have some troubles with editing fstab.qcom from forceencrypt to encryptable, because system says that editing of this file is denied.
So, how to edit, then?
1. Turn off the phone
2. Boot into TWRP recovery
3. Mount System.
4. On PC ADB type
5. You will have fstab.qcom file in adb folder
6. Edit something in this file to whatever you want - like forceencrypt to encryptable. Save it.
7. Push the fstab.qcom into mobile by typing this
8.Voila, you have rewrited fstab.qcom file!
9. Now, you can reboot the phone.
For me it worked, I hope it helps to someone.

So, how to edit, then?
1. Turn off the phone
2. Boot into TWRP recovery
3. Mount System.
4. On PC ADB type
Code:
adb pull /vendor/etc/fstab.qcom
6. Edit something in this file to whatever you want - like forceencrypt to encryptable. Save it.
7. Push the fstab.qcom into mobile by typing this
Code:
adb push fstab.qcom /vendor/etc
9. Now, you can reboot the phone.
For me it worked, I hope it helps to someone.