30th Jun, 2013, 02:09 PM
I have two HDD's from my old media server (motherboard shorted) attached from my raspberry pi but I'm having trouble mounting them because I used an LVM. I've tried
as root to no avail. Here's the terminal output logs.
Any help with this would be greatly appreciated.
Code:
apt-get install lvm2
Terminal
Setting up lvm2 (2.02.95-7+rpi1) ...
[....] Setting up LVM Volume Groups... Couldn't find device with uuid 7rHCnY-MQy7-f1QP-A0lv-B3CJ-IvkI-rgIv5I.
Couldn't find device with uuid 7rHCnY-MQy7-f1QP-A0lv-B3CJ-IvkI-rgIv5I.
Refusing activation of partial LV Media. Use --partial to override.
failed.
update-initramfs: deferring update (trigger activated)
insserv: Service mountdevsubfs has to be enabled to start service lvm2
insserv: exiting now!
update-rc.d: error: insserv rejected the script header
dpkg: error processing lvm2 (--configure):
subprocess installed post-installation script returned error exit status 1
Processing triggers for initramfs-tools ...
update-initramfs: Not updating initramfs.
Errors were encountered while processing:
lvm2
E: Sub-process /usr/bin/dpkg returned an error code (1)
[....] Setting up LVM Volume Groups... Couldn't find device with uuid 7rHCnY-MQy7-f1QP-A0lv-B3CJ-IvkI-rgIv5I.
Couldn't find device with uuid 7rHCnY-MQy7-f1QP-A0lv-B3CJ-IvkI-rgIv5I.
Refusing activation of partial LV Media. Use --partial to override.
failed.
update-initramfs: deferring update (trigger activated)
insserv: Service mountdevsubfs has to be enabled to start service lvm2
insserv: exiting now!
update-rc.d: error: insserv rejected the script header
dpkg: error processing lvm2 (--configure):
subprocess installed post-installation script returned error exit status 1
Processing triggers for initramfs-tools ...
update-initramfs: Not updating initramfs.
Errors were encountered while processing:
lvm2
E: Sub-process /usr/bin/dpkg returned an error code (1)
Any help with this would be greatly appreciated.