TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Linux home directory management is about to undergo major change

24 pointsby giladabout 5 years ago

4 comments

dsignabout 5 years ago
How much will this break Linux? Will we ever recover? Here are the problems I can already smell from this:<p>- SSH not working<p>- Forced encryption, which will slow useful I&#x2F;O work like compiling a project to a crawl. Admittedly it says somewhere else that encryption will be optional, but we have seen &quot;secure by default&quot; and patches like specter botch the performance of computers where performance is at a premium. If opting out becomes a PITA, it will cost billions of hours of collective time, as another commenter suggested.<p>- UID mappings. There are decades of code, systems and services built around the status quo. The container images that I use to develop projects in my home folder may not work anymore.<p>- Mental effort. Now `&#x2F;home&#x2F;user` won&#x27;t simply be a folder, but a mount. Anything under `&#x2F;home&#x2F;user` that needs to be mounted somewhere else may or may not work. Or may work part of the time, provided that one understands all the nitty-gritty details of the mount mechanism and the mount order.
评论 #23040679 未加载
paypalcust83about 5 years ago
Systemd people are the problem: forcing everyone to change and break compatibility for marginal-to-no benefit at the diffuse costs of billions and decades of man-years wasted.
评论 #23039755 未加载
mongolabout 5 years ago
Something about the portability of the home directory (putting it on a USB stick etc) must be missing from the article. It does not explain how that is not possible today. Must be something about user ids, right?
indentitabout 5 years ago
The lack of consideration for how ssh will work (authenticating with ssh keys etc.) is a bit worrying, I hope they come up with a good solution.
评论 #23040700 未加载
评论 #23058329 未加载