{"id":18773939,"url":"https://github.com/ejunjsh/aufs-example","last_synced_at":"2026-01-26T02:02:03.877Z","repository":{"id":109690971,"uuid":"153614561","full_name":"ejunjsh/aufs-example","owner":"ejunjsh","description":"record my experiment about aufs","archived":false,"fork":false,"pushed_at":"2018-10-18T13:43:41.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-21T02:46:17.106Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ejunjsh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-10-18T11:42:10.000Z","updated_at":"2018-10-18T13:45:05.000Z","dependencies_parsed_at":"2023-03-11T14:45:53.471Z","dependency_job_id":null,"html_url":"https://github.com/ejunjsh/aufs-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ejunjsh/aufs-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ejunjsh%2Faufs-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ejunjsh%2Faufs-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ejunjsh%2Faufs-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ejunjsh%2Faufs-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ejunjsh","download_url":"https://codeload.github.com/ejunjsh/aufs-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ejunjsh%2Faufs-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28764409,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T00:37:26.264Z","status":"online","status_checked_at":"2026-01-26T02:00:08.215Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T19:36:21.740Z","updated_at":"2026-01-26T02:02:03.852Z","avatar_url":"https://github.com/ejunjsh.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# aufs-example\n\n    mkdir mnt\n\n    sudo mount -t aufs -o dirs=./writable:./readonly none ./mnt\n\n## create new file\n\n    cd mnt\n\n    sudo touch newfile\n\n    cd -\n\n    ls ./readonly\n    readme\n\n    ls ./writable\n    newfile  writeme\n\n\n## modify readonly file\n\n    cd mnt\n\n    sudo vi readme\n    hello readme\n    newline\n\n    cd -\n\n    cat readonly/readme\n    hello readme\n\n    ls ./readonly\n    readme\n\n    ls ./writable\n    newfile  readme  writeme\n\n    cat ./writable/readme\n    hello readme\n    newline\n\n## delete file\n\n    cd mnt\n\n    sudo rm readme\n\n    ls\n    newfile  writeme\n\n    cd -\n\n    ls ./readonly\n    readme\n\n    ls ./writable\n    newfile  writeme\n\n    ll ./writable\n    total 20\n    drwxr-xr-x 4 root root 4096 Oct 18 09:37 ./\n    drwxr-xr-x 6 root root 4096 Oct 18 09:26 ../\n    -rw-r--r-- 1 root root    0 Oct 18 09:28 newfile\n    -r--r--r-- 2 root root    0 Oct 18 09:27 .wh.readme\n    -r--r--r-- 2 root root    0 Oct 18 09:27 .wh..wh.aufs\n    drwx------ 2 root root 4096 Oct 18 09:27 .wh..wh.orph/\n    drwx------ 2 root root 4096 Oct 18 09:27 .wh..wh.plnk/\n    -rw-r--r-- 1 root root   13 Oct 18 09:26 writeme","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fejunjsh%2Faufs-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fejunjsh%2Faufs-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fejunjsh%2Faufs-example/lists"}