i used Linux 2.6.18-348.el5 and HP version 11.11.
I didn't use any options for the mount (-F and -o options).
I tried to transfer a single tar file which one size is 18GB approximately.
And i dont have any file size limitation.
[root@OWP-15 ~]# ulimit -a core file size (blocks, -c) 0 data seg size (kbytes, -d) unlimited scheduling priority (-e) 0 file size (blocks, -f) 102400000 pending signals (-i) 14288 max locked memory (kbytes, -l) 32 max memory size (kbytes, -m) unlimited open files (-n) 1024 pipe size (512 bytes, -p) 8 POSIX message queues (bytes, -q) 819200 real-time priority (-r) 0 stack size (kbytes, -s) 10240 cpu time (seconds, -t) unlimited max user processes (-u) 14288 virtual memory (kbytes, -v) unlimited file locks (-x) unlimited
And output of limit.conf file is
#* soft core 0 #* hard rss 10000 #@student hard nproc 20 #@faculty soft nproc 20 #@faculty hard nproc 50 #ftp hard nproc 0 #@student - maxlogins 4 * hard fsize 102400000
And Export settings are
[root@OWP-15 ~]# vi /etc/exports /home/back/ *(rw,insecure,sync,no_wdelay,insecure_locks,no_root_squash)
Please help me.....