作者littleboypis (littleboypis)
看板LinuxDev
標題[轉錄][問題] 嵌入式平台mount問題
時間Wed Apr 16 20:13:49 2008
※ [本文轉錄自 Linux 看板]
作者: jiunkuenwang (心禪) 看板: Linux
標題: [問題] 嵌入式平台mount問題
時間: Wed Apr 16 18:42:40 2008
請教諸位高手
我們要在Embeded Linux下 mount一NFS的Server
所下的指令為
route add default gw XXX.XXX.XXX.XXX
mount -t nfs -o nolock,rsize=1024,wsize=1024 XXX.XXX.XXX.XXX:/home/amos /mnt
但輸入指令 數分鐘後出現
mount: RPC: Unable to receive; errno = Connection refused
在NFS的Server上的exports設定為
/home/amos XXX.XXX.XXX.0/24(rw,root_squash,sync)
我們也試過在另一台普通的Linux Server上進行mount
並不會有這樣的錯誤
請問原因為何?
--
感謝諸位高手解惑~ 感激不盡!!!
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 140.123.105.91
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 140.123.216.117
1F:推 Lifrs:1.防火牆 2.portmap 04/17 21:12
2F:推 infor:etc/export??? 04/22 00:53
3F:推 firedragen:/etc/hosts.deny 04/22 02:15
4F:推 mcauther:應該是 server selinux 沒打開 <<之前也被搞了好久 04/24 20:53
5F:→ mcauther:應該說 selinux 沒關閉才對 04/24 20:54