我目前正在处理一个场景,我们必须在 Linux 和 Windows 的共享目录中创建一个文件。我已经通过以下链接来实现它:https://www.journaldev.com/878/java-write-to-filehttps://it.toolbox.com/question/how-to-write-a-file-in-a-network-folder-without-using-ftp-031208我能够在 Windows 网络中实现它,就像将文件名指定为 (\\198.168.1.1\data\files)但是对于 Linux,我首先使用 NFS 使用以下链接共享特定目录:https://alvinsim.wordpress.com/2012/06/21/mounting-nfs-from-linux-to-aix/https://www.tecmint.com/how-to-setup-nfs-server-in-linux/但得到以下异常:java.io.FileNotFoundException: /data/files (只读文件系统)我发现在以下线程中解决了以下问题,但我无法成功:https://askubuntu.com/questions/197459/how-to-fix-sudo-unable-to-open-read-only-file-system任何建议表示赞赏。
添加回答
举报
0/150
提交
取消