Skip to content

add disk mounting manual, please #60

@a-x-

Description

@a-x-

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 reboot

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions