NFS 파일사이즈 에 따라 달라짐..- 밑의 쓰레드 연속..
쓰레드가 밀려 다시 올립니다.
왜 ts 파일중 4G 넘는것은 아래 제가 개발하는곳에 보면 용량이 조롷게 밖에 안보일까요?
NFS 로 붙였구요....
NFS 제약이 있는걸까요???
아니면 제가 만든 커널에 문제가 있는걸까요?
제 원래 리눅스에서 본 파일 1 rambo rambo 4543759028 May 17 19:12 45min.ts 1 rambo rambo 426061768 May 17 18:41 sosi1.ts 1 rambo rambo 449269852 May 17 18:41 sosi2.tp 동일한 곳을 시스템에서 NFS를 통해 보이는 파일 1 501 501 248791732 May 17 2010 45min.ts 1 501 501 426061768 May 17 2010 sosi1.ts 1 501 501 449269852 May 17 2010 sosi2.tp
위와 같은 질문을 올렸는데 답변으로 올라온글이...
1.32bit 로 파일 시스템을 처리 하신거 아닐까요?? 라는 답과
2.4G 이상 인식하려면 NFS 버젼이 2 보다 이상이어야 된다는 답을 얻었습니다.
1번에 대해서 32비트로 파일 시스템을 처리 하지 않으려면...어떻게 바꿔야 하는건가요??
2번에 대해서 NFS 버젼은 어떻게 확인하고 어떻게 업글하나요?
NFS 버젼이라고 하는게 서버쪽을 말하는거겠죠? 현재 제 서버에서 보이는 NFS rpm 은 다음같이 나옵니다.
제 NFS 버젼은 얼마인걸까요..흑..
[root@cent ~]$ rpm -qa | grep nfs
nfs-utils-lib-1.0.8-7.2.z2
system-config-nfs-1.3.23-1.el5
nfs-utils-1.0.9-24.el5
[root@cent ~]$
[root@cent ~]$ rpm -qa | grep portmap
portmap-4.0-65.2.2.1
[root@cent ~]$
nfsstat 커맨드로 보면 v2,v3,v4 가 다 있는것같습니다.
[root@cent ~]# nfsstat
Server rpc stats:
calls badcalls badauth badclnt xdrcall
31582794 1 1 0 0
Server nfs v2:
null getattr setattr root lookup readlink
314 0% 1163388 3% 156005 0% 0 0% 1692431 5% 81697 0%
read wrcache write create remove rename
27365564 86% 0 0% 164444 0% 95858 0% 239289 0% 465 0%
link symlink mkdir rmdir readdir fsstat
0 0% 148398 0% 45729 0% 411271 1% 17214 0% 712 0%
Server nfs v3:
null getattr setattr lookup access readlink
6 100% 0 0% 0 0% 0 0% 0 0% 0 0%
read write create mkdir symlink mknod
0 0% 0 0% 0 0% 0 0% 0 0% 0 0%
remove rmdir rename link readdir readdirplus
0 0% 0 0% 0 0% 0 0% 0 0% 0 0%
fsstat fsinfo pathconf commit
0 0% 0 0% 0 0% 0 0%
Server nfs v4:
null compound
1 100% 0 0%
Server nfs v4 operations:
op0-unused op1-unused op2-future access close commit
0 0% 0 0% 0 0% 0 0% 0 0% 0 0%
create delegpurge delegreturn getattr getfh link
0 0% 0 0% 0 0% 0 0% 0 0% 0 0%
lock lockt locku lookup lookup_root nverify
0 0% 0 0% 0 0% 0 0% 0 0% 0 0%
open openattr open_conf open_dgrd putfh putpubfh
0 0% 0 0% 0 0% 0 0% 0 0% 0 0%
putrootfh read readdir readlink remove rename
0 0% 0 0% 0 0% 0 0% 0 0% 0 0%
renew restorefh savefh secinfo setattr setcltid
0 0% 0 0% 0 0% 0 0% 0 0% 0 0%
setcltidconf verify write rellockowner
0 0% 0 0% 0 0% 0 0%
[root@cent ~]#
댓글 달기