LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   problem copying nfs folder of NAS (https://www.linuxquestions.org/questions/linux-hardware-18/problem-copying-nfs-folder-of-nas-630458/)

jkeertir 03-25-2008 06:47 AM

problem copying nfs folder of NAS
 
Dear ALL,

I am facing problem while copying nfs folder of NAS. I want to copy data of NAS in taiwan to Nas in india.so ,I first telnetted NAs in india.After getting NAs prompt i enter following commands ,where 122.116.113.94 is the fixed ip address of nas in tiawan.and aaa is a nfs folder. and executed following commands.Where i could mount the nfs folder"aaa",but can not copy them in the "k" folder.

nas> mount -t nfs 122.116.113.94:/mnt/ide3/aaa /mnt/ide4/backup

nas> mount

usbfs on /proc/bus/usb type usbfs (rw)

/dev/hdd1 on /system type ext3 (rw)

/dev/hdd2 on /mnt/ide4 type ext2 (usrquota,grpquota)

122.116.113.94:/mnt/ide3/aaa on /mnt/ide4/backup type nfs (addr=122.116.113.94)

nas> ls /mnt/ide4/backup/

564 test

nas> cp -R /mnt/ide4/backup /mnt/ide4/k

nfs: server 122.116.113.94 not responding, still trying

nfs: server 122.116.113.94 not responding, still trying

nfs: server 122.116.113.94 not responding, still trying


can any one tell me where could be the problem,or any other way to do it.


With regards,
Keerti


All times are GMT -5. The time now is 05:09 PM.