XBMCbuntu boots too fast.

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
WonderStivi Offline
Junior Member
Posts: 19
Joined: Apr 2009
Reputation: 0
Post: #11
I'm mounting my NFS-shares in fstab, and I had some issues where the shares took a while to mount and were not ready when scanning. Adding nfsvers=3 in fstab solved it. Fstab then looked like this:

Path:/to/share /mount/point nfs nfsvers=3,defaults 0 0
find quote
TugboatBill Offline
Posting Freak
Posts: 788
Joined: Oct 2009
Reputation: 3
Post: #12
(2012-04-25 12:33)JaccoH Wrote:  Adding delays is ugly in my opinion. Either use the NFS support in XBMC or use automount.

Could you post an example of how to set up & configure automount to mount a nfs share to an xbmc client?
find quote
lcapriotti Offline
a.k.a Luigi, Team-XBMC XBMCbuntu Dev
Posts: 791
Joined: Jan 2008
Reputation: 12
Location: Italy
Post: #13
welcome indeed!

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


[Image: badge.gif]
find quote
xbmcoholic Offline
Junior Member
Posts: 42
Joined: May 2010
Reputation: -6
Post: #14
Here's a copy of my automount(autofs) configuration in Ubuntu... Works pretty good but I find most times when resuming from standby, my network adapter cant wakeup before xbmc tries to scan for updates. I just hit yes to resume and it goes through fine.

Quote:Aspire-R3610:~$ cat /etc/auto.master
+auto.master
/mnt /etc/auto.nfs --ghost --timeout=15

Aspire-R3610:~$ cat /etc/auto.nfs
SHARE -fstype=nfs,rw,sync,soft,intr,rsize=262144,wsize=262144,timeo=5,retry=20 172.17.17.99:/SHARE
FreshDownloads -fstype=nfs,rw,sync,soft,intr,rsize=262144,wsize=262144,timeo=5,retry=20 172.17.17.99:/FreshDownloads
HD -fstype=nfs,rw,sync,soft,intr,rsize=262144,wsize=262144,timeo=5,retry=20 172.17.17.99:/HD
HDTV -fstype=nfs,rw,sync,soft,intr,rsize=262144,wsize=262144,timeo=5,retry=20 172.17.17.99:/HDTV
TV -fstype=nfs,rw,sync,soft,intr,rsize=262144,wsize=262144,timeo=5,retry=20 172.17.17.99:/TV
Music -fstype=nfs,rw,sync,soft,intr,rsize=262144,wsize=262144,timeo=5,retry=20 172.17.17.99:/Music

You may notice the high retry and timeout settings. This worked around a WiFi interference issue I've been having causing the mounts to time out...

For those of you trying to stream HD over WiFi I strongly urge you to use NFS instead of CIFS/SAMBA. I get a performance ratio of roughly 3:1 for NFS vs. SAMBA and stepping through 1080p video is instant. Further tweaking on my WiFi configuration got me up to 130Mbps of actual application throughput. I installed the Windows SFU 3.5 (services for unix) on my WinXP server to get NFS server support.

Ubuntu 12.04 LTS - 32bit
Acer Aspire Revo R3610
Intel Atom 330
4GB RAM (Shared)
NVIDIA Ion HDMI
Boxee Remote
find quote
Post Reply