﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
271	Mountlist skips partition with the characters 'fdd' anywhere in UUID.	Scott Cummings	Bruno Cornec	"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.
"	defect	closed	normal	2.2.8	mindi	2.2.6	normal	fixed	UUID mountlist fstab	
