[415a946] | 1 | |
---|
[f81c486] | 2 | OpenGnsys 1.1.x Filesystem Hiearchy |
---|
[415a946] | 3 | =================================== |
---|
| 4 | |
---|
| 5 | |
---|
[f81c486] | 6 | Directory Structure of OpenGnsys Client |
---|
[415a946] | 7 | --------------------------------------------- |
---|
| 8 | |
---|
| 9 | /opt/opengnsys |
---|
| 10 | bin (ro) - associated tools |
---|
| 11 | cache (rw) - mount point of the local cache filesystem |
---|
| 12 | etc (ro) - configuration files. |
---|
| 13 | init (ro) - init scripts. |
---|
| 14 | images (user=ro, admin=rw) - images repository. |
---|
| 15 | lib (ro) - tool libraries. |
---|
| 16 | engine/bin (ro) - cloning engine libraries. |
---|
| 17 | log (rw) - log files. |
---|
| 18 | |
---|
| 19 | |
---|
| 20 | |
---|
[f81c486] | 21 | Directory Structure of OpenGnsys Server: |
---|
[415a946] | 22 | ---------------------------------------------- |
---|
| 23 | |
---|
| 24 | /opt/opengnsys |
---|
| 25 | bin - server binaries. |
---|
| 26 | client - exports the client's directory structure. |
---|
[f81c486] | 27 | doc - documentation files. |
---|
[415a946] | 28 | etc - configuration files. |
---|
[f81c486] | 29 | lib - tools and libraries. |
---|
[415a946] | 30 | log - log files. |
---|
[f81c486] | 31 | sbin - binaries for services. |
---|
[415a946] | 32 | tftpboot - remote boot files (linked to TFTP directory). |
---|
[f81c486] | 33 | www - web files. |
---|
[415a946] | 34 | |
---|
| 35 | |
---|
| 36 | |
---|
[f81c486] | 37 | Directory Structure of OpenGnsys Repository Manager |
---|
[415a946] | 38 | --------------------------------------------------------- |
---|
| 39 | |
---|
| 40 | /opt/opengnsys |
---|
| 41 | bin - server binaries. |
---|
| 42 | etc - configuration files. |
---|
| 43 | images - filesystem images. |
---|
| 44 | log - log files. |
---|
[f81c486] | 45 | sbin - binaries for services. |
---|
[415a946] | 46 | |
---|
| 47 | |
---|
| 48 | |
---|
| 49 | Relationship of network file systems |
---|
| 50 | ------------------------------------ |
---|
| 51 | |
---|
| 52 | Server: exports /opt/opengnsys/client -> Client: imports /opt/opengnsys |
---|
| 53 | Server: exports /opt/opengnsys/log/client -> Client: imports /opt/opengnsys/log |
---|
| 54 | RepoMan: exports /opt/opengnsys/images -> Client: imports /opt/opengnsys/images |
---|
| 55 | |
---|
| 56 | |
---|