Wat is the difference?
#1
Hi, long time ago.
Now owner of a PI 2b, not overclocked, High Resolution plays fine.
But showing images is a pain , it takes 4 secondens before the next images shows (6MB)
Try to direct mount my NAS images directory. But it won't work

My direct mount doen'st work, but why?
Code:
[Unit]
Description=test nfs mount script

Requires=network-online.service

After=network-online.service

Before=kodi.service


[Mount]
# The share we want mount
What=192.168.1.150:/volume1/photo

# Where we want mount this share
Where=/storage/pictures

# Any options you usually use with the "-o" parameter in the mount command
Options=

# filesystem type
Type=nfs


[Install]
WantedBy=multi-user.target

The following line ( I got it from popcornmix) does work fine with Putty, but why?
Code:
mount 192.168.1.150:/volume1/photo -o nfsvers=3,rw,intr,noatime,rsize=32768,wsize=32768,nolock,async,proto=udp /storage/pictures

Hope someone could tell me.

Thx Peter.
[/quote]
Reply

Logout Mark Read Team Forum Stats Members Help
Wat is the difference?0