Alles anzeigenI'm sorry - I just can't seem to get this to work.
I've tried this twice now:
- encrypt raw disks (3 of them)
- create RAID on top
- add shared folders
When I reboot I unlock the disks, but the RAID page is empty - how do I poke it to spot the now-available disks? Or should this happen automatically?
Thanks in advance.
Geoff
Since the plugin is not ready for use in 3.x I currently using a small script i made. Had no time to make it use the key input as a variable and unlock all disks, so i have to past the key 3 times with right click after copy from my keepass password manager.
#!/bin/bash -e
service plexmediaserver stop
sudo cryptsetup luksOpen /dev/sda mnt
sudo cryptsetup luksOpen /dev/sdb mnt2
sudo cryptsetup luksOpen /dev/sdc mnt3
sudo mdadm --assemble -scan
service plexmediaserver restart
service plexpy restart
Works perfectly for me with plex and plexpy.