var volumeIsAutomounted : Bool?
true if the volume is automounted. Note: do not mistake this with the functionality provided by kCFURLVolumeSupportsBrowsingKey.
ボリュームが自動マウントされるならば、true。注意:これ をkCFURLVolumeSupportsBrowsingKey によって提供される機能性と間違えないでください。
var volumeIsBrowsable : Bool?
True if the volume should be visible through the user interface (in effect, appear on the Desktop as a separate volume).
ボリュームがユーザインターフェイスによって可視であるべきならば、true(実際には、Desktop上に別個のボリュームとして現れます)。
var volumeIsEjectable : Bool?
true if the volume’s media is ejectable from the drive mechanism under software control.
ボリュームのもつメディアがドライブ機構からソフトウェア制御の下で排出可能であるならば、true。
var volumeIsEncrypted : Bool?
true if the volume is encrypted.
ボリュームが暗号化されるならば、true。
var volumeIsJournaling : Bool?
true if the volume is currently using a journal for speedy recovery after an unplanned restart.
ボリュームが現在はジャーナルを予想外の再始動の後に素早く復旧するために使用しているならば、true。
var volumeIsLocal : Bool?
true if the volume is stored on a local device.
ボリュームがローカルデバイス上に格納されるならば、true。
var volumeIsReadOnly : Bool?
true if the volume is read-only.
ボリュームが読み出し専用ならば、true。
var volumeIsRemovable : Bool?
true if the volume’s media is removable from the drive mechanism.
ボリュームのもつメディアがデバイス機構から取り外し可能ならば、true。
var volumeIsRootFileSystem : Bool?
true if the volume is the root filesystem.
ボリュームがルートファイルシステムならば、true。