「デュアルブート」の版間の差分

Notion-MW
Notion-MW
83行目: 83行目:
==== bindfs ====
==== bindfs ====


既存のディレクトリを、所有ユーザーやパーミッションを変更してマウントしてくれる。
既存のディレクトリを、所有ユーザーやパーミッションを変更してマウントしてくれる。Gitとかで所有権エラーが出るのを防げて快適になる。


<syntaxhighlight lang="python">sudo bindfs --mirror=myname --force-group=myname /media/win ~/.mnt_win/</syntaxhighlight>
<syntaxhighlight lang="python">sudo bindfs --mirror=myname --force-group=myname /media/win ~/.mnt_win/</syntaxhighlight>