diff --git a/inxi b/inxi index d2e7eb1..351ed02 100755 --- a/inxi +++ b/inxi @@ -7547,7 +7547,7 @@ get_unmounted_partition_data() get_raid_data fi # sr0 type cd drives are showing up now as unmounted partitions - mounted_partitions="sr[0-9]|cdrom[0-9]*|dvd[0-9]*" + mounted_partitions="scd[0-9]+|sr[0-9]+|cdrom[0-9]*|cdrw[0-9]*|dvd[0-9]*|dvdrw[0-9]*" # create list for slicing out the mounted partitions for (( i=0; i < ${#A_PARTITION_DATA[@]}; i++ )) do diff --git a/inxi.changelog b/inxi.changelog index 9ed1781..5593c69 100755 --- a/inxi.changelog +++ b/inxi.changelog @@ -5,6 +5,18 @@ Script Date: February 27 2013 ----------------------------------- Changes: ----------------------------------- + + +----------------------------------- +-- Harald Hope - Wed, 27 Feb 2013 22:26:32 -0800 + +===================================================================================== +Version: 1.8.41 +Patch Version: 00 +Script Date: February 27 2013 +----------------------------------- +Changes: +----------------------------------- New version, updated man page. A bug fix for an old time bug: with mdraid, -o (unmounted partitions) would show components of the md raid array as unmounted partitions.