Re: [SlimDevices: Unix] PiCorePlayer NFS and CIFS mounts not working

2021-09-21 Thread sota748


paul- wrote: 
> I have a synology nas, and NFS and CIFS both work.  But you have to
> configure it properly.

This may help


+---+
|Filename: Synology_Folder_User.pdf |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=35778|
+---+


Dan
RPI newbie

sota748's Profile: http://forums.slimdevices.com/member.php?userid=70197
View this thread: http://forums.slimdevices.com/showthread.php?t=115173

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] PiCorePlayer NFS and CIFS mounts not working

2021-09-21 Thread paul-


I have a synology nas, and NFS and CIFS both work.  But you have to
configure it properly.

If you are doing NFS, what is you synology configuration.   And then
what do you have on your pCP mount screen.



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://www.picoreplayer.org

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=U7JHY5WYHCNRU=GB_code=USD=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
if you like the piCorePlayer

paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=115173

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] PiCorePlayer NFS and CIFS mounts not working

2021-09-21 Thread markab


paul- wrote: 
> Your OP made it sound like the mount works, just not on a reboot.   You
> need to give us a few details about your system, and show us how you
> have your mount configured.

The mount point is created on the local system, however it does not
properly work (can't browse) and the error is displayed in the log.  On
the Synology NAS there is no record of any connection so my suspicion is
that the mount point is being created but it is not being bound to nfs.



markab's Profile: http://forums.slimdevices.com/member.php?userid=12145
View this thread: http://forums.slimdevices.com/showthread.php?t=115173

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] PiCorePlayer NFS and CIFS mounts not working

2021-09-21 Thread paul-


Yes, you can install the extra helpers, but it is bloat, and not needed
to actually do the mount.   Unless you are doing things like special
characters in the mounts and passwords.



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://www.picoreplayer.org

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=U7JHY5WYHCNRU=GB_code=USD=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
if you like the piCorePlayer

paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=115173

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] PiCorePlayer NFS and CIFS mounts not working

2021-09-21 Thread jd68


markab wrote: 
> Some quick browsing on "you might need a /sbin/mount. helper
> program." suggest that nfs-utils, nfs-common, cifs-utils or sshfs are
> not installed or not working.
> 
> But this is getting beyond me I installed on the rpi4 from image so
> would have thought that would all be present and working to support this
> function?

You can install additional software via "Extensions": Web interface =>
Main page  =>  Additional functions  =>  Extensions.

In the tab "Available" you will find nfs-utils.tcz and cifs-utils.tcz.



jd68's Profile: http://forums.slimdevices.com/member.php?userid=30795
View this thread: http://forums.slimdevices.com/showthread.php?t=115173

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] PiCorePlayer NFS and CIFS mounts not working

2021-09-21 Thread paul-


markab wrote: 
> Hi, NAS and network is always up they reside on different devices than
> pCP, the error to me would point to configuration or a missing module? I
> followed the guide on the pCP to set this up.  To confirm this isn't
> just an odd failure, this just isn't working from initial setup.
> 

Your OP made it sound like the mount works, just not on a reboot.   You
need to give us a few details about your system, and show us how you
have your mount configured.



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://www.picoreplayer.org

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=U7JHY5WYHCNRU=GB_code=USD=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
if you like the piCorePlayer

paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=115173

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] PiCorePlayer NFS and CIFS mounts not working

2021-09-21 Thread Paul Webster


What do you have in the fields
Enabled
Mount Point
IP Address
Share Name
Share Type
Username
Password
Options

?



Paul Webster
http://dabdig.blogspot.com
author of \"now playing\" plugins covering radio france (fip etc),
planetradio (bauer - kiss, absolute, scala, jazzfm etc), kcrw, supla
finland, abc australia, cbc/radio-canada and rte ireland

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=115173

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] PiCorePlayer NFS and CIFS mounts not working

2021-09-21 Thread markab


Some quick browsing on "you might need a /sbin/mount. helper
program." suggest that nfs-utils, nfs-common, cifs-utils or sshfs are
not installed or not working.

But this is getting beyond me I installed on the rpi4 from image so
would have thought that would all be present and working to support this
function?



markab's Profile: http://forums.slimdevices.com/member.php?userid=12145
View this thread: http://forums.slimdevices.com/showthread.php?t=115173

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] PiCorePlayer NFS and CIFS mounts not working

2021-09-21 Thread markab


paul- wrote: 
> Is your NAS always up?   Is this a startup from a power outtage?
> 
> pCP will likely start faster than most network equipment.  If this is
> what is happening, there is a network wait  value on page where you
> configure your mounts.

Hi, NAS and network is always up they reside on different devices than
pCP, the error to me would point to configuration or a missing module? I
followed the guide on the pCP to set this up.  To confirm this isn't
just an odd failure, this just isn't working from initial setup.

https://docs.picoreplayer.org/how-to/add_network_share/



markab's Profile: http://forums.slimdevices.com/member.php?userid=12145
View this thread: http://forums.slimdevices.com/showthread.php?t=115173

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix


Re: [SlimDevices: Unix] PiCorePlayer NFS and CIFS mounts not working

2021-09-21 Thread paul-


Is your NAS always up?   Is this a startup from a power outtage?

pCP will likely start faster than most network equipment.  If this is
what is happening, there is a network wait  value on page where you
configure your mounts.



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://www.picoreplayer.org

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations=U7JHY5WYHCNRU=GB_code=USD=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
if you like the piCorePlayer

paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=115173

___
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix