External Backup

I ran the Disks format process, @vasileios. Disks sees the SD card; Files does not. I have installed GParted if the problem is no boot sector. But I’ll need guidance on how to use it, sizes, format-types, etc. Total newbie, here!

  1. Post-DOS format process:
    8. SD card, post DOS format
    .

  2. What Files sees… no SD card:
    9. SD card not mounting
    .

  3. Here’s what GParted sees:


    .

Sorry to keep asking. And thank you for your help.

No worries @nwarren!

Thank you for sending the images! From the image below, click on the designated icon, while you have your SD Card highlighted and select Format & send me a screenshot of the window that pops up. :slight_smile:

966050a17e2f293ceba9cfb0735ef85e4d5dd63f

Here 'tis, @vasileios “Format Partition” is not available. All options are greyed out.
.

11. SD card, Disks gear contents

First, select the green bar above that says “Free Space.” Then, the options should become available.

Ah! Format option available, @vasileios. Buuuuut, the options are all the same 3 as I posted earlier.
.


.

Update:
I closed/re-opened Disks, clicked on “SD Card Reader,” then again on the large partition, then on the gear. ALL OPTIONS GREYED OUT AGAIN!!

How weird.
.

Update 2:
There are 3, vertically-placed dots at the top, right of the Disks window.
I clicked there, and found THIS!
.


.

So I am able to format. Although only the same 3 options remain available, as before, MBR/DOS being one of them:

12b. partitioning1

12c. partitioning2

12d. partitioning3

It will work with those options, yes. Though, if you want to be truly Linux only, then I’ll need to know its device name, which lies under the big green bar. In that scenario, you can hit the terminal and give it the exact filesystem you like.

But still, the DOS (figure of speech, DOS), will work.

Here’s the result of my 2nd SD card format attempt, using Disks, @vasileios. Nothing changed. Files still doesn’t see it, and it doesn’t mount to my desktop.

13. SD card, post 2nd format
.

Ok, I’m taking this as a sign from the Universe. :wink:

Please guide me thru the steps (Bash commands?) for obtaining the SD card’s device name in order to get the card read/write-able in Linux only.

Thanks…

@vasileios, via Terminal, I found the device, but don’t know how to rename it. Here’s my attempt, with Bash’s response (Looks as if the filenames need extensions?):

  1. What is the syntax for renaming the SD drive?
  2. What commands do I use to format it for Linux-only?

Progress!

Hey @nwarren!
Perfect! The bash command to format your SD card with EXT4 is:

sudo mkfs.ext4 /dev/mmcblk0

This should work normally. If not, please let me know. :slight_smile:

You cannot rename the device itself, only to assign a Label to it. This can be done in Gnome Disks you ran earlier - when you hit on the gear under the big bar to the right and select the FileSystem option (I’m on a different system and I don’t have Disks available now… first time in a while - go figure!). :slight_smile:

1 Like

WAHOOOOO!!

15. SD card, formatted for EXT4

Thank you, @vasileios.

2 Likes

@vasileios, you are amazing! In the process of setting up TimeShift, I came to the Home Directory option, no where else suggested why one should include Home, I should’ve searched for answers here first! :pray::heart::grinning:

But I suppose I don’t need to include Home for root?

2 Likes

Hey @Ai!
Root home is only required in case you run a distro like Kali, where the system logs you in as root to begin with - and the entire home directory structure is populated. :slight_smile:

As for your own Home folder, make sure you have enough space on your target area, as the backup GB can accummulate. :slight_smile:

Unless the drive you’re backing up to is BTRFS formatted, which makes it more economic.

1 Like

@vasileios, thank you for explaining. And for timeshift I have it going to a drive larger than the one holding my Linux, so I am all set for backup!

Much appreciation! :pray: :grinning:

1 Like

One more question about TimeShift… Was I thinking correctly that if I want to backup onto an external drive, I can’t use BTRFS?

You can use BTRFS normally on any drive. In fact, I have a couple of RAID systems that do that. :slight_smile:

2 Likes

Another option that has saved me several times is Clonezilla. I love this app! once I have everything set up, installed and tweeked I clone the machine. If / when I do something that I cant fix Clonezilla is my go to. I highly recommend it.

2 Likes

That is great to hear! Thank you so much for the info @waynetb!
Lately I’ve been “playing” around with OpenSUSE Tumbleweed, which I’ve installed on a Surface Laptop 3 and a MacBook Air (where I’m writing from). It’s definitely more challenging than most distros, but the lessons I learned apply to all flavors out there.

At some point, I’ll have to prepare a unified cloud solution - as I find myself working on many, different devices.

2 Likes

Totally agree. It would be nice to have all your data available no matter which device you are on.

2 Likes