So I finally got Samba working with my 3 NTFS drives. I tried to put it in another location and unplugged it. I couldn't get back into the Pogo. I had to reinstall everything over again.
I found some instructions on how to get it to automount but they didn't work. Here is what they wrote:
For auto-mounting these devices each time after Pogo is rebooted, run below commands
nano /etc/fstab
Then paste this line ->
UUID="ABCD" /mnt/dirname ntfs defaults 0 0 # Put your device's UUID instead of ABCD. My HDDs are ntfs type. Put your own type if different. Add one line for each device with it's UUID and type (e.g. ntfs). If you don't know the UUID, run this command blkid -o list -c /dev/null
Now just save this file and exit.
Now power off/on Pogo and check if it boots properly in ALARM and if you can access the HDDs over LAN by \\ALARM or \\192.168.x.y where 192.168.x.y is the Pogo's IP address
I did this and it still won't even boot into Arch. Do these instructions look right or do I need to add something else like an install of another package? Also does the UUID need the quotes around it? I didn't put any.
Thanks.