11-15-2020, 03:19 PM
(This post was last modified: 11-15-2020, 03:20 PM by ArturoKiwi.)
(11-15-2020, 02:59 PM)TheOldPresbyope Wrote: @ArturoKiwi
Synology's DSM is built on Linux. Unlike Windows, the Linux file system naming scheme is case sensitive.
Quote:My command is: sudo mount -t nfs 192.168.1.117:/Volume1/music /mnt/synology
I'll bet if you try lower-case "volume1" this command will work.
Hint: the actual shared path name is shown to you in the "Edit Shared Folder Music" panel in DSM, or at least it is in the virtual DSM3615XS machine I keep around for testing. In the lower left of the panel I see
Quote:Mount path:/volume1/Music
Full disclosure: I am no Synology expert. I have a hard time equating the DSM GUI options with the Linux parameters I know, or even finding the DSM option I need to use to set a parameter I need, so don't expect more detailed HowTo info from me.
Regards,
Kent
Hi Kent, you're absolutely right! Or half right

It is "volume1", I don't know why I have a memory of something that I read with the capital letter.
So the right path, for my nas, is: 192.168.1.117/volume1/music
Thanks!
P.S.
The trhead could be marked Solved.