Re: [SlimDevices: Unix] Picoreplayer on Pi : problem to access remote NFS drive

2021-05-10 Thread Paul Webster


That makes sense.

Given that this is for a CIFS mount then adding a username/password
might help if not tried. Would need to be credentials that are
recognised in the remote system.



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=109402

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


Re: [SlimDevices: Unix] Picoreplayer on Pi : problem to access remote NFS drive

2021-05-10 Thread v2k


Paul Webster wrote: 
> Assuming one of those other machines is running a recent version of
> Windows then it means CIFS can work.
> 
> Try removing the Options (uid and gid) (and Applying) just in case it
> helps.
> I suggest that only because I don't see how it could mean anything to
> the system at the other end of the link since it does not know about a
> user called tc or a group called staff. However, it might be important
> for reasons that are obvious to someone else ...  however, since it is
> not working then trying it will not make things worse.

If memory serves the UID/GID mapping is for the local system, the one
doing the mounting, the remote system still uses its own permissions and
the login username can be separate from them. You can use it when user
don't match or you can use the 'noperm' option.



v2k's Profile: http://forums.slimdevices.com/member.php?userid=71576
View this thread: http://forums.slimdevices.com/showthread.php?t=109402

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


Re: [SlimDevices: Unix] Picoreplayer on Pi : problem to access remote NFS drive

2021-05-09 Thread Paul Webster


yuxbax wrote: 
> Yes, all the other machines can access to those music files in my
> network.

Assuming one of those other machines is running a recent version of
Windows then it means CIFS can work.

Try removing the Options (uid and gid) (and Applying) just in case it
helps.
I suggest that only because I don't see how it could mean anything to
the system at the other end of the link since it does not know about a
user called tc or a group called staff. However, it might be important
for reasons that are obvious to someone else ...  however, since it is
not working then trying it will not make things worse.



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=109402

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


Re: [SlimDevices: Unix] Picoreplayer on Pi : problem to access remote NFS drive

2021-05-09 Thread v2k


yuxbax wrote: 
> Yes, all the other machines can access to those music files in my
> network.

Just did a quick test, I don't think I have the exact same setup but I
did manage to add a shared exFAT drive from a Mac to my LMS. Now this
might sound stupid but did you press "apply" after adding the path to
the media folder? I'm just asking since the "rescan" button does not
appear until after I've done that.



v2k's Profile: http://forums.slimdevices.com/member.php?userid=71576
View this thread: http://forums.slimdevices.com/showthread.php?t=109402

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


Re: [SlimDevices: Unix] Picoreplayer on Pi : problem to access remote NFS drive

2021-05-09 Thread yuxbax


Yes, all the other machines can access to those music files in my
network.



yuxbax's Profile: http://forums.slimdevices.com/member.php?userid=60854
View this thread: http://forums.slimdevices.com/showthread.php?t=109402

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


Re: [SlimDevices: Unix] Picoreplayer on Pi : problem to access remote NFS drive

2021-05-09 Thread Paul Webster


You need to think about the way that the folders are shared out rather
than the local disk file system type - since it is the folder sharing
technology that pCP has to match.
If they were locally attached by USB then you would care about exFAT
etc.

Is your MAC haring them out as CIFS (aka SMB aka SAMBA) shares or as NFS
shares?

For example - can you access the files on the MAC from a Windows PC?



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=109402

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


Re: [SlimDevices: Unix] Picoreplayer on Pi : problem to access remote NFS drive

2021-05-09 Thread v2k


yuxbax wrote: 
> The thing is those are partitions of my laptop (macbook) drive, "not
> attached dives".
> Is that possible, (formating them in native linux)?
> If I do that, can my laptop use those partitions as well?
> Thanks

No (well, maybe there is a driver for them), Macs only like its native
filesystems (HFS, APFS) and exFAT.



v2k's Profile: http://forums.slimdevices.com/member.php?userid=71576
View this thread: http://forums.slimdevices.com/showthread.php?t=109402

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


Re: [SlimDevices: Unix] Picoreplayer on Pi : problem to access remote NFS drive

2021-05-09 Thread yuxbax


The thing is those are partitions of my laptop (macbook) drive, "not
attached dives".
Is that possible, (formating them in native linux)?
If I do that, can my laptop use those partitions as well?
Thanks



yuxbax's Profile: http://forums.slimdevices.com/member.php?userid=60854
View this thread: http://forums.slimdevices.com/showthread.php?t=109402

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


Re: [SlimDevices: Unix] Picoreplayer on Pi : problem to access remote NFS drive

2021-05-08 Thread paul-

No,  in the mount section. You could ssh in and check it out too. 

I’ve heard of exfat problems before.  Native Linux file system is
always best for an attached disk.



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=109402

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


Re: [SlimDevices: Unix] Picoreplayer on Pi : problem to access remote NFS drive

2021-05-08 Thread yuxbax


Thanks for your urgent reply.

Do you mean this?
I've tried both 775 and 777, didn't work.
34638


+---+
|Filename: 4 (2).jpg|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=34638|
+---+


yuxbax's Profile: http://forums.slimdevices.com/member.php?userid=60854
View this thread: http://forums.slimdevices.com/showthread.php?t=109402

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


Re: [SlimDevices: Unix] Picoreplayer on Pi : problem to access remote NFS drive

2021-05-08 Thread paul-

Likely a permission issue.  THere is a bUtton below The mounts to try to
set permissions, but I’m not sure that works for exfat.



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=109402

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


Re: [SlimDevices: Unix] Picoreplayer on Pi : problem to access remote NFS drive

2021-05-08 Thread yuxbax


hi
I've been using picore for more than 4 years. Thanks for your
efforts...
After a while I decided to use also the music in my MacbookPro's hard
drives which of one is formatted as exfat and the other is macOS
extended.
The problem is I can see the drives in my media player but can not add.
Can u please help.
Thanks again

Attached you can see my settings and results.

34637

Additional FileSystems (exfat) is installed.
Entered the password for both two drives...

34636

I can see the drives in my logitech media server and can also browse.

34635

But can not add them.


+---+
|Filename: 1 (2).jpg|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=34637|
+---+


yuxbax's Profile: http://forums.slimdevices.com/member.php?userid=60854
View this thread: http://forums.slimdevices.com/showthread.php?t=109402

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


Re: [SlimDevices: Unix] Picoreplayer on Pi : problem to access remote NFS drive

2018-09-02 Thread paul-


Actually that is what I have in my syno, I overlooked that when
translating the French.

192.168.0.0/24



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=109402

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


Re: [SlimDevices: Unix] Picoreplayer on Pi : problem to access remote NFS drive

2018-09-02 Thread bearcat


tparvais wrote: 
> here is mine: identical to your's
> 
> 25553
> 
> my syno config:
> 
> 25554
> 
> thank youYou might have to spesify the netmask on yor Syno:
192.168.0.*/24 (or 255.255.255.0)


Sent fra min KIW-L21 via Tapatalk





bearcat's Profile: http://forums.slimdevices.com/member.php?userid=64370
View this thread: http://forums.slimdevices.com/showthread.php?t=109402

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


Re: [SlimDevices: Unix] Picoreplayer on Pi : problem to access remote NFS drive

2018-09-01 Thread paul-


That all looks good, What version of DSM?  I'm using the latest DSM
6.2-23739 

You'll have to check the logs on your synology device and see why it is
blocking the connection.



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=109402

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


Re: [SlimDevices: Unix] Picoreplayer on Pi : problem to access remote NFS drive

2018-09-01 Thread anadigi


One of my NAS is Thecus, it never works.  After I put vers=4, it works!



anadigi's Profile: http://forums.slimdevices.com/member.php?userid=65102
View this thread: http://forums.slimdevices.com/showthread.php?t=109402

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


Re: [SlimDevices: Unix] Picoreplayer on Pi : problem to access remote NFS drive

2018-09-01 Thread tparvais


paul- wrote: 
> I use a synology nfs mount, here is the mount configuration.
> 
> 25550
> 
> How is your NFS setup on the synology.

here is mine: identical to your's

25553

my syno config:

25554

thank you


+---+
|Filename: ds.jpg   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=25554|
+---+


tparvais's Profile: http://forums.slimdevices.com/member.php?userid=59976
View this thread: http://forums.slimdevices.com/showthread.php?t=109402

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


Re: [SlimDevices: Unix] Picoreplayer on Pi : problem to access remote NFS drive

2018-09-01 Thread paul-


Expand the more> in the web interface and read the field help.



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=109402

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


[SlimDevices: Unix] Picoreplayer on Pi : problem to access remote NFS drive

2018-09-01 Thread tparvais


Hello

Upgrading my PCP to beta 4 I try a new config with LMS installed locally
and USB drive for caching.
I want to mount via NFS music folder from my synology. I use synology
standard NFS parameter that work from others devices, but not from PCP.

Everything seems working on the web interface, but when in LMS I
configure this extra music source  (/mnt/ds916) , it does not display
the /mnt/ds916 music subfolders.
I have the feeling there is a RW acecss permission issue on /mnt/ds916
on PCP

When looking with SSH, I can access /mnt/ds916 only if I'm root but not
with normal "tc" user account.

any idea ?

Thank you



tparvais's Profile: http://forums.slimdevices.com/member.php?userid=59976
View this thread: http://forums.slimdevices.com/showthread.php?t=109402

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