Thanks a lot, cwarden. I can see that you have much experience on sequence analysis.
I performed BWA index by downloading pre-formatted reference from UCSC by concatenating all chromosomes from chromFa.tar.gz using command $ cat chr*.fa > mm10.fa.
But I will download indexed mm10 from linker you suggested and run BWA aln to see if it works or not.
Thanks again :)
by the way I used followings commands
$ bwa index -a bwtsw mm10.fa produced mm10.fa.amb; mm10.fa.ann; mm10.fa.bwt; mm10.fq.pac
$ bwa aln mm10.fa R1.fastqsanger > R1.sai produced 0 output R1.sai