Comment 17 for bug 1064195

Revision history for this message
In , David Riebenbauer (davrieb) wrote :

(In reply to comment #9)
> Hello David.
> This patch works only with this entry in /etc/fstab
>
> /dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
>
> this is a partial fix of a problem, as for usb floppy drives it is necessary
> to add record in fstab that is inconvenient for users.

Alright, I've added two patches to use libblkid to probe for the filesystem prior to mounting it. These are supposed to be used in addition to the one before.

Please review.

Thanks,
David