Access Synology NAS from Raspberry Pi Ubuntu (NFS)

Zledman

New Member
Joined
Mar 7, 2021
Messages
2
Reaction score
0
Credits
24

Attachments

  • Bild.jpg
    Bild.jpg
    346.9 KB · Views: 289


G'day @Zledman and welcome to linux.org :)

This is beyond my pay range but have you tried it with

sudo mount

?

Take a look at our Networking subforum and our Single Board Computers subforum and see if this is more appropriate there and I can move this.

In General, it may just scroll off into the back pages.

Cheers

Chris Turner
wizardfromoz
 
You can try this
Code:
sudo mount -t nfs 192.168.122.29:/volume2/Test\/nfs/ /home/Desktop/Synology
Or
Code:
sudo mount -t nfs "192.169.122.29:/volume/Test nfs" /home/Desktop/Synology
But why are using using spaces in folder names, it's better to have folder names without spaces in them when working with Linux filesystems. So change the share name to /volume2/Test_nfs, that will save you time and frustration.
 
Last edited:

Members online


Latest posts

Top