USB驱动器和Windows驱动器限制

时间:2023-01-26 21:43:11

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?

添加的驱动器数量超过A-Z驱动器号后,Windows框上会发生什么。我知道mountvol命令,但我的解决方案需要在不使用NTFS的Win98 / XP系统上运行。有没有办法提供对这些驱动器的访问?

1 个解决方案

#1


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.

如果是物理驱动器,那么您可能会考虑使用硬件解决方案(RAID)将多个物理驱动器组合到逻辑不足的驱动器中。此解决方案应该在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.

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

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.

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

#1


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.

如果是物理驱动器,那么您可能会考虑使用硬件解决方案(RAID)将多个物理驱动器组合到逻辑不足的驱动器中。此解决方案应该在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.

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

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.

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