Windows10のAnniversary Updateから実装されたBash on Windows、導入時にHomeDirectoryの変更に手間取ったので、Creators Update版を入れる前に設定方法の備忘録を。
ホームディレクトリの変更はBash on Windows上での「/etc/passwd」を変更する、Bashu on Windowsの実体は「C:\Users\%username%\AppData\Local\lxss\」に有るようです1)参考:Bash on Windowsのホームディレクトリ変更 TadaoYamaokaの日記。
そのため、
C:\Users\%username%\AppData\Local\lxss\rootfs\etc
の
passwd
にHomeディレクトリを設定します。
設定は、passwdの末尾に
%username%:x:1000:1000:””,,,:/mnt/Homeディレクトリに設定したいディレクトリのパス:/bin/bash
のように記載します。
※%username%はユーザー名
脚注
↑1 | 参考:Bash on Windowsのホームディレクトリ変更 TadaoYamaokaの日記 |
---|