Skip to content

Instantly share code, notes, and snippets.

@iddar
Created June 23, 2020 23:06
Show Gist options
  • Save iddar/7aea7555d0403d46a7013de9eb161fe3 to your computer and use it in GitHub Desktop.
Save iddar/7aea7555d0403d46a7013de9eb161fe3 to your computer and use it in GitHub Desktop.
Setup fake Intel Raid on linux

Ultra basic setup

  • Install tooling apt install dmraid
  • Active raed with sudo dmraid -a y
  • use Disks for edit mount point and lebel

Tip

For clean df list use

$ df -h -x squashfs -x tmpfs -x devtmpfs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment