Tech Support Guy banner

Memory sticks corrupted by failed Tails installation

5.4K views 14 replies 5 participants last post by  Gr3iz  
#1 ·
I have an old WinXP laptop and thought I'd try to revive it with a Linux OS - faster and more secure. For the latter reason I decided to try Tails running from a memory stick initially, until I was happy with everything.

I downloaded Tails on my Win10 laptop and Etcher on a 64Gb memory stick and attempted to install on the latter. The verification stage failed so I tried again with a 32Gb memory stick, which also failed. (Should both programs have been in the same memory?)

Windows Explorer no longer showed either stick - both were present but 'unallocated'. I therefore tried them on the XP where Explorer showed both. I reformatted one as FAT32 and the other as NTFS; they were still 'unallocated' on the Win10 but apparently both were only 1.28 Gb now.

Any idea what's happened and how I can recover their full capacities?
 
#4 ·
OK, thanks.
But I was attempting to create Tails with the x64, Win10 machine. It failed and the memsticks became unallocated - they are now recognised now so that was a temporary problem, maybe fixed by a restart.
The x32 machine I used only to find and re-format the sticks, I didn't get as far as trying to run Tails. Both sticks still show properties as 1.24GB (not 32GB and 64GB) on both laptops and my desktop.
Any more ideas on how I can restore the full memory of both sticks?
 
#5 ·
Both sticks still show properties as 1.24GB (not 32GB and 64GB) on both laptops and my desktop.

The Tails installation has messed up the USB file system and it now needs cleaning.
Open a Command Prompt window.
Click on Start - Search - Type cmd
Right-click on cmd and select Run as Administrator.
In the Command prompt window
Type diskpart
Press Enter on the keyboard
Then Type list disk
Press Enter
Select which Disk is your USB drive
And Type select disk [put the disk USB number here]
Make sure that is it the USB drive and not another one.
Press Enter
Then Type clean
Press Enter.
Once that is done Type Exit and remove the USB drive.


 
#9 ·
once you clean it, you need to make it active and format it...

Go back to Diskpart and do:

list disk (confirm that it is still disk 1)
sel disk 1 (change number if it is not 1)
create partition primary
sel partition 1
active
format fs=fat32 quick


The last 2 commands should format the usb drive and make it usable.
 
#12 ·
Ah! It worked for the smaller memory stick (32Gb) but for the 64Gb it responded with "The volume size is too big". What is the format command I need please? (I'm guessing I should use NTFS if I don't need it for Linux any more - I can make do with the smaller one and I won't try using Tails.)
 
#15 ·
How to mark a thread solved.

Above your first post in this thread, but below the black bar, on the right-hand side, you will see a "kabob" menu (three vertical dots). Click that and select Edit Thread. You will see a drop down in front of the thread title that says "Prefix". Drop that and "Solved" should be one of your options.

Real simple, huh? Who needs a dedicated button that does this in a single mouse click? ;-)