2011-08-23, 06:33
I use to use nfs-common to mount my NFS shares via fstab so I know that the process works.
Enter libnfs (away with nfs-common and fstab)with XBMC relatively new and apparently working in other platforms like ios and osx, I have yet to make it work in Linux under xbmclive +git xbmc ubuntu lucid based.
At first when I navigated to a share, as soon as I browsed the share there was a immediate crash, this was addressed and I no longer get a crash.
What happens is the following. (already having setup the DNS 323 with NFS shares. (my shitty NAS but was free and had to sell my other server as needed money for health treatment.)
1) Navigate to video/music and add source
2) Browse source to 192.168.1.* (where * is the end IP number for the NAS in this case 8) and see the mnt/HD_b2/TV_SERIES
3) Add that source but in UI only IP is shown
4) Give it a name and set content.
5) Gee asked is would like to refresh all info with path, said yes.
6) Press on source, busy comes up for a slit second and nothing happens.
7) try to edit the source so it reads either
or7) results in XBMC saying no such path exists. and cannot browse shares.
Debug log show sod all and cannot get a backtrace successfully
end up with empty file nothing happens.
Any help setting this up in XBMClive +xbmc git compile on asrock ION would be immensely appreciated.
Fields I can configure in NAS are:
Host = IP of where share is kept (also tried IP of HTPC nfs-common worked with NAS IP)
Share = browse and set volume and share
Read/write
root squash = yes/no
shares show up like so
192.168.1.8Volume_2/MUSIC
Real path: /mnt/HD_b2/MUSIC Yes
192.168.1.8Volume_2/TV_SERIES
Real path: /mnt/HD_b2/TV_SERIES No
ins this case I cannot select which share I want even If Im in videos and select TV_series it goes round and round to nothing. same in music I tried with or with root squash just read and no joy.
If I install nfs-common ad setup the fstab share it works. But I rather use the XBMC NFS client.
Please share your wisdom. As google has nothing to say about this.
If anyone has a Dlink DNS323 and a ION and got this working please help.
Enter libnfs (away with nfs-common and fstab)with XBMC relatively new and apparently working in other platforms like ios and osx, I have yet to make it work in Linux under xbmclive +git xbmc ubuntu lucid based.
At first when I navigated to a share, as soon as I browsed the share there was a immediate crash, this was addressed and I no longer get a crash.
What happens is the following. (already having setup the DNS 323 with NFS shares. (my shitty NAS but was free and had to sell my other server as needed money for health treatment.)
1) Navigate to video/music and add source
2) Browse source to 192.168.1.* (where * is the end IP number for the NAS in this case 8) and see the mnt/HD_b2/TV_SERIES
3) Add that source but in UI only IP is shown
4) Give it a name and set content.
5) Gee asked is would like to refresh all info with path, said yes.
6) Press on source, busy comes up for a slit second and nothing happens.
7) try to edit the source so it reads either
Code:
nfs://192.168.1.*/mnt/HD_b2/TV_SERIES
Code:
nfs://192.168.1.*/volume_2/HD_b2/TV_SERIES
Debug log show sod all and cannot get a backtrace successfully
Code:
strace -ff -p `pidof xbmc.bin` > ~/strace_xbmc
Any help setting this up in XBMClive +xbmc git compile on asrock ION would be immensely appreciated.
Fields I can configure in NAS are:
Host = IP of where share is kept (also tried IP of HTPC nfs-common worked with NAS IP)
Share = browse and set volume and share
Read/write
root squash = yes/no
shares show up like so
192.168.1.8Volume_2/MUSIC
Real path: /mnt/HD_b2/MUSIC Yes
192.168.1.8Volume_2/TV_SERIES
Real path: /mnt/HD_b2/TV_SERIES No
ins this case I cannot select which share I want even If Im in videos and select TV_series it goes round and round to nothing. same in music I tried with or with root squash just read and no joy.
If I install nfs-common ad setup the fstab share it works. But I rather use the XBMC NFS client.
Please share your wisdom. As google has nothing to say about this.
If anyone has a Dlink DNS323 and a ION and got this working please help.