Hi,

2008/12/11 Sebastian Rother <[EMAIL PROTECTED]>:
> Well I am sorry for this post if it wont match to misc@ but I noticed
> some strange behavior and I assume the NFS code is responseable.
>
> If you store the VIDEO_TS directories to a HDD and share it via NFS to
> have a kind of media server at home you might notice this:
>
> Watching the movies with mplayer works (partly, you wont be able to
> select other languages at least not with the stuff I watch somehow)
> but it playes "kinda" fluetly. If you try to watch it with VLC it just
> starts/stops.
>
> I assume the NFS Server isn't able to provide the data in time.
> I tried incasing the buffers but that didn't helped.
>
>
> Is there anything I could do to get more speed?
>
> Also if I try to copy data via NFS it is DAMN slow.
> I just get speeds around 3.x - 4.x MB/s. If I copy the same data via
> SSH I get ~9.xMB (depending to the files and their size and co).
>
> So it seams soemthing is wrong with the NFSd here.
>
>
> exports:
> /mnt/hdd1 -alldirs -maproot=sr -network=192.168.1 -mask=255.255.255.0
>
> On the client: mount_nfs 192.168.1.1:/mnt/hdd1 /mnt/hdd1
> I tried using UDP, incrased the buffers but it has no effect somehow.
> Also I just have one active client so the default of 4 started NFS
> daemons should be fine.
>
> Is there anything I do wrong or is it the NFS code wich is propably too
> slow?
>
>
> Kind regards,
> Sebastian
>
>

I have been using an OBSD as nfs-server for a few years now pumping
stuff to both other OBSD machines and Linux machines on 100mbit and i
have around 12MB/sec. My server is an old 500mhz/192MB ram p3 using
intel (em) nic and an cheap 5-ports cisco 100mbit switch.

/etc/exports
/home/stuff -mapall=dardos:ftpusers -alldirs -network 192.168.0 -mask
255.255.255.0

On client std mount:
mount machine:/home/stuff /home/stuff

What kind of speeds are you getting with ftp/http? I have the same 11-12MB/sec.
I am however not even near that speed using scp, more like 6-7MB/sec
and i guess the cpu is just too slow?

Kind regards,
Kalle

Reply via email to