Hello,
I have recently had a problem with my 10.04 server machine. It will not boot, it seems to be taking forever on the loading screen (normally headless server, but I connected monitor when I couldn't ssh), but that's not why I'm here.
Knowing that I do rsync backups every night at midnight of my machine I just bit the bullet and formatted my / partition. Reinstall went fine, I turned off automatic updates (I suspect an update caused the problem) But now I cannot mount my jmicron raid 1, which is where my rsync backup is (doh!).
sudo fdisk -l
ls -lh /dev/mapperCode:WARNING: GPT (GUID Partition Table) detected on '/dev/sdd'! The util fdisk doesn't support GPT. Use GNU Parted. Disk /dev/sdd: 1000.2 GB, 1000204886016 bytes 255 heads, 63 sectors/track, 121601 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x8d9c2c2b Device Boot Start End Blocks Id System WARNING: GPT (GUID Partition Table) detected on '/dev/sde'! The util fdisk doesn't support GPT. Use GNU Parted. Disk /dev/sde: 1000.2 GB, 1000204886016 bytes 255 heads, 63 sectors/track, 121601 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x8d9c2c2b Device Boot Start End Blocks Id System
Code:total 0 drwxr-xr-x 2 root root 80 2010-05-28 09:25 . drwxr-xr-x 18 root root 3800 2010-05-28 09:25 .. crw-rw---- 1 root root 10, 59 2010-05-28 08:14 control brw-rw---- 1 root disk 251, 0 2010-05-28 09:25 jmicron_blackRaid
dmraid -r:
I do believe I formatted it ext3 and I cannot seem to mount it that way.Code:/dev/sde: jmicron, "jmicron_blackRaid", mirror, ok, 1953497088 sectors, data@ 0 /dev/sdd: jmicron, "jmicron_blackRaid", mirror, ok, 1953497088 sectors, data@ 0
sudo mount -t ext3 /dev/mapper/jmicron_blackRaid /media/temp:
dmesg | tail:Code:mount: wrong fs type, bad option, bad superblock on /dev/mapper/jmicron_blackRaid, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | tail or so
If I remember correctly I had to install something to get it to recognize the partition correctly, but I cannot remember what it was...Code:... (unrelated stuff omitted) [ 4449.485504] VFS: Can't find ext3 filesystem on dev dm-0.
Thanks in advanced for the help!



Adv Reply

Bookmarks