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
Is your feature request related to a problem? Please describe.
My C drive is near capacity.
When using WSL + Ubuntu, I ran Add-AppxPackage from my storage drive (D:).
I also previously configured my Windows 10 Storage settings to "Change Where New Content is Saved" including "New Apps will Save to" my storage drive, but I notice the files are put on C: anyway. I would argue this is a bug, but Stack Exchange states it's simply not supported.
Describe the solution you'd like
If I run Add-AppxPackage on a remote drive, the subsystem files are stored on that drive.
From inside subsystem, if I install a package it can be saved to a folder I chose, potentially on another drive.
The two above can be implemented separately. For implementation on WSL side, I think it's easier to continue WSL installation on my main drive, but when I sudo apt-get install unzip, for example, that stuff can be put on my storage drive.
The text was updated successfully, but these errors were encountered:
Hi! We've identified this issue as a duplicate of another one that already exists in this repository. This specific instance is being closed in favor of tracking the concern over on the referenced thread.
Is your feature request related to a problem? Please describe.
My C drive is near capacity.
When using WSL + Ubuntu, I ran
Add-AppxPackage
from my storage drive (D:).I also previously configured my Windows 10 Storage settings to "Change Where New Content is Saved" including "New Apps will Save to" my storage drive, but I notice the files are put on C: anyway. I would argue this is a bug, but Stack Exchange states it's simply not supported.
Describe the solution you'd like
The two above can be implemented separately. For implementation on WSL side, I think it's easier to continue WSL installation on my main drive, but when I
sudo apt-get install unzip
, for example, that stuff can be put on my storage drive.The text was updated successfully, but these errors were encountered: