From owner-freebsd-hackers Sat Apr 18 00:02:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA14648 for freebsd-hackers-outgoing; Sat, 18 Apr 1998 00:02:16 -0700 (PDT) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from www.giovannelli.it (www.giovannelli.it [194.184.65.4]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA14635 for ; Sat, 18 Apr 1998 07:02:10 GMT (envelope-from gmarco@giovannelli.it) Received: from giovannelli.it (modem00.masternet.it [194.184.65.254]) by www.giovannelli.it (8.8.8/8.8.5) with ESMTP id IAA00288 for ; Sat, 18 Apr 1998 08:59:05 +0200 (MET DST) Message-ID: <35386CE9.68491A59@giovannelli.it> Date: Sat, 18 Apr 1998 09:05:45 +0000 From: Gianmarco Giovannelli X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 3.0-CURRENT i386) MIME-Version: 1.0 To: hackers@FreeBSD.ORG Subject: Msdos code : speed test Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I always used the good vmount to use my dos zip drives , today I tried to mount them with the 3.0-current msdos fs with : mount -t msdos /dev/sd2s4 /mnt/mzip Then I tried to copy some files to my /tmp dir from the zip itself... -rwxr-xr-x 1 root bin 707052 Apr 18 08:55 1.tif -rwxr-xr-x 1 root bin 1444564 Apr 18 08:55 2.tif -rwxr-xr-x 1 root bin 1207546 Apr 18 08:55 SETUP.EXE -rwxr-xr-x 1 root bin 3321 Apr 18 08:55 adm.tgz -rwxr-xr-x 1 root bin 10878951 Apr 18 08:55 mozilla.tgz with the stock msdos code : gmarco:/mnt/mzip#time cp *.??? /tmp 0.000u 1.463s 2:30.49 0.9% 70+288k 6957+615io 4pf+0w with vmount : gmarco:/mnt/mzip#time cp *.??? /tmp 0.000u 0.713s 0:15.47 4.5% 72+301k 3+449io 1pf+0w Now I am not able to understand all the data returned by time, but the time elapsed is very different ... Any explanations ? Btw, it isn't so important the important is the msdos code is working now :-) P.s. I don't know if it can be related to the results , but the box (PII 300) was busy with a make world during this test... -- Regards... Gianmarco "Unix expert since yesterday" http://www.giovannelli.it To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message