Cosmos: [QUESTION] Drives

Created on 1 Feb 2018  路  11Comments  路  Source: CosmosOS/Cosmos

How do I format an empty drive?

Question

Most helpful comment

I'm planning to implement a feature like that using DiscUtils (for virtual hard disks), but right now I'm still working on other project system features.

All 11 comments

It hasn't been implemented yet.

How is the current file system formatted then? Maybe I could figure something out of it?

You can create an empty disk file in VMware I think.

So it wont require any additional formatting if I do that?
I was asking this because I was wondering if this is capable of running on real hardware with a blank hard drive.

Probably it will... You can load the virtual disk in VirtualBox and format it there, using for example Ubuntu.

Oh okay.
I think that C/C++ can do some low-level disk access and could be used to create a bootable formatting tool that could work well with cosmos. Correct me if I'm wrong.

I'm planning to implement a feature like that using DiscUtils (for virtual hard disks), but right now I'm still working on other project system features.

Allright. Thanks and well, good luck on the features!
And I want to add : This community is by far the most helpful that I encountered online.

It should be done in C# and in Cosmos itself so one could implement the "format" command in your OS.
We already manipulate the HDD at low level having implemented FAT, probably format is not too much different.

@365Tito the current file system format is FAT, there was some talk that someone(s) got cosmos able to edit the MBR

Working started on this see: https://github.com/CosmosOS/Cosmos/issues/924

Was this page helpful?
0 / 5 - 0 ratings

Related issues

seba4316 picture seba4316  路  8Comments

artizzq picture artizzq  路  9Comments

lammaurice034 picture lammaurice034  路  5Comments

geomtech picture geomtech  路  6Comments

365Tito picture 365Tito  路  10Comments