Hi all !
I have 2 hard disks. Same sizes. I think Sme Server makes raid or something, but I need to access the secondary hard disk as well.
Where/which is the folder where the disk is mounted ?
How can i use it to make ibays on it ?
With fdisk -l | more i have this:
Disk /dev/md1 doesn't contain a valid partition table
Disk /dev/md2 doesn't contain a valid partition table
Disk /dev/dm-0 doesn't contain a valid partition table
Disk /dev/dm-1 doesn't contain a valid partition table
Disk /dev/hda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 13 104391 fd Linux raid autodetect
/dev/hda2 14 14593 117113850 fd Linux raid autodetect
Disk /dev/hdb: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 * 1 13 104391 fd Linux raid autodetect
/dev/hdb2 14 14593 117113850 fd Linux raid autodetect
Disk /dev/md1: 106 MB, 106823680 bytes
2 heads, 4 sectors/track, 26080 cylinders
Units = cylinders of 8 * 512 = 4096 bytes
Disk /dev/md2: 119.9 GB, 119924457472 bytes
2 heads, 4 sectors/track, 29278432 cylinders
Units = cylinders of 8 * 512 = 4096 bytes
Disk /dev/dm-0: 118.2 GB, 118279372800 bytes
2 heads, 4 sectors/track, 28876800 cylinders
Units = cylinders of 8 * 512 = 4096 bytes
Disk /dev/dm-1: 1577 MB, 1577058304 bytes
2 heads, 4 sectors/track, 385024 cylinders
Units = cylinders of 8 * 512 = 4096 bytes
Can you help ?
Thanks a lot