Changes between Version 1 and Version 2 of SaliUsage/Functions/find_all_disks


Ignore:
Timestamp:
06/04/10 14:15:00 (14 years ago)
Author:
dennis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SaliUsage/Functions/find_all_disks

    v1 v2  
    33
    44= find_all_disks =
    5 ...
     5
     6This 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.
     7
     8== Example ==
     9
     10{{{
     11#!sh
     12
     13ALLDISK=$(find_all_disks)
     14}}}