Results 1 to 16 of 16

Thread: slow writing on flash disk

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Munich, Germany
    Posts
    4,714
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows
    Thanks
    21
    Thanked 418 Times in 411 Posts

    Default Re: slow writing on flash disk

    Yes it works.
    My original mount is:
    mount -t subfs -o fs=floppyfss,sync,procuid,nosuid,nodev,exec,utf8=t rue
    And the modified one:
    mount -t subfs -o fs=floppyfss,procuid,nosuid,nodev,exec,utf8=true

    Simply take 'sync' out of the line.
    It works fast as it should this way.
    Don't forget to run sync before you take out the memory stick, to make sure any buffered data is flushed.

  2. #2
    Join Date
    Feb 2006
    Posts
    1

    Default Re: slow writing on flash disk

    I got it working fast by just changing the fs type to vfat
    It helped, though i don't know whether should it help

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.