• Home
  • Most Popular
  • Submit
  • About Us
  • Contact Us

Softpile

Free Downloads

Categories
  • Home
  • Most Popular
  • Communications
  • Desktop
  • Games & Entertainment
  • Graphic Apps
  • Network & Internet
  • Security & Privacy
  • System Utilities
Alternative to itextsharp 2022.11.10347
IronPDF offers an itextsharp alternative for HTML to PDF conversion with C# code examples, documentation, and ...
VShell Server for Linux and Mac 4.8
VShell is a versatile and secure file transfer server that supports multiple protocols and is compatible ...
PDF Studio PDF Editor for Linux 2022
PDF Studio is a cost-effective PDF editor that delivers full compatibility with the PDF Standard. It's ...
VQ Probe for Linux 1.5
VQ Probe is a comprehensive software tool that enables objective and subjective video quality analysis. The ...
Resilient Server 2.3
This Debian GNU/Linux (Buster) based software has a customized partitioning scheme that enhances robustness against filesystem ...
Valentina Studio for Linux 9.6
Valentina Studio is a cross-platform GUI manager for Mac, Windows, and Linux. It allows users to ...
VPN Lifeguard for Linux 1.0.58
The software monitors VPN connection and automatically terminates apps during connection loss, re-establishes the connection and ...
G_Viewer 0.84
G_Viewer is a Linux software that serves as both a file system and photo/image viewer. It ...
Checksome File Hash Tool for Linux 1.1
This software allows for the generation and verification of file hashes. It is a quick and ...
KeyWrangler Password Manager for Linux 1.2
A password management software that is secure, offline and extensible. It offers military-grade encryption to protect ...
Home Linux mdadm Download

mdadm

March 27, 2009
This software allows for Linux users to efficiently create, manage, and track their Linux systems with ease.
Version 2.6.9 / 3.0 Devel 3
License GPL
Platform Linux
Supported Languages English
Homepage neil.brown.name
Developed by Neil Brown
The mdadm software is an essential tool for maintaining, creating, and monitoring Linux md device arrays, otherwise known as Software RAID. To note, this review only applies to 2.6 kernels and for some cases, to 2.6.15 or later versions.

Md arrays have an "autodetect" functionality that can be used to assemble them at boot time. This function is triggered by storing components of an array in partitions of type 'fd', also known as Linux Raid Autodetect. They can also be assembled by simply specifying the component devices in a kernel parameter such as md=0,/dev/sda,/dev/sdb. The listed devices will be used to assemble /dev/md0 (because of the 0). While these mechanisms are useful, they do not always provide complete functionality and are unlikely to be extended.

The preferred way to assemble md arrays at boot time is by using mdadm or mdrassemble. To assemble an array that contains the root filesystem, mdadm needs to be run before the filesystem is mounted. Therefore, it needs to be run from an initial-ram-fs. This review focuses on how this can work.

The recommended approach is to assemble only the array containing the root filesystem from the initramfs. Any other arrays should be assembled using files on the main filesystem to enhance flexibility and maintainability. To create a minimal initramfs for assembling md arrays, you need three files and one directory, which includes: /bin directory, /bin/mdadm statically linked mdadm binary, /bin/busybox statically linked busybox binary, /bin/sh the hard link to /bin/busybox, and /init a shell script that calls mdadm appropriately.

The following is a sample init script:
#!/bin/sh
echo 'Auto-assembling boot md array'
mkdir /proc
mount -t proc proc /proc
if [ -n "$rootuuid" ]
then
arg=--uuid=$rootuuid
elif [ -n "$mdminor" ]
then
arg=--super-minor=$mdminor
else
arg=--super-minor=0
fi
echo "Using $arg"
mdadm -Acpartitions $arg --auto=part /dev/mda
cd /
mount /dev/mda1 /root || mount /dev/mda /root
umount /proc
cd /root
exec chroot . /sbin/init < /dev/console > /dev/console 2>&1

Overall, the mdadm software is an excellent tool for maintaining and monitoring Linux md device arrays seamlessly. It's highly recommended to assemble an array that contains the root filesystem from the initramfs for maximum efficiency.
What's New

Version 2.6.9 / 3.0 Devel 3: N/A

Free Download 210K
410
  • Share on:

Most Popular

  1. Quicksilver Forums 1.4.2
    155
  2. Dvgrab 3.4
    102
  3. DynVPN 1.0
    92
  4. SlideMap 1.2.2
    82
  5. CherryTV 0.1
    81
  6. porm r2
    79
  7. Swiftfox 3.0b5pre-2
    77
  8. Java Games 1.0
    76
  9. Clewarecontrol 0.8
    75
  10. fuseftp 0.8
    74

Related Downloads

TkVoice
TKVOICE is a LINUX vgetty-compatible Telephone Answering Machine (TAM) Frontend. It allows ...
GranulePad
GranulePad is a straightforward granular synthesis software that employs Csound, Python, and ...
Almara
Almara is a software that generates photo albums from directories of images. ...
Truevision
Truevision is a software tool that enables users to create 3D models ...
execline
Execline is a shell-like scripting language that is non-interactive and has a ...
Tarmac
The Launchpad Landing Strip is a software tool that enables users to ...
LaptopConfig
LaptopConfig is a software tool that allows easy access to laptop features ...
WMBlueCPU
WMBlueCPU is a tool that keeps track of your computer's processing unit ...
jail
Jail is a network security tool that offers a simple interface for ...
rootsh
Rootsh is a shell wrapper that records all keystrokes and terminal activity ...
Copyright © 1999-2025 Softpile Free Downloads
  • Most Popular
  • Submit
  • About Us
  • Contact Us
  • Privacy Policy
  • Disclaimer
  • Terms of Use

Can we use your data to tailor ads for you?

Our partners will collect data and use cookies for ad personalization and measurement.

By choosing "I agree", closing this pop-up or clicking on any element on the page, you agree to the use of cookies to help us provide you with a better user experience.

Learn how Softpile and our partners collect and use data.

You can change your choice at any time in our privacy center.

Cookie Settings

Our website stores four types of cookies. At any time you can choose which cookies you accept and which you refuse. You can read more about what cookies are and what types of cookies we store in our Cookie Policy.

are necessary for technical reasons. Without them, this website may not function properly.

are necessary for specific functionality on the website. Without them, some features may be disabled.

allow us to analyse website use and to improve the visitor's experience.

allow us to personalise your experience and to send you relevant content and offers, on this website and other websites.