Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add disk mounting manual, please #60

Open
a-x- opened this issue Aug 29, 2019 · 3 comments
Open

add disk mounting manual, please #60

a-x- opened this issue Aug 29, 2019 · 3 comments

Comments

@a-x-
Copy link

a-x- commented Aug 29, 2019

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
@a-x-
Copy link
Author

a-x- commented Aug 29, 2019

also, can you share your way to setup the /timemachine?

@a-x-
Copy link
Author

a-x- commented Aug 29, 2019

this dramatically decreases setup complexity for novices

@odarriba
Copy link
Owner

Hello,

You don't have to format your partition with HFS+, you just need an standard EXT3/4 partition with support for extra flags, which is the default configuration.

I´m using in my own home an EXT4 partition without issues. Which errors are you facing using an standard format with this container?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants