- Install instructions
service resilio-sync start
sudo apt-get install netatalksudo /etc/init.d/netatalk stopsudo vi /etc/netatalk/AppleVolumes.default~/ "<some dir name>"sudo /etc/init.d/netatalk start
sudo mkdir ~/externalsudo apt-get install hfsprogssudo mount -t hfsplus -o force,rw /dev/sdb2 ~/external
sudo mount -o remount,rw ~/external
open afp://iacutone@192.168.0.254- This command created a
Volumes/Home\ Directorydir
Issues
- When drive corrupted
sudo fsck.hfsplus -f /dev/sdb2- remount drive
- If issues persist and you receive 'Read only drive' errors, remove the mounted directory
rm -r ~/external
sudo apt-get install exfat-fuse exfat-utils
sudo apt-get install tightvncservertightvncserver
curl -sSL https://install.pi-hole.net | bash
pihole enable
- Use this guide
udevadmin monitor --envsudo udevadm control --reload-rulesudevadm trigger --action=addudevadm info -q all -n <mount point>
ACTION=="add", ENV{ID_FS_UUID}="0123-4567", RUN+="/usr/bin/sudo -u iacutone /home/iacutone/sdcard/sdcard_added.sh /home/iacutone/sdcard/jpg/ .JPG .ARW"
ACTION=="remove", ENV{ID_FS_UUID}="0123-4567", RUN+="/usr/bin/sudo -u iacutone /home/iacutone/sdcard/sdcard_removed.sh"
tail -f /var/log/syslog
- Follow these instructions
- Faster than AFP and NFS, see this
- Instructions