Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Apr 1998 09:05:45 +0000
From:      Gianmarco Giovannelli <gmarco@giovannelli.it>
To:        hackers@FreeBSD.ORG
Subject:   Msdos code : speed test
Message-ID:  <35386CE9.68491A59@giovannelli.it>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?35386CE9.68491A59>