blob: b94628766f19296e72d44ecf1be4d542d2777555 (
plain)
1
2
3
4
5
6
7
8
|
# /etc/exports
#
# See exports(5) for a description.
# use exportfs -arv to reread
/data/media REPLACEME(rw,all_squash,anonuid=1000,anongid=1000)
/data/var/cache REPLACEME(rw,all_squash,anonuid=1000,anongid=1000)
|