setenv bootargs console=ttyAS0,115200 root=/dev/nfs nwhwconf=device:eth0,hwaddr:00:00:00:00:00:00 nfsroot=192.168.10.10:/home/user,tcp ip=192.168.10.100::192.168.10.1:255.255.255.0:hostname::off bigphysarea=2000 systemid=01000000
u-boot에서 리눅스 커널로 bootargs를 넘겨주어 nfs를 연결할 경우, 기본값이면 UDP로 연결되게 된다.
mount로 확인해보면
로 udp가 아닌 tcp로 붙은것을 알 수 있다.
자세한건 확인해 봐야겠지만, nfs ver=2 라서 udp 인지는 모르겠다.
u-boot에서 리눅스 커널로 bootargs를 넘겨주어 nfs를 연결할 경우, 기본값이면 UDP로 연결되게 된다.
mount로 확인해보면
# mount rootfs on / type rootfs (rw) /dev/root on / type nfs (rw,noatime,vers=2,rsize=4096,wsize=4096,hard,nolock,proto=tcp,timeo=600,retrans=2,addr=192.168.10.10) proc on /proc type proc (rw) /dev/sda1 on /root/sda1 type vfat (rw,fmask=0022,dmask=0022,codepage=cp437,iocharset=iso8859-1) |
자세한건 확인해 봐야겠지만, nfs ver=2 라서 udp 인지는 모르겠다.
'프로그램 사용 > nfs' 카테고리의 다른 글
NFS 마운트 하기 - how mount nfs filesystem (0) | 2010.01.11 |
---|---|
Samba on NFS(NFS 에서 삼바사용) (0) | 2009.12.22 |
NFS 사용시 생성되는 .nfs000 파일에 대하여 (0) | 2009.12.19 |
ubuntu nfs 서버 설치하기 (0) | 2009.09.01 |
NFS mount시 -13 오류 (0) | 2009.04.29 |