Quote:
Sweet! It picked up on the raid set up after running dmraid and i activated it. Now it seems to not stay activated after i shut down, and i still have no idea how to mount it. The directory where i found (or at least what i think) is the raid is dev/mapper/jmicron_GRAID. There are 3 partitions on the drive. What should be the next step i take so i can view that Drive or its individual partitions?
|
Hmm. Normally dmraid will continue to recognize partitions once "dmraid -ay" is run. The "-tay" function is just a test. What distro are you using, and what method did you use to install dmraid?
You are right in that "/dev/mapper/jmicron_GMRAID" is probably your device. You should be able to mount the first partition with
Code:
mount -t ntfs -o ro /dev/mapper/jmicron_GMRAID1 /mnt"
Of course, you will probably want to make a mountpoint such as "/win2k" or whatever instead of using "/mnt" all the time.