Summary
In a CentOS-based boot environment, you can only browse and use an nfs share for saving or restoring backup image files. Please note that this nfs share won't be accessible in a WinPE-based boot environment.
Operating Procedures
1) Start 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
(13451167725593)
Comments
0 comments
Article is closed for comments.