Mount nfs share in CentOS-based boot environment
Published: 2021/05/27
Updated: 2021/05/27
Summary
When mounting and using nfs share in boot environment as the destination storage saving backup image file or restoring backup image file located in the destination, nfs share can be browsed only in CentOS-based boot environment.
* nfs share cannot be browsed in WinPE-based boot environment.
Operating Procedures
1) Boot into CentOS-based boot environment.
2) Go to [Utilities] – [Open Terminal] and launch the terminal.
3) Create Mount Point to mount nfs share.
# mkdir /mnt/test
4) Mount nfs.
$ mount -t nfs :/ /mnt/test
?akb&p=3305