mirror of
https://gist.github.com/a23b8e9f2c9b39398c513b2bcbfc531f.git
synced 2024-11-23 12:51:30 -08:00
update spelling...etc solusos_on_raid0_home.md
parent
cc7de71194
commit
db796b433d
@ -1,4 +1,4 @@
|
|||||||
## Install SolusOS with raid0 /home device
|
## Install SolusOS with software raid0 /home device
|
||||||
|
|
||||||
I don't know if this is correct or not, but it's working for me.
|
I don't know if this is correct or not, but it's working for me.
|
||||||
First, torrent the latest iso and write it to a thumb drive with ddrescue
|
First, torrent the latest iso and write it to a thumb drive with ddrescue
|
||||||
@ -18,7 +18,7 @@ and then mdadm is not installed so you will have to install that.
|
|||||||
eopkg install mdadm
|
eopkg install mdadm
|
||||||
```
|
```
|
||||||
|
|
||||||
If you need to create your raid device, the [Arch Wiki](https://wiki.archlinux.org/index.php/RAID)
|
If you need to create your software raid device, the [Arch Wiki](https://wiki.archlinux.org/index.php/RAID)
|
||||||
is a great resource, but you'll at least need to assemble the raid.
|
is a great resource, but you'll at least need to assemble the raid.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@ -26,7 +26,7 @@ mdadm --assemble --scan
|
|||||||
```
|
```
|
||||||
|
|
||||||
Now you can run the installer gui application, and select the raid device as your home partition. But
|
Now you can run the installer gui application, and select the raid device as your home partition. But
|
||||||
there is some addition configuration you'll need to do via chroot. Mount your / device and chroot into
|
there is some additional configuration you'll need to do via chroot. Mount your / device and chroot into
|
||||||
it.
|
it.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
Reference in New Issue
Block a user