Skip to main content

Docker Desktop WSL2에서 D 드라이브 인식시키기

등록일: 2024-03-13 23:28


.host:/d /ext001/ fuse.vmhgfs-fuse defaults,allow_other 0 0

sudo vmhgfs-fuse .host:/d /ext001/ -o allow_other -o uid=1000
sudo mount -t vmhgfs .host:/d /ext001