Opened 16 years ago

Closed 15 years ago

#271 closed defect (fixed)

Mountlist skips partition with the characters 'fdd' anywhere in UUID.

Reported by: Scott Cummings Owned by: Bruno Cornec
Priority: normal Milestone: 2.2.8
Component: mindi Version: 2.2.6
Severity: normal Keywords: UUID mountlist fstab
Cc:

Description

Mindi v2.0.3-r2001 - ListAllPartitions has this line -

        grep -vx " *#.*" $MY_FSTAB | grep -vx " *none.*" | $AWK '/^\/dev\/[imhs]d||^LABEL=\/|^UUID=/ && !/fdd|cdr|zip|floppy/ {print $1}'

if /etc/fstab has an entry starting with -

UUID=26740c2b-4576-4265-b622-4ad1f__fdd__8103

the last part of the awk code will skip that entry because it matches 'fdd'

!/fdd|

This results in an incomplete mountlist. One (or more, if you are very unlucky) partitions are skipped entirely.

Change History (2)

comment:1 by Bruno Cornec, 16 years ago

Milestone: 2.2.72.2.8
Status: newassigned

comment:2 by Bruno Cornec, 15 years ago

Resolution: fixed
Status: assignedclosed

Fixed in [2070]. Hopefully no more conflict will be found in UUIDs.

Note: See TracTickets for help on using tickets.