Mount Remote Shares for Virtual Media
- 17 Mar 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Mount Remote Shares for Virtual Media
- Updated on 17 Mar 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Nodegrid supports remote shares (NFS or Windows shares) to contain files shared with Service Processor systems. Before the files can be shared out through the Virtual Media function, the remote share must be mounted to the Nodegrid device.
CLI Procedure
- Connect to the Nodegrid shell as the root user.
- Go to /var/firefox/datastore/
- Create a folder.
- Use the mount command to mount the remote share to the folder.
To permanently get the share mounted, the mount command can be added to the /etc/fstab file.
Example: NFS mount to folder VirtualMedia
mount -t nfs 192.168.1.1.:/NFS/NG /var/firefox/datastore/VirtualMedia
Was this article helpful?