[[ShowPath]] [[PageOutline]] = find_all_disks = This function returns all the disks that could be found. Finding the disks is done by examining the links in /dev/disk/by-id|by-path|label. == Example == {{{ #!sh ALLDISK=$(find_all_disks) }}}