{"id":20877329,"url":"https://github.com/flatcap/ntfsprogs","last_synced_at":"2025-10-29T23:53:20.232Z","repository":{"id":78715811,"uuid":"149683983","full_name":"flatcap/ntfsprogs","owner":"flatcap","description":"⚙️ NTFS userspace programs","archived":false,"fork":false,"pushed_at":"2022-06-12T19:25:07.000Z","size":876,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-19T09:32:03.949Z","etag":null,"topics":["c","cli","ntfs","userspace"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flatcap.png","metadata":{"files":{"readme":"README","changelog":"ChangeLog","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-09-20T23:47:16.000Z","updated_at":"2023-02-27T22:47:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"f1d7f87a-5587-495d-83a7-85a1af0cecf6","html_url":"https://github.com/flatcap/ntfsprogs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flatcap%2Fntfsprogs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flatcap%2Fntfsprogs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flatcap%2Fntfsprogs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flatcap%2Fntfsprogs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flatcap","download_url":"https://codeload.github.com/flatcap/ntfsprogs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243251144,"owners_count":20261157,"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","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":["c","cli","ntfs","userspace"],"created_at":"2024-11-18T06:56:40.276Z","updated_at":"2025-10-29T23:53:15.173Z","avatar_url":"https://github.com/flatcap.png","language":"C","readme":"\nLinux-NTFS\n==========\n\nThe Linux-NTFS project aims to bring full support for the NTFS filesystem to\nthe Linux operating system.\n\nLinux-NTFS is copyright (c) 2000-2007 Anton Altaparmakov.\n\nAll of the contents of the Linux-NTFS project are free software, released under\nthe GNU General Public License and you are welcome to redistribute them under\ncertain conditions.  All the libraries and utilities come with ABSOLUTELY NO\nWARRANTY; for details read the GNU General Public License to be found in the\nfile COPYING.  Note that while the GNU General Public License is copyrighted by\nthe Free Software Foundation, the instances of code that it refers to (the\nLinux-NTFS project, including the ntfsprogs package containing the NTFS library\n(libntfs) and the NTFS utilities (ntfsprogs) and the Linux kernel NTFS driver\nare copyrighted by me and others who actually wrote them.\n \nThe Linux-NTFS ntfsprogs package currently consists of the NTFS library\n(libntfs), the NTFS Gnome VFS module (libntfs-gnomevfs), and various utilities\n(ntfsprogs).\n\nThe Linux-NTFS home page is at:\n\thttp://www.linux-ntfs.org/\n\nThe SourceForge.net Linux-NTFS project page is at:\n\thttp://sourceforge.net/projects/linux-ntfs/\n\nThe latest Linux-NTFS source code is available from our CVS repositories which\ncan be found on our SourceForge.net project page.\n\nIf you would like to take part in the development of Linux-NTFS, you are\ninvited to subscribe to the development mailing list,\nlinux-ntfs-dev@lists.sourceforge.net.  The easiest way to do this is to visit\nthe list page on SourceForge at:\n\thttp://lists.sourceforge.net/lists/listinfo/linux-ntfs-dev\n\nIf you would like to be kept up to date about new releases and other Linux-NTFS\nannouncements, subscribe to the linux-ntfs-announce mailing list (very low\nvolume).  The easiest way to do this is to visit the list page on SourceForge\nat:\n\thttp://lists.sourceforge.net/lists/listinfo/linux-ntfs-announce\n\nQuick Installation\n==================\n\n   If you obtained the source code from CVS all the autogenerated files will be\n   missing.  To generate them you will need the autoconf, automake, and libtool\n   packages installed and you will need to run: ./autogen.sh\n\n   If you obtained the source code from the tar ball or from a source package\n   like the .src.rpm for example, in most cases it should be sufficient to do:\n\n\t./configure\n\tmake\n\tmake install\t\u003c-- You usually need to be root for this one.\n\nThe above will compile and install the NTFS library and utility programs into\n/usr/local/lib and /usr/local/bin respectively.  The man pages will be\ninstalled by default in /usr/local/man.\n\nFor more detailed installation instructions, please read the file INSTALL.\n\nNote, if you want to enable the additional debugging checks in the code as well\nas the output of debugging information, which will be emitted to stdout, you\nneed to specify the `--enable-debug' option to `configure'.\n\nNTFS library\n============\n\nProvides common NTFS access functions to the ntfsprogs and other foreign\nopen source applications.  Note, that the library is still under development\nand not all functionality is included yet.\n\nNTFS Gnome VFS module\n=====================\n\nThe Gnome virtual filesystem provides universal access to diffent filesystems.\nThis modules enables Gnome VFS clients to seamlessly utilize the NTFS library.\nFor further details and examples of how to make use of the NTFS Gnome VFS\nmodule in practice see man 8 libntfs-gnomevfs.\n\nNTFS utilities\n==============\n\nThe ntfsprogs includes utilities for doing all required tasks to NTFS \npartitions.  In general, just run a utility without any command line\noptions to display the version number and usage syntax.\n\nThe following utilities are so far implemented:\n\nntfsfix - Attempt to fix an NTFS partition and force Windows to check NTFS.\n\nmkntfs - Format a partition with the NTFS filesystem.  See man 8 mkntfs for\ncommand line options.\n\nntfslabel - Display/change the label of an NTFS partition.  See man 8 ntfslabel\nfor details.\n\nntfsundelete - Recover deleted files from an NTFS volume.  See man 8\nntfsundelete for more details.\n\nntfsresize - Resize NTFS volumes.  See man 8 ntfsresize for details.\n\nntfsclone - Efficiently create/restore an image of an NTFS partition.  See\nman 8 ntfsclone for details.\n\nntfscluster - Locate the owner of any given sector or cluster on an NTFS\npartition.  See man 8 ntfscluster for details.\n\nntfsinfo - Show some information about an NTFS partition or one of the files\nor directories within it.  See man 8 ntfsinfo for details.\n\nntfsls - List information about files in a directory residing on an NTFS\npartition.  See man 8 ntfsls for details.\n\nntfscat - Concatenate files and print their contents on the standard output.\n\nntfscp - Overwrite files on an NTFS partition.\n\nntfsmount - Mount an NTFS partition from user-space using libntfs and FUSE.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflatcap%2Fntfsprogs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflatcap%2Fntfsprogs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflatcap%2Fntfsprogs/lists"}