From 7322c2c47b3e49e5df836c7c4da0daa825811acf Mon Sep 17 00:00:00 2001 From: bryan Date: Thu, 18 Feb 2021 12:21:02 -0500 Subject: [PATCH] Update btrfs post --- .../_posts/2020-12-14-btrfs-on-wsl2.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/blog.bryanroessler.com/_posts/2020-12-14-btrfs-on-wsl2.md b/blog.bryanroessler.com/_posts/2020-12-14-btrfs-on-wsl2.md index d0d072f..97a5c05 100644 --- a/blog.bryanroessler.com/_posts/2020-12-14-btrfs-on-wsl2.md +++ b/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!