If your sandisk pendrive shows more than one drive



Open command prompt as an admin privileges

    type diskpart 
    type list disk
    type select disk  [number (pendrive)]
    type clean
    type create partition primary
    type format fs=fat32 quick 
    type active
    type assign 

    then type exit

your pen drive will be ready for use with all the memory.

Comments