CosmosOS / Cosmos

Cosmos is an operating system "construction kit". Build your own OS using managed languages such as C#, VB.NET, and more!
https://www.goCosmos.org
BSD 3-Clause "New" or "Revised" License
2.91k stars 549 forks source link

How do I format a drive? #2140

Closed quajak closed 2 years ago

quajak commented 2 years ago

Discussed in https://github.com/CosmosOS/Cosmos/discussions/2135

Originally posted by **MinecraftW06** February 26, 2022 Sys.FileSystem.VFS.VFSManager.Format("0", "FAT32", true) worked on earlier versions of cosmos but it's not working in the latest dev kit.
quajak commented 2 years ago

@MinecraftW06 what happens on the newest devkit?

MishaTy commented 2 years ago

I removed the method, replaced in managed partition class. It is found in getdisks() in the vfs

tails2012timnew commented 6 months ago

that is not working.