From: Jens Axboe <axboe@kernel.dk>
To: Neependra Khare <neependra.khare@gmail.com>
Cc: fio@vger.kernel.org, Bruce Cran <bruce@cran.org.uk>
Subject: Re: Running FIO on Windows on given partition or raw device
Date: Tue, 10 Apr 2012 14:40:15 +0200 [thread overview]
Message-ID: <4F842A2F.709@kernel.dk> (raw)
In-Reply-To: <CAMZBPnepbgTSTfW5JA2UYZ=NxXi_==tSVeWKXF_KCYD=FTs2sQ@mail.gmail.com>
On 04/10/2012 11:04 AM, Neependra Khare wrote:
> Hi,
>
> I want to run FIO on a given partition on Windows. To do this I use
> the "mountvol" command and get the volume names and
> their mount points and then use them for "filename" option with FIO
>
> For example for "E:\" get following from "mountvol" command.
>
> \\?\Volume{1277e70d-79a7-11e1-9fed-f04da2ef6fc9}\
> E:\
>
> Then I run following commands:-
>
> $ fio.exe --name=baseline --rw=randwrite --direct=1 --size=1g
> --iodepth=32 --blocksize=4096 --ioengine=windowsaio
> --filename=\\.\Volume{1277e70d-79a7-11e1-9fed-f04da2ef6fc9}
> --name=hddBaseline --stonewall
>
> $ fio.exe --name=baseline --rw=randwrite --direct=1 --size=1g
> --iodepth=32 --blocksize=4096 --ioengine=windowsaio --filename=E:\
> --name=hddBaseline --stonewall
>
> $ fio.exe --name=baseline --rw=randwrite --direct=1 --size=1g
> --iodepth=32 --blocksize=4096 --ioengine=windowsaio
> --filename=E:\filename --name=hddBaseline --stonewall
>
> In all these cases I do not see any IO happening on "E" drive using
> "perfmon". All the IO happens on the root drive("C").
>
> On Linux I can use "/dev/sda" , "/dev/sda1" etc.
>
> I was expecting same on Windows.
> Any help or pointers would be great.
CC'ing in Bruce, he's the Windows guru...
--
Jens Axboe
next prev parent reply other threads:[~2012-04-10 12:41 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-10 9:04 Running FIO on Windows on given partition or raw device Neependra Khare
2012-04-10 12:40 ` Jens Axboe [this message]
2012-04-11 0:14 ` Bruce Cran
2012-04-11 4:52 ` Neependra Khare
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4F842A2F.709@kernel.dk \
--to=axboe@kernel.dk \
--cc=bruce@cran.org.uk \
--cc=fio@vger.kernel.org \
--cc=neependra.khare@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.