DDoSolitary / LxRunOffline

A full-featured utility for managing Windows Subsystem for Linux (WSL)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem occurs when moving wsl

LeungYpH opened this issue · comments

Problem:
PS C:\Users\Downloads\LxRunOffline-v3.5.0-msvc> .\LxRunOffline.exe move -n Ubuntu-20.04 -d E:\Ubuntu_wsl
[ERROR] Couldn't set the case sensitive attribute of the directory "\?\E:\Ubuntu_wsl\temp".
Reason: An invalid parameter was passed to a service or function.

I had done the following command:
PS E:> icacls E:\Ubuntu_wsl /grant "lyx:(OI)(CI)(F)" #lyx is user name

I also reboot my computer after downloading LxRunOffline

I don't know much about it, but could it be that E: is formatted with a case-insensitive file system (like FAT, often used with USB sticks)? If so, try formatting it with NTFS. NTFS is case-sensitive.