[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Weird NFS behaviour.
- To: misc@openbsd.org
- Subject: Weird NFS behaviour.
- From: perceval anichini <anichi_p@epita.fr>
- Date: Wed, 26 Jun 2002 11:17:54 +0200
- Content-Disposition: inline
- User-Agent: Mutt/1.2.5i
Hello,
I'm using OpenBSD in order to read files from a NAS solution. It seems that their
is no way to access file larger than 2 giga bytes.
Is it a limitation of BSD ? Or am i doing something wrong?
I tried with openBSD 2.9 and 3.1
Here what's mount is telling me. I find that correct...
----------
VsrStreamServer# mount
/dev/sd0a on / type ffs (local)
150.150.36.92:/mnt_fs2 on /mnt/celerra2 type nfs (v3, udp, soft, timeo=100)
150.150.36.92:/mnt_fs1 on /mnt/celerra type nfs (v3, udp, soft, timeo=100)
VsrStreamServer#
----------
Here is a sample of what i'm doing :
-----------
VsrStreamServer# ls -l musiques-mp2-2002-06-20-05-00.mp3
-rwxr-xr-x 1 root wheel 2186837415 Jun 20 23:58 musiques-mp2-2002-06-20-05-00.mp3
VsrStreamServer# cat musiques-mp2-2002-06-20-05-00.mp3
VsrStreamServer#
-----------
I know that the file are really presents on the server, since i can read theim when i connect
locally...
Help would be greatly appreciated.
Thanks a lot!
Perceval Anichini.