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.
OSX 中是否有用于读取已安装 FAT32 文件系统的卷 ID 的命令?我知道卷 ID 存储在分区的偏移量 67 处。问题是我无法打开设备文件并运行搜索,因为设备已经安装。我只是得到'权限被拒绝'。
你必须是根。例如:对我有用,但没有。然后你只需要一个程序来读取偏移量 67。sudohead /dev/disk0s1head /dev/disk0s1
sudo
head /dev/disk0s1
看起来这是不可能的
http://lists.apple.com/archives/filesystem-dev/2012/Feb/msg00010.html