Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Mac OS 10.5 中的system_profiler命令显示关联 USB 驱动器的已安装卷路径。但是,在 10.4 中,它们没有显示出来。关于如何在 10.4 中获取 USB 驱动器的安装位置的任何想法?
system_profiler
磁盘工具可以显示:
diskutil list # to get the device/sector numbers diskutil info /dev/diskXsY
这些最终可能会安装在 /Volumes/ 中。