This script enhances Directory Opus by adding custom columns that display extended information about disk drives, so you have access to comprehensive details about your storage devices directly within Opus.
The script provides the following columns:
- Drive Serial Number (Drive SN)
- Drive Name
- Drive ID
- Drive Model
- Drive Status
- Drive Partitions
- Total Cylinders
- Total Heads
- Total Sectors
- Total Tracks
- Tracks per Cylinder
- Drive Size
- Friendly Name
- Interface Type
- Drive Unique ID
- Unique ID Format
- Drive Firmware Version
- Drive Allocated Size
- Logical Sector Size
- Physical Sector Size
- Largest Free Extent
- Drive Health
- Bus Type
- Partition Style
- Offline
- Read Only
- System
- Clustered
- Boot
- Boot From Disk
How to Install
Download the file below. Then go to Settings / Scripts (or run Prefs SCRIPTINSTALL
) and select the downloaded file.
IMPORTANT: Needs at least DOpus v13.9
v1.1 : Drives Extended Info.opusscriptinstall
That's it. Now you can access to your new columns via the Columns Menu, in Script >DriveExtendedInfo section. You can even use it in 'This PC' tab!
Notes / Further Development
- It retrieves data via WMI using
Win32_DiskDrive
,MSFT_Disk
andWin32_CDROMDrive
, so only the drives listed there are available. - It may be some issues when retrieving data from WMI with insufficient privileges, specially when using
MSFT_Disk
. - It may be expanded to list network drives in the future, but at the moment I don't have access to any for testing. If you do and are willing to help, you can DM me for details.
Changelog
v1.1 (Aug 18, 2024) : Drives Extended Info.opusscriptinstall (4.1 KB)
- Added new columns : Friendly Name, Interface Type, Drive Unique ID, Unique ID Format, Drive Firmware Version, Drive Allocated Size, Logical Sector Size, Physical Sector Size, Largest Free Extent, Drive Health, Bus Type, Partition Style, Offline, Read Only, System, Clustered, Boot, Boot From Disk
- The script can now display basic information for CD ROM drives.
- Other minor tweaks.
v1.0.0 (Aug 17, 2024) :
- Initial release.