When and why to deprecate filesystems
When and why to deprecate filesystems
Posted Mar 17, 2022 14:23 UTC (Thu) by mrugiero (guest, #153040)Parent article: When and why to deprecate filesystems
The only thing I can say is that a mandatory part of the deprecation process of filesystems should be to implement a FUSE driver for them. You never know when you'll need to access an ancient drive to recover data, and that should be enough to cover that case.
It could be a subtree in the kernel tree or a sister project under the Linux Foundation umbrella, but with a policy that you can't deprecate the kernel driver without that in place.
A simplification could be to only implement read features. Then when it gets obsoleted we still can access archives.
It could be a subtree in the kernel tree or a sister project under the Linux Foundation umbrella, but with a policy that you can't deprecate the kernel driver without that in place.
A simplification could be to only implement read features. Then when it gets obsoleted we still can access archives.
