Life is fantastic

Life

N1挂载远程OMV使用samba共享的目录

43
2022-06-19
N1挂载远程OMV使用samba共享的目录

在OMV中配置好共享的目录

N1中安装好cifs后使用如下命令挂载到本地

mount -t cifs //192.168.5.200/SSD /mnt/samba -o iocharset=utf8,username=xxxx,password=xxx

效果图

  • 0