Created
March 21, 2020 09:41
-
-
Save jiristepan/5dd6436e60e79d06c38608a18fe14639 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add-apt-repository universe | |
sudo apt-get update | |
apt-get install -y mc mdadm lvm2 | |
mkdir /media/DATA | |
mount -t ntfs -o nls=utf8,umask=0222 /dev/sda2 /media/DATA | |
mkdir /media/SYNO | |
mdadm -Asf && vgchange -ay | |
mount /dev/vg1000/lv /media/SYNO -o ro | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment