linux 挂载 windows共享
mount -t cifs //192.168.2.145/share /mnt/test -o username=test,password=123456
编辑/etc/fstab
//192.168.2.145/share /mnt/test cifs username=test,password=AAAaaa111 0 0
mount -t cifs //192.168.2.145/share /mnt/test -o username=test,password=123456
编辑/etc/fstab
//192.168.2.145/share /mnt/test cifs username=test,password=AAAaaa111 0 0