{"id":16714223,"url":"https://github.com/flier/mounted","last_synced_at":"2025-10-11T01:20:25.633Z","repository":{"id":57564235,"uuid":"70343449","full_name":"flier/mounted","owner":"flier","description":"Get information about the mounted file systems","archived":false,"fork":false,"pushed_at":"2016-10-17T18:33:38.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-15T07:12:09.712Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flier.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-10-08T16:21:32.000Z","updated_at":"2016-10-08T18:05:31.000Z","dependencies_parsed_at":"2022-09-16T13:50:34.729Z","dependency_job_id":null,"html_url":"https://github.com/flier/mounted","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/flier/mounted","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flier%2Fmounted","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flier%2Fmounted/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flier%2Fmounted/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flier%2Fmounted/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flier","download_url":"https://codeload.github.com/flier/mounted/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flier%2Fmounted/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279005926,"owners_count":26083984,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"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-10-12T20:49:55.458Z","updated_at":"2025-10-11T01:20:25.606Z","avatar_url":"https://github.com/flier.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Overview\nGet information about the mounted file systems.\n\n# Features\n - [x] list the mounted file system\n - [x] support Linux\n - [x] support MacOS/BSD\n - [x] support Windows\n - [x] command line tools (fstab)\n\n# Install\n```bash\n$ go get github.com/flier/mounted\n```\n\n# Usage\n```go\nfstab, err := mounted.FileSystems()\n\nif err != nil {\n    fmt.Printf(\"fail to get mounted file systems, %s\", err)\n\n    os.Exit(-1)\n}\n\nfor _, fs := range fstab {\n    fmt.Printf(\"%s\\n\", fs)\n}\n```\n\n# Tools\n```bash\n$ go get github.com/flier/mounted/cmd/fstab\n$ fstab\n...\nsysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)\nproc on /proc type proc (rw,nosuid,nodev,noexec,relatime)\n...\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflier%2Fmounted","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflier%2Fmounted","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflier%2Fmounted/lists"}