Friday, May 3, 2024
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 7543  / 2 Years ago, sun, april 24, 2022, 12:59:50

So here I just installed Timeshift on my ubuntu 20.04 LTS. As I was trying to set up the backup of my entire system using timeshift, it shows that I can only save backup data on my primary partition. (Mind you that my system is dual-booted with windows 11)


I connected my external hard drive to my system to backup data on it using timeshift, but it shows that "The external hard drive does not have a linux partition" and hence I am unable to backup my data using timeshift.


Currently I have backed up my files normally using the "backups" option, on my external hard drive.


I am a newbie to linux, so I wanted to ask as to how can I create a Linux Partition on an external hard drive?


Also, is "Backup" enough to restore my files if my system somehow breaks down ?


The file system which my external hard drive shows is ExFat


More From » partitioning

 Answers
1

Timeshift requires the external drive to be of type ext4.


Lets say /dev/sdb1 is the path to the external drive (adjust accordingly to your path with lsblk | grep sdb or check gparted)


You can use


sudo umount -lf /dev/sdb1 
mkfs.ext4 /dev/sdb1

to achieve that.


After this you are able to select your drive in Timeshift.


[#734] Monday, April 25, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
dresuitable

Total Points: 69
Total Questions: 116
Total Answers: 122

Location: Honduras
Member since Sun, Dec 26, 2021
2 Years ago
dresuitable questions
Sat, May 15, 21, 04:38, 3 Years ago
Fri, Apr 14, 23, 09:53, 1 Year ago
Tue, May 16, 23, 18:13, 1 Year ago
Sun, Feb 6, 22, 11:51, 2 Years ago
;