Open Ocyss opened 2 weeks ago
If this a feature request, please reply with '/feature'. If this is a question, reply with '/question'. Otherwise please attach logs by following the instructions below, your issue will not be reviewed unless they are added. These logs will help us understand what is going on in your machine.
Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it!
Note: You can give me feedback by thumbs upping or thumbs downing this comment.
If this a feature request, please reply with '/feature'. If this is a question, reply with '/question'. Otherwise please attach logs by following the instructions below, your issue will not be reviewed unless they are added. These logs will help us understand what is going on in your machine.
Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it!
Note: You can give me feedback by thumbs upping or thumbs downing this comment.
Logs are required for review from WSL team
WSL 团队需要审核日志 If this a feature request, please reply with '/feature'. If this is a question, reply with '/question'.如果这是一个功能请求,请回复“/feature”。如果这是一个问题,请用“/question”回复。 Otherwise please attach logs by following the instructions below, your issue will not be reviewed unless they are added. These logs will help us understand what is going on in your machine.否则,请按照以下说明附加日志,除非添加日志,否则您的问题将不会被审核。这些日志将帮助我们了解您的机器中发生的情况。
How to collect WSL logs 如何收集WSL日志
View similar issues 查看类似问题
Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it!请查看下面的问题,看看它们是否能解决您的问题,如果该问题描述了您的问题,请考虑关闭此问题并点赞另一个问题,以帮助我们优先处理它!
Open similar issues: 打开类似问题:
- Use a physical drive as WSL rootfs when importing (#7769), similarity score: 0.80导入时使用物理驱动器作为 WSL rootfs (#7769) ,相似度得分:0.80
- Ability to use physical drive instead of ext4.vhdx (#6290), similarity score: 0.76能够使用物理驱动器代替 ext4.vhdx (#6290) ,相似度得分:0.76
- Allow Installation on External ext4 partition (#7819), similarity score: 0.74允许在外部 ext4 分区上安装 (#7819) ,相似度得分:0.74
- Mount partitions and skip HyperV limitations (#9283), similarity score: 0.72挂载分区并跳过 HyperV 限制 (#9283) ,相似度得分:0.72
Closed similar issues: 已关闭类似问题:
- WSL2: allow direct access to block devices (#5135), similarity score: 0.72WSL2:允许直接访问块设备(#5135) ,相似度得分:0.72
Note: You can give me feedback by thumbs upping or thumbs downing this comment.注意:您可以通过赞成或反对此评论来向我提供反馈。
/feature
Is your feature request related to a problem? Please describe.
I'm experiencing severe performance issues while using WSL for full-stack development, with my disk usage frequently hitting 100%. I suspect this is related to storing the
ext4.vhdx
file on a developer disk formatted with ReFS.Describe the solution you'd like
I would like to have the ability to use a physical partition as the system disk for WSL directly. I believe this change could potentially enhance performance and allow for simpler storage management.
Describe alternatives you've considered
While considering moving the
ext4.vhdx
to another partition, I thought of this potentially better solution, as dedicating a single partition just to store a VHDX file seems extremely inelegant to me.Additional context
I will continue to track the issue of disk usage reaching 100% in a short time during development and provide feedback on my experience.