• MorphOS Developer
    geit
    Posts: 1031 from 2004/9/23
    Simply open a shell and enter the following line:

    AddBuffers cd0: 20000

    Afterwards copy should be faster. (In fact you can change buffers even during a slow copy to speed it up) Same is done internally when booting from CD-Drive. It makes no sense to increase buffers as each buffer is 2K. It is not done by default as most users do not need the CDROM at all. You can add the line to your user-startup adding >NIL: of course.

    Bigger values are of course possible, too, but you may not experience any speedup. Same works for HDD and USB drives.

    Unlike the CD/DVD-ROM you can change default values using HDConfig,too. By default they are set to 64. For HDD I recomment 4096.

    Geit

    [ Edited by geit 24.11.2012 - 22:00 ]
  • »24.11.12 - 20:59
    Profile