Replies: 5 comments 1 reply
-
|
i also tried using the .vdmk provided in the documentation, same issues |
Beta Was this translation helpful? Give feedback.
-
|
Which drive are you trying to access? Drive as in drive number. 1:/ (the ISO, usually) is read-only |
Beta Was this translation helpful? Give feedback.
-
well at least now it decides to show the vdmk, however, it seemingly contains no files even though it does. might it be a wrong controller type? idk |
Beta Was this translation helpful? Give feedback.
-
here are a few screenshots that might help, as seen i can still only access the iso, i also tried manually formatting the vdmk again, didnt do anything |
Beta Was this translation helpful? Give feedback.
-
|
Well i figured out a lot the last few days. no matter what i do, if i use a vmdk, if i use a vdi or just load a vmdk that already has all the data on it, the first time i launch it in vbox it can read and show everything on it. as soon as i try to write anything, it tells me about an "aFirstCluster" error or throws a FileNotFound exception. after that nothing works anymore until i reboot. i tried it with a new Project, that was purely made to do FS things, same issues, first boot makes it readable, once you write it is broken... for that Test-Project i only made a kernel.cs which looks like this: namespace FSTESTvbox }` my repo for BlyatOS is also public, so if you are curious (or somehow know the issue) you may also look there |
Beta Was this translation helpful? Give feedback.



Uh oh!
There was an error while loading. Please reload this page.
-
i have tried a lot for the past week, my OS does boot on both VBox and Vmware, however, Vbox seems to be unable to use the filesystem.
i always seem to get one of 3 errors, either "readonly disk", "path not found (even though that exact path was created and does list under Directories), or it just decides to tell me in my settings, that the Filesystem.vdmk isnt accessable.
i havent found someone have that Problem, but i do wish to use audio in my system so i gotta use vbox...
and before someone tells me, i tried Qemu, couldnt figure it out
i believe what might help is someone showing me their settings for the OS in Vbox (specifically Filesystem) and/or their way of writing files
i am currently using PIIX3 and in code i use VFSManager functions for everything
Beta Was this translation helpful? Give feedback.
All reactions