sl1000 schreef op vrijdag 07 januari 2011 @ 17:32:
@hemiparo:
download putty:
http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe
opstarten, het ipadres van je nas invullen bij HOST, SSH kiezen als connection type en op "open" klikken
inloggen met admin en je admin pwd
daarna de commando's die ik tussen "quotes" had gezet even intypen. dus
fdisk -lu
output selecteren met je muis (selecteren is automatisch kopieren in putty)
hier ff posten met ctrl-v
herhalen met het andere commando (mdadm --examine /dev/sda3)
exit om de sessie te sluiten.
[~] # fdisk -lu
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
Units = sectors of 1 * 512 = 512 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 63 1060289 530113+ 83 Linux
/dev/sda2 1060290 2120579 530145 82 Linux swap / Solaris
/dev/sda3 2120580 1952507969 975193695 83 Linux
/dev/sda4 1952507970 1953503999 498015 83 Linux
Disk /dev/sda4: 469 MB, 469893120 bytes
2 heads, 4 sectors/track, 114720 cylinders, total 917760 sectors
Units = sectors of 1 * 512 = 512 bytes
Disk /dev/sda4 doesn't contain a valid partition table
Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
Units = sectors of 1 * 512 = 512 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 * 63 1060289 530113+ 83 Linux
/dev/sdb2 1060290 2120579 530145 82 Linux swap / Solaris
/dev/sdb3 2120580 1952507969 975193695 83 Linux
/dev/sdb4 1952507970 1953503999 498015 83 Linux
Disk /dev/sdc: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
Units = sectors of 1 * 512 = 512 bytes
Device Boot Start End Blocks Id System
/dev/sdc1 * 63 1060289 530113+ 83 Linux
/dev/sdc2 1060290 2120579 530145 82 Linux swap / Solaris
/dev/sdc3 2120580 1952507969 975193695 83 Linux
/dev/sdc4 1952507970 1953503999 498015 83 Linux
Disk /dev/sdd: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
Units = sectors of 1 * 512 = 512 bytes
Device Boot Start End Blocks Id System
/dev/sdd1 * 63 1060289 530113+ 83 Linux
/dev/sdd2 1060290 2120579 530145 82 Linux swap / Solaris
/dev/sdd3 2120580 1952507969 975193695 83 Linux
/dev/sdd4 1952507970 1953503999 498015 83 Linux
Disk /dev/md0: 0 MB, 0 bytes
2 heads, 4 sectors/track, 0 cylinders, total 0 sectors
Units = sectors of 1 * 512 = 512 bytes
Disk /dev/md0 doesn't contain a valid partition table
Disk /dev/md9: 542 MB, 542769152 bytes
2 heads, 4 sectors/track, 132512 cylinders, total 1060096 sectors
Units = sectors of 1 * 512 = 512 bytes
Disk /dev/md9 doesn't contain a valid partition table
Disk /dev/md4: 542 MB, 542769152 bytes
2 heads, 4 sectors/track, 132512 cylinders, total 1060096 sectors
Units = sectors of 1 * 512 = 512 bytes
Disk /dev/md4 doesn't contain a valid partition table
[~] #
En...
[~] # mdadm --examine /dev/sda3
/dev/sda3:
Magic : a92b4efc
Version : 00.90.00
UUID : d11b2dbc:2c32a17a:d54fd9f1:b473e96c
Creation Time : Mon Feb 15 11:04:01 2010
Raid Level : raid5
Used Dev Size : 975193600 (930.02 GiB 998.60 GB)
Array Size : 2925580800 (2790.05 GiB 2995.79 GB)
Raid Devices : 4
Total Devices : 4
Preferred Minor : 0
Update Time : Fri Jan 7 17:37:27 2011
State : clean
Active Devices : 4
Working Devices : 4
Failed Devices : 0
Spare Devices : 0
Checksum : 2fe8662 - correct
Events : 0.34
Layout : left-symmetric
Chunk Size : 64K
Number Major Minor RaidDevice State
this 0 8 3 0 active sync /dev/sda3
0 0 8 3 0 active sync /dev/sda3
1 1 8 19 1 active sync /dev/sdb3
2 2 8 35 2 active sync /dev/sdc3
3 3 8 51 3 active sync /dev/sdd3
[~] #