USB 驱动器和 Windows 驱动器限制

发布于 2024-07-10 03:18:30 字数 131 浏览 5 评论 0原文

一旦您添加的驱动器数量超过了 AZ 驱动器盘符的容纳范围,Windows 机器上会发生什么情况。 我知道 mountvol 命令,但我的解决方案需要在不使用 NTFS 的 Win98/XP 系统上工作。 有什么方法可以提供对这些驱动器的访问吗?

What happens on a Windows box once you add more drives than can fit in the A-Z drive letters. I know about the mountvol command but my solution needs to work on Win98/XP systems that do not use NTFS. Is there any way to provide access to those drives?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

Saygoodbye 2024-07-17 03:18:30

如果物理驱动器数量过多,则可以考虑使用硬件解决方案 (RAID) 将多个物理驱动器组合成较少的逻辑驱动器。 此解决方案应该可以在 Win98 中运行。

如果将驱动器映射到 Windows 服务器,请考虑使用服务器上的接合点将多个驱动器组合到单个树结构中。

或者使用DFS链接; 不必打开复制。 这将创建跨多个服务器的逻辑层次结构,并且您可以将一个驱动器号映射到 DFS 根目录。

If it is physical drives that you have too many of you could consider a hardware solution (RAID) to combine multiple physical drives into less logical drives. This solution should work in Win98.

If it is mapped drives to Windows servers, consider using junction points on the server to combine multiple drives in to a single tree structure.

Or use DFS links; replication does not have to be turned on. This would create a logical hierarchy across multiple servers and you could map one drive letter to the DFS root.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文