[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] xtr restore with 550 OS
- Subject: Re: [cobalt-users] xtr restore with 550 OS
- From: "Chris L" <clathem@xxxxxxxxxxxxx>
- Date: Mon Jul 7 12:13:00 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> what does /etc/fstab read?
> Also /proc/mdstat
>
> Gerald
Hi Gerald,
Here are my results:
[root /]# cat /etc/fstab
/dev/md1 / xfs defaults 1
1
/dev/md2 /var xfs defaults,nosuid 3
3
/dev/md3 swap swap defaults 0
0
/dev/md4 /home xfs
defaults,usrquota,grpquota,osyncisdsync 4 4
none /proc proc defaults 0
0
none /dev/pts devpts gid=5,mode=0620 0
0
none /dev/shm tmpfs defaults 0
0
[root /]# cat /proc/mdstat
Personalities : [raid0] [raid1] [raid5]
read_ahead 1024 sectors
md1 : active raid1 hdk1[0] hdi1[3] hdg1[2] hde1[1]
4095936 blocks [4/4] [UUUU]
md2 : active raid1 hdk2[0] hdi2[3] hdg2[2] hde2[1]
1536128 blocks [4/4] [UUUU]
md3 : active raid1 hdk3[0] hdi3[3] hdg3[2] hde3[1]
524544 blocks [4/4] [UUUU]
md4 : active raid1 hdk4[0] hdi4[3] hdg4[2] hde4[1]
71993792 blocks [4/4] [UUUU]
unused devices: <none>
Thanks for your help.
Chris