TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What is the best way to configure a Mac/Linux dual-boot

3 点作者 greattsclerouse大约 4 年前
I'd like to set-up my various MacBooks with a dual-boot set-up that minimizes duplication. i.e. if I want to set-up Darling in linux, I'd like to re-use whatever I can from the Mac install vs. redownloading. I'd like to do this for user home, music, downloads, etc. but APFS is a pain and I hear lots of issues. Anyone have the secret sauce or some advice on best practices?

1 comment

rahimnathwani大约 4 年前
Create an exfat partition called &#x27;data&#x27; and mount it on both MacOS and Linux.<p>Then create your Documents, Downloads etc. folders on it, and use symbolic links.<p>e.g. on MacOS, do something like this for each &#x27;shared&#x27; folder:<p>rm -rf &#x2F;home&#x2F;rahim&#x2F;Downloads<p>mkdir &#x2F;Volumes&#x2F;data&#x2F;Downloads<p>ln -s &#x2F;Volumes&#x2F;data&#x2F;Downloads &#x2F;home&#x2F;rahim
评论 #26696271 未加载