Thread: Best Filesystem
View Single Post
Old 28th May 2008
ephemera's Avatar
ephemera ephemera is offline
Knuth's homeboy
 
Join Date: Apr 2008
Posts: 537
Default

Quote:
Originally Posted by thavinci View Post
Then how do other file systems deal with this issue?
in general this holds true for all FS.

> Also how can i view the speed FreeBSD copies files?

if you just want the average:

$ time cp ...

# if copying from/to the same disk
$ echo $file_size / $time_taken \* 2 | bc

# realtime:
$ iostat -dt da 1
Reply With Quote