Anything related to disk-like storage media, like hard-disks, CDs, DVDs, etc. By extension it could be applied to other mass storage media that are commonly referred as "disks", like SSD, flash cards, etc.
Questions tagged [disk]
1293 questions
-3
votes
1 answer
Explanation on Data Disk
I asked this question and received this answer.. However, I don't understand how to do the answer so I need clarification and more explanation
"I want to make 20 Virtual Computers and I want to download same files on them, however it will take too…

user3026901
- 1
- 1
-3
votes
2 answers
Formatting Disk using Java
Possible Duplicate:
Is it possible to format a memory stick, pen drive or disk using Java?
I need to format my pendrive into NTFS file system using a Java program. Can you please tell me how can I do this?
Thank you

Jayant Varshney
- 11
- 1
- 1
-4
votes
1 answer
How to write bytes to disc in C?
I want to write a program that formats a disc to a new format (not NTFS or FAT32) and can read from and write to the disc, In order to do this, I have to have a way to write single bytes to a disc (without creating files). How do I do that?
EDIT: I…

Isaac D. Cohen
- 797
- 2
- 10
- 26