Summary: | app-portage/unsymlink-lib (enhancement for nosymlink) Usage of hard links? | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Raymond Jennings <shentino> |
Component: | Current packages | Assignee: | Michał Górny <mgorny> |
Status: | RESOLVED WONTFIX | ||
Severity: | enhancement | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Raymond Jennings
2018-01-06 17:57:21 UTC
Hard links have some breakage potential. The idea is that until --finish, the copy is pretty much disposable and the user can do anything about it, including modifying the files. The tool passes --reflink=auto to make use of reflinks if supported by the filesystem. This is the best optimization available, and it's safe as it doesn't force any data sharing between files. |