如何find只能远程访问服务器的RAIDconfiguration/级别和RPM速度?
只有远程访问(没有物理访问),到服务器(即SSH),我怎么(或可能是这样): 找出是否configuration了RAID? 如果是RAIDconfiguration,无论是软件还是硬件RAID? 它是什么级别的RAID? find硬盘的RPM速度? 注意:在这种情况下,我可以访问基于RHEL4 / 5和CentOS4 / 5的Linux服务器。 编辑 以下是RHEL4服务器的mount命令的输出: /dev/mapper/VolGroup00-LogVol00 on / type ext3 (rw) none on /proc type proc (rw) none on /sys type sysfs (rw) none on /dev/pts type devpts (rw,gid=5,mode=620) usbfs on /proc/bus/usb type usbfs (rw) /dev/sda1 on /boot type ext3 (rw) none on /dev/shm type tmpfs (rw) none […]