awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 रिपॉजिटरी

Awesome GitHub RepositoriesDisk Image Writers

Applications designed to transfer binary disk images to physical storage media safely.

Distinct from Disk Image Bundlers: A tool for writing images to disks, distinct from tools that bundle or extract files from images.

Explore 4 awesome GitHub repositories matching operating systems & systems programming · Disk Image Writers. Refine with filters or upvote what's useful.

Awesome Disk Image Writers GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • resin-io/etcherresin-io का अवतार

    resin-io/etcher

    33,874GitHub पर देखें↗

    Etcher is a disk image writer and operating system flashing tool used to create bootable USB drives and SD cards. It transfers binary system images to physical external media, enabling computers or microcontrollers to boot from the prepared storage. The application includes system drive protection to prevent the accidental erasure of internal hard drives by filtering available storage devices based on metadata. It also performs data verification by comparing written bytes against the source image to ensure no corruption occurred during the flashing process.

    Provides a specialized application for transferring binary image files to physical drives with built-in safety protections.

    TypeScript
    GitHub पर देखें↗33,874
  • bin456789/reinstallbin456789 का अवतार

    bin456789/reinstall

    12,251GitHub पर देखें↗

    Reinstall is an automated operating system deployer and bare metal provisioning tool designed for virtual private servers and remote hardware. It functions as a remote disk imaging utility and OS management tool, enabling the deployment and reinstallation of Linux and Windows operating systems without requiring physical access to the machine. The project distinguishes itself by automating complex installation hurdles, such as bypassing hardware requirements for RAM, TPM, and SecureBoot. It manages critical low-level tasks including hardware-aware driver injection, raw disk image deployment wi

    Writes raw or compressed system images directly to the server's hard drive to replace the existing OS.

    Shellalpinealpine-linuxboot
    GitHub पर देखें↗12,251
  • xfennec/progressXfennec का अवतार

    Xfennec/progress

    8,841GitHub पर देखें↗

    Progress is a Linux system utility designed to monitor the real-time data transfer progress of active system commands. It functions as a process monitor that reads the proc filesystem to calculate the throughput and estimated completion time of data-intensive tasks. The tool specifically tracks the progress of running Linux commands such as copy, move, and disk duplicate operations. It provides visual status indicators, including completion percentages and current transfer speeds, for standard utilities that do not include their own progress bars. The utility's observability capabilities cov

    Tracks the real-time progress of dd operations when reading or writing disk images.

    C
    GitHub पर देखें↗8,841
  • corpnewt/gibmacoscorpnewt का अवतार

    corpnewt/gibMacOS

    6,880GitHub पर देखें↗

    gibMacOS is a Python-based suite of utilities used to fetch official macOS installation files and recovery components directly from Apple servers. Its primary purpose is to download system images and assemble them into bootable recovery USB drives. The tool specifically enables the creation of macOS recovery media from a Windows environment. It achieves this by using disk imaging and compression tools to flash the retrieved system components onto external USB storage. The project manages its own environment by automating the resolution and installation of required Python dependencies at runt

    Transfers binary system images to physical USB storage for bootable media creation.

    Python
    GitHub पर देखें↗6,880
  1. Home
  2. Operating Systems & Systems Programming
  3. Disk Image Writers

सब-टैग एक्सप्लोर करें

  • Progress MonitoringObservability tools for tracking the transfer status of disk images during write or read operations. **Distinct from Disk Image Writers:** Focuses on observing the progress of the writing process, not the act of writing the image itself.