Create a file of a given size in linux $ truncate -s 10M file
if the fs support sparse file,using truncate can create sparse file. more info: http://en.wikipedia.org/wiki/Sparse_file $ man truncate -- Regards, Tha.Suresh http://thasulinux.wordpress.com _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
