Summary
You can browse and use an nfs share for saving or restoring backup image files only in a Linux-based boot environment.
*Please note that this nfs share won't be accessible in a WinPE-based boot environment.
Operating Procedures
1) Start Linux-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 (hostname or ip address):/<nfs folder> /mnt/test
Ex)
ip is "10.1.1.1" and nfs shared folder is "nfsfolder"
$ mount -t nfs 10.1.1.1:/nfsfolder /mnt/test
(13451167725593)
Comments
0 comments
Article is closed for comments.