devhome icon indicating copy to clipboard operation
devhome copied to clipboard

Lost the Dev drive

Open joseocio192 opened this issue 1 year ago • 5 comments

Dev Home Version

0.1901.687.0

Windows Build Number

10.0.22631.0

Software Environment

  • Java: Java 8
  • Database: SQL Server 2022
  • IDE: Visual Studio 2022 Community Edition (latest update)

Steps to Reproduce

  1. Use a Java script to generate a SQL file with 100,000 rows.
  2. Execute a batch file to insert the rows into the SQL Server database.

Expected Behavior

The data should be successfully inserted into the SQL Server database.


Actual Behavior

  1. The insertion process fails, displaying an error.

  2. The Dev Drive becomes inaccessible, and a critical error appears in Dev Home under Environments:

    Microsoft Dev Box: Unable to retrieve all dev boxes for [email protected]. One or more errors occurred.
    (WAM Error Code: 3399614467, Error Message: (PII) Internal Error Code: 558133255)

  3. The F: drive disappears, making all programming projects stored there inaccessible.
    Image

  4. Restarting the computer does not resolve the issue. After logging back in, the same error message persists in Dev Home.
    Image


Visual Indications

  1. An error message in Dev Home (screenshot reference: GitHub user attachments).
  2. The F: drive, where development projects were stored, is no longer visible or accessible.

Included System Information

No additional response provided.


Included Extensions Information

The script utilizes the following Java classes:

  • java.io.FileWriter
  • java.io.IOException
  • java.sql.*

joseocio192 avatar Nov 28 '24 21:11 joseocio192

Image

joseocio192 avatar Nov 28 '24 21:11 joseocio192

Found the vhdx with PS C:> Get-ChildItem -Path C:\ -Filter *.vhdx -Recurse double clicked it Image And now i got it :D

joseocio192 avatar Nov 28 '24 22:11 joseocio192

this should not happen and i still have the same error message in Dev Home.

joseocio192 avatar Dec 02 '24 07:12 joseocio192

I think I have something similar. The virtual drive is like hidden at first. All I have to do is open Explorer and click on the partition and then the virtual drive.

Jay-o-Way avatar Mar 25 '25 11:03 Jay-o-Way