是否可以从 Java 中发现插入的磁盘?
我正在编写一个磁盘爬虫,如果用户没有提供现有路径,则程序应该搜索所有可用的磁盘。 有谁知道这是否可能,如果是如何从Java做到这一点?
I'm writing a disk crawler and if the user doesn't provide an existing path the program should search all disks that are available. Does anybody know is it possible and if it is how to do that from Java?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试这个:
Try this:
仅适用于 Windows,在基于 UNIX 的操作系统上,您将拥有 1 个 root,与磁盘数量无关。
Only works on windows, on unix based operating system you will have 1 root, independent of the number of disks.