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.
マウントされた FAT32 ファイル システムのボリューム ID を読み取るための OSX のコマンドはありますか? ボリューム ID がパーティションのオフセット 67 に格納されていることはわかっています。問題は、デバイスが既にマウントされているため、デバイス ファイルを開いてシークを実行できないことです。「許可が拒否されました」と表示されます。
これは無理っぽい
http://lists.apple.com/archives/filesystem-dev/2012/Feb/msg00010.html
あなたはルートでなければなりません。例:私には機能しますが、機能しません。次に、オフセット 67 を読み取るプログラムが必要です。sudohead /dev/disk0s1head /dev/disk0s1
sudo
head /dev/disk0s1