lkml.org 
[lkml]   [2001]   [Oct]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    SubjectRe: Poor floppy performance in kernel 2.4.10
    From
    In article <200110181632.f9IGW9i29729@schroeder.cs.wisc.edu> nleroy@cs.wisc.edu wrote:
    | On Thursday 18 October 2001 11:17, Ville Herva wrote:
    |
    | (snip)
    | > That's propably beacause it syncs the writes on close().
    | >
    | > Perhaps you could try the trick Linus suggested in another thread, namely:
    | >
    | > sleep 1000 < /dev/fd0 &
    | >
    | > mdir
    | > mcopy
    | > mdir
    | > mcopy
    | > <do whatever>
    | >
    | > kill %1
    | >
    | > That keeps one (dummy) reference to the floppy device open until you're
    | > done using it.
    |
    | Perhaps there should be a pair of "mtools" added: mopen and mclose, that do
    | basically this. That way it could be a "standard" item, documented in man
    | pages, etc., not some secret that only the l-k users know. Thoughts?

    The change prevents use of stale data, and is a good one. mtools was a
    hack from the days when some operating systems didn't speak DOS file
    format, and reliability is more important than performance.

    That said, can't you just keep the drive accessed and avoid the
    problem?
    sleep 3600 </dev/fd0 &
    should do it. Just kill the process when you eject the floppy, or you
    will get back the stale data problem.

    I don't believe the detection of a new floppy in the drive is reliable
    on all systems or they would have flushed on loading a new diskette. I
    seem to remember that not all drives provide the signal, at least back
    when I wrote my last floppy driver (DEC Rainbow, about 20 years ago).

    --
    bill davidsen <davidsen@tmr.com>
    His first management concern is not solving the problem, but covering
    his ass. If he lived in the middle ages he'd wear his codpiece backward.
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2005-03-22 13:18    [W:2.556 / U:0.140 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site