소스 검색

Fix typos

bryan 4 년 전
부모
커밋
c24e69d0bf
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 5 5
      blog.bryanroessler.com/_posts/2020-12-14-btrfs-on-wsl2.md

+ 5 - 5
blog.bryanroessler.com/_posts/2020-12-14-btrfs-on-wsl2.md

@@ -97,11 +97,11 @@ After you are finished moving data around:
 2. Back in Windows, unshare the drive with the WSL2:
 
 ```(powershell)
-wsl --unmount \\.\PHYSICALDRIVE5 --bare
-wsl --unmount \\.\PHYSICALDRIVE6 --bare
-wsl --unmount \\.\PHYSICALDRIVE7 --bare
-wsl --unmount \\.\PHYSICALDRIVE8 --bare
-wsl --unmount \\.\PHYSICALDRIVE9 --bare
+wsl --unmount \\.\PHYSICALDRIVE5
+wsl --unmount \\.\PHYSICALDRIVE6
+wsl --unmount \\.\PHYSICALDRIVE7
+wsl --unmount \\.\PHYSICALDRIVE8
+wsl --unmount \\.\PHYSICALDRIVE9
 ```
 
 And voilà, you are done!