As a casual Ubuntu user for the last five years or so, I figured picking this device up and getting it up and working wouldn't be so bad, but I'm running into more obstacles than I thought.
Here is what I aim to do with my Pogoplug (E02):
1. Connect a 3 TB Seagate drive (ext4) with various files to the Pogoplug
2. Access the drive via Samba and stream files via MiniDLNA and/or MyMedia (for Roku compatibility)
Here is what I have done so far:
1. Installed ALARM with the help of a 1 GB flash drive and updated packages (pacman -Syu)
2. Installed samba and avahi (pacman -Sy samba avahi)
3. Tried to enable automounting
$this->bbcode_second_pass_code('', 'pacman -Sy udevil
systemctl enable devmon@root
systemctl start devmon@root')
So far only the first of the above steps has gone smoothly. After installing samba, I attempted to follow a tutorial (http://web.archive.org/web/20120527205109/http://archlinuxarm.org/support/guides/applications/samba) that suggested running
$this->bbcode_second_pass_code('', 'adduser pcguest')
but I received the following message:
$this->bbcode_second_pass_code('', '-bash: adduser: command not found')
Since I couldn't do much without the drive mounted anyway, I moved on to the next step. It didn't take long to identify my drive using
$this->bbcode_second_pass_code('', 'blkid -o list -c /dev/null')
but could only get the response
$this->bbcode_second_pass_code('', 'fuse: device not found, try 'modprobe fuse' first')
when trying to mount with either the UUID or device name (sdb1, in this case).
I'm mostly concerned about fiddling with these things with my 3 TB drive attached, which has plenty of files that I would hate to lose. Any suggestions that would help me along with this process would be greatly appreciated.
