I am trying to access files on a Mac OSX 10.4 using NFS on a TS-7000 (WIFIBOX).
I configure
the Mac as the NFS host at 192.168.0.10 and do the following on the TS-7000.
$ portmap &
$ mount -t nfs 192.168.0.10:/users/export /mnt/root
The board knows the volume is there, I can check with moun and get:
$ mount
/dev/root on / type ext2 (rw)
none on /dev type devfs (rw)
/proc on /proc type proc (rw)
/dev/mtdblock/3 on /mnt/root type yaffs (rw)
192.168.0.10:/users/export on /mnt/root type nfs
(rw,v3,rsize=8192,wsize=8192,hard,udp,lock,addr=192.168.0.10)
I can even see the size of the volume and free space. But after I copy files
to the directory, I
do not see anything from the TS-7000. I can see 'root' in '/mnt' but /mnt/root
is empty.
Any clues?
Craig
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|