Veritas NetBackup™ Appliance 命令参考指南
- 概述
- 附录 A. Main > Appliance 命令
- 附录 B. Main > Manage > FibreChannel 命令
- 附录 C. Main > Manage > HighAvailability 命令
- 附录 D. Main > Manage > Libraries 命令
- 附录 E. Main > Manage > Libraries > Advanced > ACS 命令
- 附录 F. Main > Manage > License 命令
- 附录 G. Main > Manage > MountPoints 命令
- 附录 H. Main > Manage > NetBackup CLI 命令
- 附录 I. Main > Manage > OpenStorage 命令
- 附录 J. Main > Manage > Software 命令
- 附录 K. Main > Manage > Storage 命令
- 附录 L. Main > Manage > Tapes 命令
- 附录 M. Main > Manage > Certificates 命令
- 附录 N. Main > Monitor 命令
- 附录 O. Main > Network 命令
- 附录 P. Main > Network > Security (IPsec) 命令
- 附录 Q. Main > Reports 命令
- 附录 R. Main > Settings 命令
- 附录 S. Main > Settings > Alerts 命令
- 附录 T. Main > Settings > Notifications 视图命令
- 附录 U. Main > Settings > Security 命令
- 附录 V. Main > Support 命令
名称
Main > Manage > MountPoints >Mount — 用于装入远程 NFS 驱动器作为备份源。
大纲
Mount RemotePathMountPoint[FileSystemType][Options]
描述
使用 Mount 命令装入 NFS 驱动器作为备份源。
选项
- Mount RemotePathMountPoint [FileSystemType] [Options]
用于装入远程 NFS 设备作为备份源。使用 RemotePath、MountPoint、[FileSystemType] 和 [Options] 参数指定 NFS 驱动器的详细信息。此命令包括以下参数:
RemotePath
提供要装入的设备或目录的地址。 应使用格式 HOST:DIRECTORY 写入设备名称。
MountPoint
提供要装入设备的本地装入点的名称。这将作为子目录显示在 /mnt/remote 下。该命令成功运行之后,系统将在 /mnt/remote 下创建此子目录。
注意:
如果指定完整目录路径(示例:/tmp/garry),而不只是指定装入点名称(示例:garry),则可能会显示错误。
[FileSystemType]
标识要装入的设备的类型。
[Options]
连同 Mount 命令一并指定要传递到此设备的参数列表(以逗号分隔)。只能使用专用于装入 NFS 驱动器的选项。
示例
以下是运行 Mount 命令以装入 garry 时的示例输出。
abc123.MountPoints> Mount abc456:/storage garry - [Info] Successfully mounted the requested source on '/mnt/remote/garry'.
以下是列出装入点时的示例输出。
abc123.MountPoints> list abc456:/storage on /mnt/remote/garry type nfs (rw,relatime,vers=3,rsize= 32768,wsize=32768,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys, mountaddr=10.182.1.249,mountvers=3,mountport=695,mountproto=udp,local_lo ck=none,addr=10.182.1.249)