- rhk@rubert:~$ df -h
- Filesystem Size Used Avail Use% Mounted on
- /dev/md0 38G 21G 16G 57% /
- varrun 1000M 88K 1000M 1% /var/run
- varlock 1000M 0 1000M 0% /var/lock
- udev 1000M 92K 1000M 1% /dev
- devshm 1000M 0 1000M 0% /dev/shm
- lrm 1000M 44M 956M 5% /lib/modules/2.6.24-21-generic/volatile
- /dev/md1 319G 176G 127G 59% /home
- /dev/sdc1 230G 87G 132G 40% /media/disk
- rhk@rubert:~$ sudo mdadm --detail /dev/md0
- /dev/md0:
- Version : 00.90.03
- Creation Time : Tue May 8 22:28:25 2007
- Raid Level : raid1
- Array Size : 40009728 (38.16 GiB 40.97 GB)
- Used Dev Size : 40009728 (38.16 GiB 40.97 GB)
- Raid Devices : 2
- Total Devices : 2
- Preferred Minor : 0
- Persistence : Superblock is persistent
- Update Time : Sun Oct 26 13:13:27 2008
- State : active
- Active Devices : 2
- Working Devices : 2
- Failed Devices : 0
- Spare Devices : 0
- UUID : d22e34a7:79f2fcc0:d8e00157:c2def9a6
- Events : 0.53
- Number Major Minor RaidDevice State
- 0 8 1 0 active sync /dev/sda1
- 1 8 17 1 active sync /dev/sdb1
- rhk@rubert:~$ sudo mdadm --detail /dev/md1
- /dev/md1:
- Version : 00.90.03
- Creation Time : Tue May 8 22:28:35 2007
- Raid Level : raid1
- Array Size : 339686272 (323.95 GiB 347.84 GB)
- Used Dev Size : 339686272 (323.95 GiB 347.84 GB)
- Raid Devices : 2
- Total Devices : 2
- Preferred Minor : 1
- Persistence : Superblock is persistent
- Update Time : Sun Oct 26 13:13:26 2008
- State : clean
- Active Devices : 2
- Working Devices : 2
- Failed Devices : 0
- Spare Devices : 0
- UUID : e6109aa4:16fc5a88:1d4bc0dd:a29cc625
- Events : 0.96
- Number Major Minor RaidDevice State
- 0 8 5 0 active sync /dev/sda5
- 1 8 21 1 active sync /dev/sdb5
- rhk@rubert:~$ sudo fdisk /dev/sda -l
- Disk /dev/sda: 400.0 GB, 400088457216 bytes
- 255 heads, 63 sectors/track, 48641 cylinders
- Units = cylinders of 16065 * 512 = 8225280 bytes
- Disk identifier: 0x000a1148
- Device Boot Start End Blocks Id System
- /dev/sda1 * 1 4981 40009851 fd Linux raid autodetect
- /dev/sda2 4982 6227 10008495 83 Linux
- /dev/sda3 6228 6352 1004062+ 82 Linux swap / Solaris
- /dev/sda4 6353 48641 339686392+ 5 Extended
- /dev/sda5 6353 48641 339686361 fd Linux raid autodetect
- rhk@rubert:~$ sudo fdisk /dev/sdb -l
- Disk /dev/sdb: 400.0 GB, 400088457216 bytes
- 255 heads, 63 sectors/track, 48641 cylinders
- Units = cylinders of 16065 * 512 = 8225280 bytes
- Disk identifier: 0x000c1c47
- Device Boot Start End Blocks Id System
- /dev/sdb1 * 1 4981 40009851 fd Linux raid autodetect
- /dev/sdb2 4982 6227 10008495 83 Linux
- /dev/sdb3 6228 6352 1004062+ 82 Linux swap / Solaris
- /dev/sdb4 6353 48641 339686392+ 5 Extended
- /dev/sdb5 6353 48641 339686361 fd Linux raid autodetect
- rhk@rubert:~$ cat /etc/fstab
- # /etc/fstab: static file system information.
- #
- # <file system> <mount point> <type> <options> <dump> <pass>
- proc /proc proc defaults 0 0
- # /dev/md0
- UUID=775f9be7-322c-4c0c-8375-e52dd152d5e8 / ext3 relatime,errors=remount-ro 0 1
- # /dev/md1
- UUID=f2976ed7-f8dd-4c33-b03c-572bd0b99dcd /home ext3 relatime 0 2
- # /dev/sda3
- UUID=6a4c405b-2f60-411f-968e-d14614fab20f none swap sw 0 0
- # /dev/sdb3
- UUID=d94cca15-b20c-4cbf-8b86-9674baba03e1 none swap sw 0 0
- /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
- rhk@rubert:~$
