如果想要卸载 Tails 并用将 USB 记忆棒做他用,您必须重置 U盘。
U盘数据在此过程中将丢失, 但对您不利的人 仍可能发觉 Tails 曾安装过在此U盘上通过 数据恢复操作,除非您在之后 安全地清理了所有磁盘空间。
The version of Diskpart on Windows XP does not list removable disks.
Using Diskpart
If at some point you are not sure about the disk number, stop proceeding.
确保您想要重置的 USB 记忆棒还未插入计算机中。
Click on the Start button, and choose , to open the Command Prompt,
Execute the diskpart command, to start Diskpart.
Execute the list disk command to obtain information about each disk in the computer.
For example:
Diskpart> list disk Disk ### Status Size Free Dyn Gpt -------- ---------- ------- ------- --- --- Disk 0 Online 80 GB 0 B
Plug in the USB stick that you want to reset. Run the list disk command again.
A new disk, which corresponds to that USB stick, appears in the list.
For example:
Diskpart> list disk Disk ### Status Size Free Dyn Gpt -------- ---------- ------- ------- --- --- Disk 0 Online 80 GB 0 B Disk 1 Online 8 GB 0 B
Make sure that its size corresponds to the size of the USB stick that you want to reset. Note down the disk number assigned by Diskpart to the USB stick.
To select the USB stick, execute the following command: select disk=number. Replace number by the disk number of the USB stick that you want to reset.
Execute the clean command to delete the partition table from the USB stick.
Execute the convert mbr command to create a new partition table on the USB stick.
Execute the create partition primary command to create a new primary partition on the USB stick.