This is what I have done so far:
- Installed ArchLinux on my Pogoplug E02
- OS is on USB Flashdrive and booted with echo "LABEL=ROOTFS / ext3 rw,noatime 0 1" >> /etc/fstab
This is what I wanna do:
- Install SAMBA so I can access my attached NTFS Harddsik within the network
- Combine SAMBA with udevil, so that attached devices are automatically mounted and provided by SAMBA
- When I switch of Pogoplug, and swith it on again, I want the plug to boot and mount all attached device and make them accesible via SAMBA again.
I know how to setup Samba, however I have no idea how to combine udevil with samba. Samba requires a smb.conf
with explicit information about each device and its path. But of course device and path change every time a new device
is attached
My second problem is that, since I installed udevil and activated tell him to automount on boot, my pogoplug fails to boot. I have to unplug my harddisk and reboot again. Whatever I do, once i reboot the device, everything seems to fail, while everything is running perfect as long as i reboot. Is that normal?