maharmstone / ntfs2btrfs

GNU General Public License v2.0
678 stars 29 forks source link

Add a option to disable ntfs backup? #65

Closed mio-19 closed 1 year ago

mio-19 commented 1 year ago

My partition doesn't have much free space and got an error saying no space left. I assume that this tool requires at least about 50% free space to keep original ntfs. Is it correct?

maharmstone commented 1 year ago

No, that's not right. The image file is reflinked with the rest of the data, the only decrease in free space will be due to metadata and compressed files. If you don't have enough space, you will need to free some before using this program.

mio-19 commented 1 year ago

No, that's not right. The image file is reflinked with the rest of the data, the only decrease in free space will be due to metadata and compressed files. If you don't have enough space, you will need to free some before using this program.

Forgot to mention that files on my partition were compressed by default. Is it possible to add a option to reflink compressed files too?

maharmstone commented 1 year ago

Is it possible to add a option to reflink compressed files too?

No, because btrfs doesn't support LZNT1.