服务器上的文件夹挂载如下:
root@ubuntusrv:/mnt# mount -t cifs //192.168.14.12/share -o auto,user,iocharset=utf8,uid=1001,umask=000,username=john,password=smith /mnt/target
或者:
root@ubuntusrv:/mnt# mount -t cifs //192.168.14.12/share -o username=john,password=smith /mnt/target
如何在 Java Web 应用程序中检查文件夹 /mnt/target 是否已安装且现在可用?