Open command prompt with Administrator privileges.
Run Diskpart.exe to see if the disk shows up: list disk.
if the disk doesn't show it, there might be an issue with the drive.
If the disk does shows up, attempt to create a partition and format it:
Select disk #
create partition primary size=n
select part 1
format ntfs quick
assign