I was messing around and broke my install. Didn't have must customization anyway, so I decided to just fdisk my usb drive and start from scratch.
1.) Completely clean install following this: http://archlinuxarm.org/platforms/armv5 ... 2-pinkgray
2.) pacman -Syu
3.) reboot
4.) pacman udev-automount
5.) reboot
I check to see if automount worked:
$this->bbcode_second_pass_code('', '[root@alarm ~]# cd /media
[root@alarm media]# ls
PogoPlug
[root@alarm media]# cd PogoPlug
-bash: cd: PogoPlug: Transport endpoint is not connected
[root@alarm media]# ls -la
ls: cannot access PogoPlug: Transport endpoint is not connected
total 8
drwxr-xr-x 3 root root 4096 Dec 31 1969 .
drwxr-xr-x 20 root root 4096 Jan 2 2000 ..
d????????? ? ? ? ? ? PogoPlug
[root@alarm media]# rmdir PogoPlug
rmdir: failed to remove `PogoPlug': Device or resource busy')
/etc/mtab's last entry is:
$this->bbcode_second_pass_code('', '/dev/sda1 /media/PogoPlug fuseblk rw,nosuid,nodev,noatime,user_id=0,group_id=0,d
efault_permissions,allow_other,blksize=4096 0 0')
umount /dev/sda1 then mounting it works. I unmounted, deleted /media/PogoPlug and rebooted and the directory was back. I'm stumped. Any ideas what I'm seeing?
Thanks.