Wissensdatenbank: NAS & Storage
NAS - NFS setup - NFS setup ALL60200 ALL60300 ALL60400 ALL60600 ALL60700 ALL60800 ALL60900 ALL69000 ALL-NAS200 ALL-NAS500 ALL-NAS600 ALL-NAS800 ALL-NAS1000
Geschrieben von on 07 Januar 2015 09:13

Wichtig: Es muss ein funktionstüchtiges RAID bestehen, NFS ist nicht verfügbar bei einem ZFS formatiertem RAID.

- Aktivieren Sie den NFS-Dienst im Network Services Menü
- Geben Sie das Share für NFS frei
- Fügen Sie die Client-IP auf dem NAS hinzu mit den benötigten Rechten.
- Mounten Sie das Share auf dem Client mit dem folgenden Kommando (Linux):

NFS3: mount -t nfs3 IP_Adresse:/raid0/data/_NAS_NFS_Exports_/Share /mountpoint
NFS4: mount -t nfs4 IP_Adresse:/Share /mountpoint


Die Inhalte des Shares sind nun unter dem Mountpoint verfügbar.



Important: You must have a funcitonal RAID, the RAID cannot use NFS if it is ZFS formatted.

- Enable the NFS-Service in the Network Services Menu
- Enable NFS-Sharing for the folder
- Add the Client's IP-Address on the NAS with the needed options
- Mount the share on the client using the following command (Linux):

NFS3: mount -t nfs3 IP_Adresse:/raid0/data/_NAS_NFS_Exports_/Share /mountpoint
NFS4: mount -t nfs4 IP_Adresse:/Share /mountpoint

The data in the share can now be accessed using the mountpoint.