You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: