awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 مستودعات

Awesome GitHub RepositoriesDisk Partitioning Utilities

Tools for creating, deleting, resizing, and flagging disk partitions using utilities like parted.

Distinct from Parts and BOM Managements: Candidates are incorrectly matching manufacturing 'parts' (BOMs) instead of disk partitions.

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

Awesome Disk Partitioning Utilities GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • rocky-linux/rockyالصورة الرمزية لـ rocky-linux

    rocky-linux/rocky

    9,497عرض على GitHub↗

    Rocky is an open-source enterprise operating system designed for server and cloud infrastructure. It is a community-maintained Linux server distribution that provides a platform focused on stability and security. The project is fundamentally a Red Hat Enterprise Linux compatible operating system, maintaining bug-for-bug binary compatibility to ensure identical software behavior. This allows it to serve as an enterprise-grade platform without proprietary licensing. The distribution covers a broad range of system administration capabilities, including package management via modular repository

    Provides standard utilities for creating, resizing, and managing disk partitions on physical storage.

    enterprise-linuxrocky
    عرض على GitHub↗9,497
  • webmin/webminالصورة الرمزية لـ webmin

    webmin/webmin

    5,595عرض على GitHub↗

    Webmin is a web-based administration interface for Unix systems. It provides a centralized console for managing the full range of server administration tasks — users and groups, software packages, storage, network configuration, system services, and security — all through a browser. Its modular architecture allows separate modules to handle databases (MySQL, MariaDB, PostgreSQL), web servers (Apache), DNS (BIND), email (Sendmail, Dovecot), file sharing (Samba, NFS), and more, with a unified access control system that restricts what each administrator can see and do. What sets Webmin apart is

    Adds primary partitions to hard disks by specifying size and filesystem type.

    HTML
    عرض على GitHub↗5,595
  • nix-community/diskoالصورة الرمزية لـ nix-community

    nix-community/disko

    2,866عرض على GitHub↗

    Disko is a declarative configuration system for managing Linux disk partitioning, filesystem formatting, and LUKS encryption setup. It functions as a disk provisioner that allows users to define disk layouts and mount points through configuration files rather than manual commands. The project focuses on providing reproducible system installations by defining storage provisioning as code. It specifically automates the creation of partition tables, the setup of encrypted storage containers, and the configuration of filesystem layouts for NixOS systems. The toolset includes a command-line inter

    Provides a high-level configuration schema to define precise disk partitioning and formatting sequences.

    Nixbuild-with-buildbotflakesnix
    عرض على GitHub↗2,866
  • billw2/rpi-cloneالصورة الرمزية لـ billw2

    billw2/rpi-clone

    2,787عرض على GitHub↗

    هذا المشروع عبارة عن أداة نصية (shell-scripted) مصممة لاستنساخ ومزامنة أقراص نظام Linux. تتيح إنشاء نسخ قابلة للإقلاع من أجهزة التخزين النشطة، مما يسمح للمستخدمين بالحفاظ على نسخ احتياطية وظيفية أو إعداد وسائط تخزين جديدة لبيئات الحوسبة المضمنة. تقوم الأداة باستنساخ مدرك للتقسيم (partition-aware) من خلال تحليل هيكل محرك الأقراص المصدر لإعادة إنشاء تخطيطات متطابقة على أقراص الوجهة. وتتميز بتعديل ملفات تكوين الإقلاع ومعرفات التقسيم على محرك الأقراص المستهدف، مما يضمن بقاء الوسائط المستنسخة قابلة للإقلاع عند نقلها إلى أجهزة جديدة. بعيداً عن الاستنساخ الأولي، تدعم الأداة المزامنة التزايدية لتحديث النسخ الاحتياطية الموجودة عن طريق نقل كتل البيانات المعدلة فقط. تُدار هذه العملية من خلال تدفق تنفيذ إجرائي ينسق أدوات القرص منخفضة المستوى بينما يظل نظام التشغيل قيد التشغيل.

    Analyzes source drive structures to automatically recreate identical partition layouts on destination media.

    Shell
    عرض على GitHub↗2,787
  1. Home
  2. Operating Systems & Systems Programming
  3. Disk Partitioning Utilities

استكشف الوسوم الفرعية

  • Declarative LayoutsSystem for defining disk partition schemes and formatting through high-level configuration files. **Distinct from Disk Partitioning Utilities:** Focuses on the declarative definition of the layout rather than the imperative utilities used to apply it.
  • NixOS Partitioning UtilitiesDeclarative utilities designed specifically for partitioning and mounting disks during NixOS installation. **Distinct from Disk Partitioning Utilities:** Specializes general partitioning utilities for the NixOS installation lifecycle.