Date: Sat, 18 Nov 2000 18:13:27 +0900 From: non@ever.sanda.gr.jp To: freebsd-mobile@freebsd.org Subject: Re: Support for Clik! (PocketZip) drives? Message-ID: <20001118181327P.non@ever.sanda.gr.jp> In-Reply-To: <20001117180516U.non@ever.sanda.gr.jp> References: <14868.57279.285706.444437@horsey.gshapiro.net> <20001117180516U.non@ever.sanda.gr.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
From: non@ever.sanda.gr.jp Date: Fri, 17 Nov 2000 18:05:16 +0900 > > 2. Has anyone used it enough to know if it is usable as a mounted partition > > (speed wise) or is it to slow for anything but a backup media? > > Hmm, I did not test for the speed. I found that CF is much faster than Clik. Maybe disk cache is working but if it is Clik using msdosfs partition under PAO3, I got, jm3wud@dhu% dd if=/dev/zero of=/clik/foo bs=100k count=10 10+0 records in 10+0 records out 1024000 bytes transferred in 11.133907 secs (91971 bytes/sec) jm3wud@dhu% rm /clik/foo jm3wud@dhu% dd if=/dev/zero of=/clik/foo bs=100k count=10 10+0 records in 10+0 records out 1024000 bytes transferred in 11.197474 secs (91449 bytes/sec) jm3wud@dhu% rm /clik/foo jm3wud@dhu% dd if=/dev/zero of=/clik/foo bs=100k count=10 10+0 records in 10+0 records out 1024000 bytes transferred in 11.145796 secs (91873 bytes/sec) jm3wud@dhu% sudo umount /clik Password: jm3wud@dhu% sudo mount /clik jm3wud@dhu% dd if=/clik/foo of=/dev/null bs=100k count=10 10+0 records in 10+0 records out 1024000 bytes transferred in 23.097719 secs (44333 bytes/sec) If it's Compact Flash, jm3wud@dhu% dd if=/dev/zero of=/flash2/foo bs=100k count=10 10+0 records in 10+0 records out 1024000 bytes transferred in 0.144609 secs (7081165 bytes/sec) jm3wud@dhu% rm /flash2/foo jm3wud@dhu% dd if=/dev/zero of=/flash2/foo bs=100k count=10 10+0 records in 10+0 records out 1024000 bytes transferred in 0.145317 secs (7046660 bytes/sec) jm3wud@dhu% rm /flash2/foo jm3wud@dhu% dd if=/dev/zero of=/flash2/foo bs=100k count=10 10+0 records in 10+0 records out 1024000 bytes transferred in 0.145048 secs (7059731 bytes/sec) jm3wud@dhu% sudo umount /flash2 jm3wud@dhu% sudo mount /flash2 jm3wud@dhu% dd if=/flash2/foo of=/dev/null bs=100k count=10 10+0 records in 10+0 records out 1024000 bytes transferred in 1.146711 secs (892989 bytes/sec) // Noriaki Mitsunaga // non@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001118181327P.non>