I built my system with 1 hard drive because I wanted to use the recommended hard drive partitioning scheme from openSUSE 13.1 as my partitioning starting point. I left it as is, except I reduced the size of /home a bit, and added a /var partition. Anyway, after I got openSUSE 13.1 x86_64 installed, I shut the machine down and added to additional hard drives. When I booted up again, I partitioned those two drives using LVM. One drive is 1TB, the other is 2TB. I set up the 1TB on it’s own Logical Volume called lv_music. I set up the 2TB on it’s own Logical Volume called lv_video. (These are storage drives for my HTPC.) I then set up Volume Groups of vg_music, and vg_video. I set the mounts points as /music and /video. I used the full drive on both of them.
Everything seemed fine.
Then I was working on getting my cable card working and decided to reboot. When I reboot, I walked away and came back to a black screen with a flashing cursor. ****! Reboot again and hit ESC this time to see the boot messages. When it failed, I got these messages:
[TIME] Timed out waiting for device dev-vg_video.lv_video.device.
[DEPEND] Dependency failed for /video.
[DEPEND] Dependency failed for Local File Systems.
Welcome to Emergency Mode! After logging in, type "journalctl -xb" to view systemlogs, "systemctl reboot" to reboot, "systemctl default" to try again to boot into default mode.
That last bit repeats after a bit of time, and I can’t do anything.
So I figured that maybe something’s not installed that needs to be installed for LVM to work properly. YAST could help me figure that out. So I booted into the rescue system using the install DVD. Now I’m stuck. I can’t mount my system disk. I get this:
mount /dev/sda /mnt
Mount.bin: /dev/sda is write-protected, mounting read-only
Mount.bin: wrong fs type, bad option, bad superblock on /dev/sda, missing code page or helper program, or other error.
In some cases useful info is found in syslog - try dmesg | tail or so.
I looked at dmesg, but there didn’t appear to be anything related to mounting a disk.
I’m lost. How can I mount my file system (/dev/sda), and/or what should I do to diagnose the original problem?