Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
NFS Shares not announced anymore
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2014-12-22
11:07 PM
2014-12-22
11:07 PM
NFS Shares not announced anymore
Tried posting this in another thread, but no response - it is lost in the crowd. Therefor starting new thread.
I cannot see NFS from XBMC anymore (goes for both Windows and RPi installations...)
Hope someone can shed some light on the subject!
Problem was not present in 6.1.9 and previous releases.
Problem is a little cloudy; it is not "advertising" shares over NFS. It is possible to get files via NFS from XBMC. I know that because I added the files to the XBMC library pre-6.2.0 and they are still accessible from XBMC. Problem is only when you in XBMC want to add new locations. Then the NAS does not show up as an NFS server. SMB and SAMBA seems to advertise themselves: This is evident when using the Zeroconf browser in XBMC.
So, in my conclusion, the problem might be on the NAS and the "advertisement" (pleeeeeease, tell me what the correct word is 🙂 ).
Funny thing is, that if I use the showmount cmd from an RPi with XBMC:
As you can see, NFSv4 is enabled on the NAS.
Please also see my post on Kodi forum (formerly known as XBMC) http://forum.kodi.tv/showthread.php?tid ... pid1867014
Problem is also present in XBMC on Windows.
Can someone shed some light on the subject?! Please
Thanks!
I cannot see NFS from XBMC anymore (goes for both Windows and RPi installations...)
Hope someone can shed some light on the subject!
Problem was not present in 6.1.9 and previous releases.
Problem is a little cloudy; it is not "advertising" shares over NFS. It is possible to get files via NFS from XBMC. I know that because I added the files to the XBMC library pre-6.2.0 and they are still accessible from XBMC. Problem is only when you in XBMC want to add new locations. Then the NAS does not show up as an NFS server. SMB and SAMBA seems to advertise themselves: This is evident when using the Zeroconf browser in XBMC.
So, in my conclusion, the problem might be on the NAS and the "advertisement" (pleeeeeease, tell me what the correct word is 🙂 ).
Funny thing is, that if I use the showmount cmd from an RPi with XBMC:
xbian@xbian ~ $ sudo showmount -e 192.168.0.2
[sudo] password for xbian:
Export list for 192.168.0.2:
/data/Videos *
/run/nfs4/data/Videos *
/data/Pictures *
/run/nfs4/data/Pictures *
/data/Music *
/run/nfs4/data/Music *
/run/nfs4/data *
/run/nfs4 *
/data/media 127.0.0.1
/run/nfs4/data/media 127.0.0.1
/data/Backup 127.0.0.1
/run/nfs4/data/Backup 127.0.0.1
As you can see, NFSv4 is enabled on the NAS.
Please also see my post on Kodi forum (formerly known as XBMC) http://forum.kodi.tv/showthread.php?tid ... pid1867014
Problem is also present in XBMC on Windows.
Can someone shed some light on the subject?! Please
Thanks!
Message 1 of 22
Labels:
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2015-01-08
10:53 AM
2015-01-08
10:53 AM
Re: NFS Shares not announced anymore
I also have the problem that i can't add nfs shares to my xbmc because the nfs shares of the netgear are not shown.
any help?
any help?
Message 2 of 22
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2015-01-08
12:12 PM
2015-01-08
12:12 PM
Re: NFS Shares not announced anymore
I have not found a solution to the problem on the NAS not announcing the NFS shares.
But I have workaround for adding NFS shares to XBMC afterall:
Find the sources.xml in C:\Users\[USERNAMEGOESHERE]\AppData\Roaming\XBMC\userdata and add a source directly to it. Example:
<source>
<name>Ripped DVDs</name>
<path pathversion="1">nfs://NAS/data/Videos/Ripped DVDs/</path>
<allowsharing>true</allowsharing>
</source>
But I have workaround for adding NFS shares to XBMC afterall:
Find the sources.xml in C:\Users\[USERNAMEGOESHERE]\AppData\Roaming\XBMC\userdata and add a source directly to it. Example:
<source>
<name>Ripped DVDs</name>
<path pathversion="1">nfs://NAS/data/Videos/Ripped DVDs/</path>
<allowsharing>true</allowsharing>
</source>
Message 3 of 22
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2015-01-09
01:11 PM
2015-01-09
01:11 PM
Re: NFS Shares not announced anymore
Thanks @ZkiiFreak for creating this thread.
I have the same problem. On 6.1.9 all was fine.
Few days ago I made a clean install of Kodi on a Raspberry Pi, NFS was discovered without any issues... But after that I updated my RN102 to 6.2.2 and now NFS can't be found.
(A helping hand for RPi users)
On Openelec.tv - Raspberry Pi
Kodi:
/storage/.kodi/userdata/sources.xml
XBMC:
/storage/.xbmc/userdata/sources.xml
I have the same problem. On 6.1.9 all was fine.
Few days ago I made a clean install of Kodi on a Raspberry Pi, NFS was discovered without any issues... But after that I updated my RN102 to 6.2.2 and now NFS can't be found.
(A helping hand for RPi users)
On Openelec.tv - Raspberry Pi
Kodi:
/storage/.kodi/userdata/sources.xml
XBMC:
/storage/.xbmc/userdata/sources.xml
<sources>
<video>
<default pathversion="1"></default>
<source>
<name>Movies</name> <!-- Share name -->
<path pathversion="1">nfs://<NAS_IP>/data/Movies/</path>
<allowsharing>true</allowsharing>
</source>
</video>
</sources>
Message 4 of 22
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2015-01-18
01:40 PM
2015-01-18
01:40 PM
Re: Sv: NFS Shares not announced anymore
It would be nice to get some kind of attention from netgear...
Or is this the wrong way of reporting a problem? 🙂
Or is this the wrong way of reporting a problem? 🙂
Message 5 of 22
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2015-01-18
03:44 PM
2015-01-18
03:44 PM
Re: NFS Shares not announced anymore
This is a community forum, though some netgear folks participate. Support.netgear.com is the way to get to netgear support.
Message 6 of 22
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2015-01-18
04:04 PM
2015-01-18
04:04 PM
Re: NFS Shares not announced anymore
I have notified product engineering about this issue
Can you send in your logs (see the Sending Logs link in my sig).
Can you send in your logs (see the Sending Logs link in my sig).
Message 7 of 22
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2015-01-19
01:44 AM
2015-01-19
01:44 AM
Re: Sv: NFS Shares not announced anymore
StephenB wrote: This is a community forum, though some netgear folks participate. Support.netgear.com is the way to get to netgear support.
I see, thanks for clarifying that.
mdgm wrote: I have notified product engineering about this issu
Can you send in your logs (see the Sending Logs link in my sig).
Thanks, I will send you my logs a bit later 🙂
Edit: I have sent the logs... Fingers crossed.
Message 8 of 22
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2015-01-19
11:16 AM
2015-01-19
11:16 AM
Re: Sv: NFS Shares not announced anymore
Patrics83 wrote: Edit: I have sent the logs... Fingers crossed.
Thanks for doing this :thumbsup: If it doesn't work, let me know and I'll post mine.
Message 9 of 22
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2015-01-22
01:50 AM
2015-01-22
01:50 AM
Re: NFS Shares not announced anymore
Hey Guys,
thanks a lot for that workaround! I will try it in the evening!
thanks a lot for that workaround! I will try it in the evening!
Message 10 of 22
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2015-01-23
03:17 AM
2015-01-23
03:17 AM
Re: Sv: NFS Shares not announced anymore
ZkiiFreak wrote: Thanks for doing this :thumbsup: If it doesn't work, let me know and I'll post mine.
I still haven't heard from them.
But hopefully they got what they needed, but whom knows it might be a good idea to send your logs as well, just in case our systems behaves differently 🙂
Message 11 of 22
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2015-01-23
08:19 AM
2015-01-23
08:19 AM
Re: NFS Shares not announced anymore
Patrics83 wrote:
ZkiiFreak wrote: Thanks for doing this :thumbsup: If it doesn't work, let me know and I'll post mine.
I still haven't heard from them.
But hopefully they got what they needed, but whom knows it might be a good idea to send your logs as well, just in case our systems behaves differently 🙂
I'll let 'em work for now. It might take a little time... 🙂
Message 12 of 22
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2015-01-23
06:36 PM
2015-01-23
06:36 PM
Re: NFS Shares not announced anymore
We're able to reproduce the issue in-house. It's currently not clear what the issue is, but hopefully we'll get there soon.
Message 13 of 22
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2015-01-23
10:25 PM
2015-01-23
10:25 PM
Re: Sv: NFS Shares not announced anymore
Skywalker wrote: We're able to reproduce the issue in-house. It's currently not clear what the issue is, but hopefully we'll get there soon.
That's great news!
Thanks for letting us know [emoji106]
Sent from my HTC One (m8)
Message 14 of 22
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2015-01-23
10:43 PM
2015-01-23
10:43 PM
Re: NFS Shares not announced anymore
Good to hear that you're able to reproduce! Thanks for letting us know. Is there a chance it might be fixed within the current beta?
Skywalker wrote: We're able to reproduce the issue in-house. It's currently not clear what the issue is, but hopefully we'll get there soon.
Message 15 of 22
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2015-01-24
12:26 AM
2015-01-24
12:26 AM
Re: NFS Shares not announced anymore
Not in Beta 3, but I'm hopeful we'll be able to track it down by Beta 4.
Message 16 of 22
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2015-01-24
12:34 AM
2015-01-24
12:34 AM
Re: NFS Shares not announced anymore
Skywalker wrote: Not in Beta 3, but I'm hopeful we'll be able to track it down by Beta 4.
You guys rock! 😄 :woot: :thumbsup:
Message 17 of 22
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2015-01-27
05:50 PM
2015-01-27
05:50 PM
Re: NFS Shares not announced anymore
Just to update follow up on this thread, we have tracked it down, and it will be resolved in 6.2.3 Beta 4.
Message 18 of 22
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2015-01-28
05:29 AM
2015-01-28
05:29 AM
Re: NFS Shares not announced anymore
Thanks a bunch for the update! Once again: you guys rock! :lol: :thumbsup: :wiggle:
Skywalker wrote: Just to update follow up on this thread, we have tracked it down, and it will be resolved in 6.2.3 Beta 4.
Message 19 of 22
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2015-02-06
05:16 PM
2015-02-06
05:16 PM
Re: NFS Shares not announced anymore
Beta 4 is available: http://www.readynas.com/forum/viewtopic.php?f=154&t=78866
Message 20 of 22
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2015-02-11
10:37 AM
2015-02-11
10:37 AM
Re: Sv: NFS Shares not announced anymore
mdgm wrote: Beta 4 is available: http://www.readynas.com/forum/viewtopic.php?f=154&t=78866
Thanks!
When it comes to beta builds for my other equipment I would instal it right away but when it comes to my NAS I'm a bit more careful (mostly because I'm not able to backup the entire storage @ 3tb. Only my most important stuff is backed up to multiple sources)
Or do you consider this beta as safe to install?
Sent from my HTC One M8
Message 21 of 22
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2015-02-11
01:14 PM
2015-02-11
01:14 PM
Re: NFS Shares not announced anymore
Up to you. If you don't urgently need a fix for this then you can wait for the production release if you like.
Message 22 of 22