Wiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
resources:tools-software:linuxdsp:docs:quickstartguide:quickstart_sc598 [06 Dec 2022 10:19] Vasileios Bimpikasresources:tools-software:linuxdsp:docs:quickstartguide:quickstart_sc598 [21 Dec 2022 12:06] – Enriched the NFS section with status check before proceeding Vasileios Bimpikas
Line 444: Line 444:
 $ sudo service nfs-kernel-server start $ sudo service nfs-kernel-server start
 </code> </code>
 +We can verify that the NFS service is running by executing
 +<code>
 +$ sudo service nfs-kernel-server status
 +</code>
 +The output will indicate that the server is active, i.e.
 +<code>
 +● nfs-server.service - NFS server and services
 +     Loaded: loaded (/lib/systemd/system/nfs-server.service; enabled; vendor preset: enabled)
 +    Drop-In: /run/systemd/generator/nfs-server.service.d
 +             └─order-with-mounts.conf
 +     Active: active (exited) since Tue 2022-09-06 14:38:31 BST; 3 months 14 days ago
 +   Main PID: 953 (code=exited, status=0/SUCCESS)
 +      Tasks: 0 (limit: 18797)
 +     Memory: 0B
 +     CGroup: /system.slice/nfs-server.service
 +
 +Sep 06 14:38:29 $YOUR_HOSTNAME systemd[1]: Starting NFS server and services...
 +Sep 06 14:38:31 $YOUR_HOSTNAME systemd[1]: Finished NFS server and services.
 +</code>
 +
 +If it's reported as inactive, wait a few moments and check the status again.
 +
 The root filesystem should then be copied to /romfs. The root filesystem should then be copied to /romfs.
 <code> <code>
resources/tools-software/linuxdsp/docs/quickstartguide/quickstart_sc598.txt · Last modified: 14 Sep 2023 10:12 by Vasileios Bimpikas