MDK 10.0 takes too long to recognize USB flash drive
I have a Lexar Jumpdrive "Traveler" USB flash drive which works with Mandrake 10.0 Official. However, it is annoyingly slow at being recognized.
When I plug in the thumb drive, fstab is almost immediately written with this line:
none /mnt/removable supermount dev=/dev/scsi/host6/bus0/target0/lun0/part1,fs=ext2:vfat,--,umask=0,iocharset=iso8859-1,kudzu,codepage=850 0 0
and when I remove the drive, that line is almost immediately removed, as it should be.
The problem is that, after plugging in the drive and then clicking on the drive's icon, it's over 60 seconds before anything appears in the Konqueror file manager.
I believe the system is trying to find an EXT2 format drive, times out after 60 seconds, tries looking for a VFAT format, finds it, and all is well (note the order of the "fs=" line in fstab).
I think that line is written by drakupdate_fstab, but where does it get its info on what filesystem to look for on that particular device? If I could find the config file, perhaps I could change the order from ext2, vfat to vfat, ext2.
Any ideas on where I could look for a configuration file for this problem?
|