Linux

Giving Your Old USB Drive a New Life in Linux Mint XFCE

I recently decided to repurpose an old pen drive that I had used as a Windows recovery stick. The goal was simple: make it usable again in Linux Mint XFCE & fill it with Pirith for my father. Here’s what I did.

Step 1: Check the Pen Drive

1st, I verified that Linux recognized the device. Using lsblk, I could see the drive & its partition:

sdc 1.9G disk
└─sdc1 1.9G vfat RECOVERY

This confirmed that the hardware was fine & the filesystem intact. The drive wasn’t auto-mounting in Thunar, but manual mounting worked perfectly, showing all files.

Step 2: Clean Up Old Recovery Files

Since this drive was previously a Windows recovery stick, it contained files & hidden flags meant for system recovery. To make it usable for my purpose, I decided to format the existing partition & give it a new label. This removed all old recovery files & any leftover system hints.

Step 3: Format the Partition

Formatting was straightforward. I ran: sudo mkfs.vfat -n "Pirith" /dev/sdc1

This:

Step 4: Test Auto-Mount

After unplugging & re-plugging the drive, it mounted automatically in Thunar. The drive opened immediately, ready for file transfers.

Outcome

The pen drive is now:

It’s clean, simple & ready to be used for Pirith without any leftover quirks from its past life as a recovery drive.

Syncing with GitHub...