Is the Nx Cloud up? Visit our Status Page for the current health and performance of the Nx Cloud.

Status Page

File Path for Direct connect to NAS in Local Media Folders

Answered

Comments

1 comment

  • Official comment
    Wendy Chuang
    • Network Optix team

    Hi Glen,

    You could consider mounting a NAS folder to a local path of the Ubuntu server(By referring to the article here):

    #mount -t cifs -o username=<username>,password=<pwd> //<NAS IP>/<share foler> <Ubuntu local path>

    A simple example for your reference:

    #mount -t cifs -o username=nx,password=nxsupport //192.168.1.100/bookmark /home/nx/export

    After storage mounted, you will be able to choose it from the Nx desktop client directly.

    Let me know if you have further question, thank you.

     

     

Please sign in to leave a comment.