diff --git a/inxi b/inxi index 5427337..b59f17f 100755 --- a/inxi +++ b/inxi @@ -3220,7 +3220,7 @@ print_partition_data() # don't show user names in output if [[ $B_SHOW_LABELS == 'true' || $B_SHOW_UUIDS == 'true' ]];then if [[ -n ${a_partition_working[5]} ]];then - if [[ -z $( grep '^//' <<< ${a_partition_working[5]} ) ]];then + if [[ -z $( grep -E '(^//|:/)' <<< ${a_partition_working[5]} ) ]];then part_dev="/dev/${a_partition_working[5]}" dev_remote='dev' else