Requirement
- MacOSX 10.4 “Tiger” is installed
- Developer tools are installed (i.e. “Developer” directory exists)
Let’s say you want to set the harddrive volume called Backup to be hidden/invisible. In order to do that, execute following command.
/Developer/Tools/SetFile -a V /Volumes/Backup/
Tiger における隠しドライブの作り方
必須条件
- MacOSX 10.4 “Tiger” がインストールされていること
- デベロッパーツールがインストールされていること(つまり、“Developer”ディレクトリが存在していること)
Backupという名前のバーティションが存在すると仮定して、これを見えないようにしたい場合には、以下のコマンドをターミナルから実行してください。
/Developer/Tools/SetFile -a V /Volumes/Backup/