-
Notifications
You must be signed in to change notification settings - Fork 102
Open
Description
as I understand, we have to use hfsplus formatted partition
so approximated manual might be like this:
sudo apt-get install hfsplus hfsutils hfsprogs
sudo mkdir /mnt/timemachine # provide your path to mount point
# remove/create a partition
# fdisk howto: https://www.tldp.org/HOWTO/Partition/fdisk_partitioning.html
sudo fdisk /dev/sda
sudo mkfs.hfsplus /dev/sda1 # specify your partition
blkid # find partuuid
# add to /etc/fstab:
/dev/disk/by-partuuid/be54d979-02 /mnt/timemachine hfsplus rw,force,exec,auto,users 0 2
sudo mount -a # check fstab before rebootReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels