Skip to content

Commit

Permalink
VERSION 20210105
Browse files Browse the repository at this point in the history
  • Loading branch information
maharmstone committed Jan 6, 2021
1 parent b35dae0 commit 6368446
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ else()
cmake_minimum_required(VERSION 3.14.3)
endif()

project(ntfs2btrfs VERSION 20201108)
project(ntfs2btrfs VERSION 20210105)

configure_file(${CMAKE_CURRENT_SOURCE_DIR}/src/config.h.in ${CMAKE_CURRENT_BINARY_DIR}/config.h)

Expand Down
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,20 @@ download the latest Zip file.

For Linux:
* [Arch](https://aur.archlinux.org/packages/ntfs2btrfs-git) (thanks to [nicman23](https://github.com/nicman23))
* [Gentoo ebuild](https://raw.githubusercontent.com/maharmstone/ntfs2btrfs/master/ntfs2btrfs-20201108.ebuild)
* [Gentoo ebuild](https://raw.githubusercontent.com/maharmstone/ntfs2btrfs/master/ntfs2btrfs-20210105.ebuild)

For other distributions or operating systems, you will need to compile it yourself - see
below.

Changelog
---------

* 20210105
* Added support for NTFS compression
* Added support for "WOF compressed data"
* Fixed problems caused by sparse files
* Miscellaneous bug fixes

* 20201108
* Improved error handling
* Added better message if NTFS is corrupted or unclean
Expand Down Expand Up @@ -88,9 +94,7 @@ What doesn't work
* Preservation of LXSS metadata
* Preservation of the case-sensitivity flag
* Unusual cluster sizes (i.e. not 4 KB)
* Compressed files (skipped for now)
* Encrypted files
* "WofCompressedData" (see https://devblogs.microsoft.com/oldnewthing/20190618-00/?p=102597)

Can I boot Windows from Btrfs with this?
----------------------------------------
Expand Down
File renamed without changes.

0 comments on commit 6368446

Please sign in to comment.