Hello
New to Arch Linux
1+ year experience with Lubuntu (PC & laptop) & Raspian (Raspberry Pi).
40+ years as computer geek.
Have been running Raspian on my Raspberry Pi.
Under Raspian, I was able to move "/" to a USB Hard Drive. and set up separate /Var and swap partitions on the same HD. Ssh into the RasPi - no problems.
Decided to try installing Arch Linux on the RasPi. And basically do the same setup
1) Just installed Arch on SD and ran it. Ssh works fine out of the box. Same for wired lan connection. On reboot ssh worked fine..
2) Then created the swap partition, modified fstab, activated it, On reboot, ssh was fine.
3) Created new HD partition for "/", used dd to copy it from mmcblk0p2. Changed the pointers in cmdline.txt. Modified Fstab, Rebooted. All OK - ssh works
4 Created a partition for /var. Used dd to copy /var from the HD /var to new partition on the HD, updated fstab to point to the new partition.
4) On reboot, could not use ssh. "connection refused".
4) Able log on to Pi. Access /var files no problem. Also able to ping on both server (Raspi) and client (Lubuntu desktop) from the other. But no ssh.
5) Commented out the fstab entry so /var was on same partition as /. Ssh works.
6) Changed fstab to point to new partition = ssh connection refused.
7) Nothing in Dmessg to show any other problems..
I am stumped.
What am I missing ?
By the way, I was just copying what I already have operational in Raspian
Got nowhere on the Arch-Arm forum. Was sent away from the ArchLinux forum to the Arch-Arm forum.
Any ideas ?