[[ShowPath]] [[PageOutline]] = disk_enumerate = This function is used to set the variables DISK0, DISK1, DISK2, etc. A order must be specified to tell this method which disks must be used. {{{ #!sh disk_enumerate order }}} == Example == We want to find disks sda, hda, cciss. {{{ #!sh disk_enumerate "sda hda ccis" }}} == depends on == * [wiki:SaliUsage/Functions/find_all_disks find_all_disks]