Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Feb 2000 14:56:09 +0100
From:      Thierry.Herbelot@alcatel.fr
To:        Erik Wenzel <erik@todo.de>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: why is cp so slow?
Message-ID:  <C1256885.004C8E2E.00@frmta003.netfr.alcatel.fr>

next in thread | raw e-mail | index | archive | help


Hello,

some reasons :
* the ports tree built out of a very large number of little files
* the creation of files involves modification of "meta-data" (that is data describing the organization of files on the disk)
* the meta-data modifications are generally done synchronously (the operation succeeds only if the data are really written on disk)
* the 2.2.x branch does not use DMA on IDE drives

     TfH





Erik Wenzel <erik@todo.de> on 14/02/2000 12:56:52
                                                              
                                                              
                                                              
 To:      freebsd-questions@FreeBSD.ORG                       
                                                              
 cc:      (bcc: Thierry HERBELOT/FR/ALCATEL)                  
                                                              
                                                              
                                                              
 Subject: why is cp so slow?                                  
                                                              





Hi All,

why is moving /usr/ports to another Partition taking over 1/2 hour?
That's only 4MB. I am using freebsd-stable-2.2.7.

:wq erik@todo.de


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message





To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?C1256885.004C8E2E.00>