- 论坛徽章:
- 0
|
前几天提了个问题,依然没有解决,再次贴出,希望有高手出招。
两台E450接同一台阵列,一台(A)是SOLARIS8,一台(B)是SOLARIS9。阵列上的文件系统及文件都是在SOLARIS8那台上建立的。SOLARIS9那台能MOUNT阵列上的文件系统,并且正确显示磁盘使用率,但LS等命令不能显示里面的内容:
B:
#uname -a
SunOS msgbak 5.9 Generic_112233-06 sun4u sparc SUNW,Ultra-4
#df -k
/dev/dsk/c3t4d0s6 173219260 57266798 114220270 34% /opt/strg
#pwd
/opt/strg
# ls -al
总数 0
----------------------------
A:
# uname -a
SunOS msg1 5.8 Generic_108528-13 sun4u sparc SUNW,Ultra-4
#df -k
/dev/dsk/c3t4d0s6 173219260 57266798 114220270 34% /opt/strg
#pwd
/opt/strg
# ls -al# ls -al
total 398
drwxr-xr-x 12 root root 1024 Jul 23 11:46 .
drwxrwxr-x 11 root sys 512 Sep 25 2002 ..
drwxr-xr-x 2 root other 512 Jan 16 2002 .backup
drwxr-xr-x 3 root other 512 Jun 12 20:18 accountbk
drwxr-x--- 2 root other 512 Dec 17 2000 Direct |
|