From bade127b8f12a9793a8a652a456c0ac7212828db Mon Sep 17 00:00:00 2001 From: arch1mede Date: Wed, 28 Apr 2021 21:30:36 -0700 Subject: [PATCH] Update Community_FAQ.md (#288) * Update Community_FAQ.md Added directions for rw FS * Update Community_FAQ.md --- pages/Community_FAQ.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/Community_FAQ.md b/pages/Community_FAQ.md index db8e95e..4066208 100644 --- a/pages/Community_FAQ.md +++ b/pages/Community_FAQ.md @@ -191,6 +191,8 @@ nano /etc/fstab ``` 192.168.1.XXX:/volume1/Data /mnt/Data nfs auto,rw,soft 0 0 ``` +### Can I have a RW FS all of the time? +- YES! BUT its not recommended, however this is what you can do:```nano /boot/cmdline.txt``` & ```nano /etc/fstab``` Change ro to rw and change the /boot line from ro to rw ### Troubleshooting - :exclamation:**It is expected that you are aware of basic networking while working on this project and that you have read up on the project prior to going to Discord**:exclamation: