On Thu, Apr 12, 2007 at 05:52:57PM -0400, Philip Webb wrote

> Thunar mounts, writes & deletes ok, but there's a  35 sec  delay
> before the drive reacts & to update the file list you have to
> 'unmount' the device, then reopen it;

  That's called "caching".  It does wonders for system responsiveness,
but sucks at fast updates to files.  If you're willing to wait while the
system writes to the floppy, try...

/dev/fd0 /mnt/floppy msdos noauto,user,sync 0 0

...in /etc/fstab.  I don't know if the "sync" options works with MSDOS
filesys, but it's worth a try.  Another option is the "sync" command, as
in /bin/sync.  However, it's a bit heavy-handed because it syncs all
mounted partitions.  It may be more convenient than unmount+mount.

-- 
Walter Dnes <[EMAIL PROTECTED]> In linux /sbin/init is Job #1
Q. Mr. Ghandi, what do you think of Microsoft security?
A. I think it would be a good idea.
-- 
[EMAIL PROTECTED] mailing list

Reply via email to