1994 1995 1996 1997 1998 1999 2000 2001 2002 <2003> 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 <2003> 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 |
<== Date ==> | <== Thread ==> |
---|
Subject: | about NFS |
From: | "zhaozhuo" <[email protected]> |
To: | "tech-talk" <[email protected]> |
Date: | Fri, 29 Aug 2003 17:00:30 +0800 |
hi,everyone!
I want to share the directory "/export/home/zhaozhuo/medmtest"
on the SUN Workstation/Solaris8 for a PC/Red Hat Linux9.
SUN Workstation's
name aa
(Server)
PC's
name bb
(Client)
So i do the following:
1.on aa
share -F nfs -o ro=bb
/export/home/zhaozhuo/medmtest
2.on bb
mount -t nfs aa:/export/home/zhaozhuo/medmtest
/home21
but it shows the errors:
mount:RPC:Timed out
I've run the command "/etc/rc.d/init.d/nfs start" and I also
checked the "nfsd" state by "ps -ed|grep nfsd.
it shows the following:
root 3285
1 0 Aug28 ? 00:00:00 [nfsd]
root 3286
1 0 Aug28 ? 00:00:00 [nfsd]
root 3287
1 0 Aug28 ? 00:00:00 [nfsd]
root 3288
1 0 Aug28 ? 00:00:00 [nfsd]
root 3289
1 0 Aug28 ? 00:00:00 [nfsd]
root 3290
1 0 Aug28 ? 00:00:00 [nfsd]
root 3291
1 0 Aug28 ? 00:00:00 [nfsd]
root 3292
1 0 Aug28 ? 00:00:00 [nfsd]
I don't know what's the reason,who can help
me? |