>_ linuxcommand.dev
Startseite mdconfig
System Management

mdconfig

Creates and manages memory disks.

Last updated: Report error
Syntax
$mdconfig [OPTIONS]
Examples
Examples
$mdconfig -a -t malloc -s 256m
Examples
$mdconfig -l
Examples
$mdconfig -d -u 0
Typical use cases
Create RAM disk
mdconfig -a -t malloc -s 256m
List devices
mdconfig -l
Note Useful for tests, installer workflows and temporary block devices.
Export