Hirdetés

Új hozzászólás Aktív témák

  • zoltan6

    őstag

    válasz Sefter #31993 üzenetére

    több külföldi fórum is foglalkozik ezzel a problémával,ezt csináltam:
    1. Login to your Synology GUI
    2. Enable SSH (if not enabled already) Control Panel-->Terminal-->Enable SSH service
    3. Enable NFS under Control Panel-->Win/MAC/NFS-->NFS Services-->Enable NFS
    4. Under Control Panel-->Shared Folder, create a NFS Privileges entry for the folders you want to share
    Hostname: either specific ip address of XBMC or *
    Privlege: Read Only
    Root Squash: No Mapping
    5. Exit GUI, go to a terminal and SSH into your Synology
    Code:
    ssh root@<<SYNOLOGY IP ADDRESS>>
    6. Type in cat /etc/exports to see if you get entries, mine were:
    Code:
    DiskStation> cat /etc/exports
    /volume1/Movies *(ro,async,no_wdelay,no_root_squash,insecure_locks,anonuid=0,anongid=0)
    /volume1/TV *(ro,async,no_wdelay,no_root_squash,insecure_locks,anonuid=0,anongid=0)
    7. Edit using vi:
    Type vi /etc/exports
    [If you don't know vi, press INS[SERT], use arrows to go to the line to edit, and delete/edit the line. Then press ESC, and :x to 'save&exit']
    8. change the entries to:
    Code:
    /volume1/Movies *(ro,async,no_wdelay,no_root_squash,insecure,anonuid=0,anongid=0)
    /volume1/TV *(ro,async,no_wdelay,no_root_squash,insecure,anonuid=0,anongid=0)
    9. Do cat /etc/exports to see if it took
    10. Enter "exportfs -ra" into console
    11. You can now Browse NFS and get to your subfolders in XBMC

Új hozzászólás Aktív témák