GB_linux Posted January 17, 2019 Posted January 17, 2019 I am using web server as LIGHTTPD....database as sqlite3....And php.. I have installed the os in the flash memmory of nanopi..and sqlite3 database in sd card I made my flash memmory of nanopi as readonly(in fstab). while content listing from database to web page it is showing only limed amount of data( for example...in a webpage i am given to list 55 records.but beacuse of this readonly file system it is listing 19 records and no pagination.) How to make readonly filesystem without affecting above
Tido Posted January 18, 2019 Posted January 18, 2019 Have you tried to make the filesystem read only via the Documentation, link is on top of this page.
GB_linux Posted January 18, 2019 Author Posted January 18, 2019 42 minutes ago, Tido said: Have you tried to make the filesystem read only via the Documentation, link is on top of this page. /dev/mmcblk1p1 / ext4 ro,noatime,nodiratime,commit=600,errors=remount-ro 0 1
Tido Posted January 18, 2019 Posted January 18, 2019 2 hours ago, Tido said: via the Documentation, link is on top of this page. How to freeze your filesystem
GB_linux Posted January 19, 2019 Author Posted January 19, 2019 13 hours ago, Tido said: How to freeze your filesystem documentation link??? I didn't get you
Igor Posted January 19, 2019 Posted January 19, 2019 1 hour ago, GB_linux said: documentation link??? I didn't get you Put "How to freeze your filesystem" to the search above.
Recommended Posts