Agree Brain's comments. And you can use "select x" internal cmd of DiskPart 
tool followed by "inspect" internal cmd to check the disk partition info

-----Original Message-----
From: Brian J. Johnson [mailto:bjohn...@sgi.com] 
Sent: Thursday, October 25, 2012 21:51
To: edk2-devel@lists.sourceforge.net
Cc: baband
Subject: Re: [edk2] DISKPART.EFI is not listing disk entry for my blk5 device.

On 10/25/2012 06:18 AM, baban devkate wrote:
> Hello experts,
>
> Background-
> Have couple of doubts related to UEFI Device driver for PCIe Block device.
>
> My driver.efi produces the Block IO protocol(blk5) for my block device.
> Using simple application I am able to perform RAW BlockIO on it. Next 
> I want to do file IO on it. So I need to format my bkl5 device such 
> that it will insatll FAT32 on it.
> FYI-I am working with QEMU and I am loading my driver.efi using 'load'
> command. I am using EDKII.
>
> Issue-
> DISKPART.EFI is not listing disk entry for my blk5 device.
>
> Query-
> 1.Is it because 'fsx' entry wrt to my blk5 device is not shown after 
> 'map -r' or because something is missing in my driver?
>
> 2.Is it 'fsx' is expected when UEFI boots with PCIe HBA Oprom which 
> flashed with my driver.rom or otherwise also I can get 'fsx' entry for 
> my blk5?
>
> Any help around this will be really helpful to move ahead.
> Thanks in advance.

I can't say I'm an expert at disk devices....

But 'fsx' will only be shown once there is a valid partition table and file 
system on the device.  Before that point, it will only show up as 'blkx'.  Can 
you boot an OS installer from an ISO image and use that to partition and format 
your device?
-- 

                                                 Brian

--------------------------------------------------------------------

    "Russia has abolished God, but so far God has been more tolerant."
                                            -- Swayze

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics Download AppDynamics Lite for free 
today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to