Timeline for How to allow a non-root user access a read-only filesystem?
Current License: CC BY-SA 4.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Sep 5, 2022 at 19:20 | answer | added | tink | timeline score: 0 | |
| Sep 5, 2022 at 19:04 | comment | added | Johnny | @ArtemS.Tashkinov I'm looking for a solution without fstab, something I could do when manually mounting | |
| Sep 5, 2022 at 18:58 | comment | added | Artem S. Tashkinov |
Here's my fstab mount options for read only NTFS-3G access: defaults,nofail,uid=1000,fmask=0133,dmask=0022,nls=utf8,ro- change as needed. For RW access I add noatime,discard.
|
|
| S Sep 5, 2022 at 18:45 | review | First questions | |||
| Sep 11, 2022 at 7:45 | |||||
| S Sep 5, 2022 at 18:45 | history | asked | Johnny | CC BY-SA 4.0 |