I've been in sick bay, and have had to take a break from this.
Back this morning, & spent about 30-40 minutes studying this thread & making notes.
The first step (and I'm still on it!) is copying the contents of my /home folder to an external drive. Previously I lacked a big enough flash drive (32gb not enough), and anyway it was formatted wrong. So, I went out and purchased a couple of 64gb flash drives.
Stuck the first one into a USB port, and proceeded with a quick format to the desired ext4 format.
Started copying .. . but ran out of room! After copying an unknown part of my /home contents, the command returned a string of error messages all ending in "No space left on device."
My diagnosis is that I probably should have emptied the trash before proceeding. So, I decided to go back and start again.
Easiest way to delete whatever did end up on the flash drive is a quick re-format. So I opened the GUI, selected my external drive, & initiated the same formatting command that I had ten minutes earlier, WITH ONE FATAL? DIFFERENCE: I selected the "check for bad sectors" option. The formatting screen disappeared, and so did the GUI listing of the drive I was formatting.
It's been 45 minutes. The flash drive is a bit warm, but I have no indication of any activity by this computer. Safe to say it's failed?
I don't have a lot of faith in this GUI either. Can I just use the terminal to format my external drive? Will this do the trick?
$sudo mkfs -ctv ext4 /dev/sdb1
Please advise if this command from terminal will give me a 64gb ext4 format flash drive.
Bookmarks