I'm not sure what you are referring to by "disk management." There are many utilities to check disk usage, delete files, and manage space quotas.
diskmgmt.msc
edquota -u username
Run DISKMGMT.MSCDISKMGMT.MSC: opens disk management utilityCLEANMGR: opens disk drive clean up utility
k is not a standard command in Linux.
Fdisk is a command that can be used in Linux to manage partitions. With this command one can view all disk partitions or delete partitions. For detailed information on step by step instruction for using this command one can access 'The Geek Stuff' website.
There is no such command. Obviously, in order to enter a command into the prompt, Linux must already be on.
DiskPart.exe
Almost all Unix/Linux systems use the 'df' command to find out how big the partition is, how much is in use, and the percentage of the system in use. This command must be used in a command window.
In a Linux terminal, the command to create a new directory is: mkdir .
you can run many commands
You might be able to do it from control panel>performance and maintenance>administrative tools>computer management>storage>disk management. It should show both disks, but I'm not sure if Windows can recognize the Linux partition. If it does, right click on it and either format the drive or remove the partition. I hope this works for you.
df df - report file system disk space usage du du - estimate file space usage