我在适用于 Linux (Ubuntu) 的 Windows 子系统中成功安装了网络驱动器。
sudo mkdir /mnt/t
sudo mount -t drvfs T: /mnt/t
Run Code Online (Sandbox Code Playgroud)
退出 bash 并返回后,我仍然看到该/mnt/t目录,但它是空的。如何卸载该驱动器?
我已经尝试过sudo umount /mnt/t,但每次都会这样说:
umount: /mnt/t/: not mounted
我如何卸载它?
Windows RT 有何特别之处,使其无法运行非来自应用商店的常规 Windows 程序?
我知道 Windows RT 与 ARM 处理器一起使用,但我的一些旧 Windows 98 程序在 Intel Pentium 上运行良好,并且在更现代的 AMD 处理器上仍然运行良好。我试图了解 ARM 和 Windows RT 有何特别之处。