My “ISO” volume is not visible in “Toolbars”

Hello everyone,

I don't know how to make the volume letter appear when I mount an “ISO” file, it doesn't appear in my “Toolbars”.

Here's what I currently have, which works fine EXCEPT for mounted ISOs
C and D are fixed
R is a ramdisk (fixed)
N, O, P, Q are on my NAS

As my screenshots show, my ISO file mounted on E: does not appear in my “Toolbars”, how can I have all ISO volumes mounted in this bar and nothing when they are not mounted.

I can't figure it out on my own, so I need your advice!

Add that button to your toolbar.

<?xml version="1.0"?>
<button backcol="none" display="both" label_pos="right" textcol="none">
	<label>Other Drives</label>
	<tip>Automatically adds a button for each of the drives in your system to the toolbar/menu</tip>
	<icon1>#drivebuttons</icon1>
	<function type="normal">
		<instruction>Go DRIVEBUTTONS=cdrom,network,removable</instruction>
		<instruction>//,hideempty</instruction>
	</function>
</button>

Or edit the drive button.

https://docs.dopus.com/doku.php?id=customize:creating_your_own_buttons:editing_the_toolbar:field_buttons:drive_list_configuration

Thank you for your reply. But the problem is that I have my NAS volumes (N, O, P, Q) appearing a second time.

EDIT : I found it, just remove “network” :slight_smile: THANK YOU !!!!!

<?xml version="1.0"?> Other Drives Automatically adds a button for each of the drives in your system to the toolbar/menu #drivebuttons Go DRIVEBUTTONS=cdrom,removable //,hideempty

New question following my little tests.

If I mount two ISOs of Windows 10 or 11, the icons visible are not always the same and it seems to be once one and once the other.

Is there a possibility that it's always the same icon that's visible?