Linux文件服务器挂载

作者:LoveEmperor-王子様

Linux文件服务器挂载

  • 语法: mount -t 类型 -o 挂接方式 源路径 目标路径
    例:mount -t cifs –o username="root",password="PSW" /home/file/web/images //xx.x.xx.xx/home/xx/web/images/

    或:进入本机目录:
    * cd /home/file/web/images
    * mount -t cifs –o username="root",password="PSW" //xx.x.xx.xx/home/xx/web/images/

  • 其他博客:

    • https://blog.csdn.net/q1059081877q/article/details/48251893
    • https://blog.csdn.net/li12412414/article/details/79282834

你可能感兴趣的:(Linux)