Hello,
It took me couple of tries to get the registration part complete. I had no idea i could have so much trouble identifying letters in a box.. Anyway..
I have been lurking around for a little while, and i have recently got myself a Pogoplug E02. I followed the greatly written instructions (Thanks for that!) and got ArchLinux loaded on my 4GB thumbdrive. Found couple of guides online, and also installed crashplan. But my problem is, I am having hard time mounting a windows share on this drive. I installed cifs-utils packages and their dependencies, loaded cifs manually (modprobe cifs-utils AND modprobe cifs) and no dice .. The command lines i've tried :
mount.cifs //192.168.1.6/FOLDERNAME /mnt/FOLDER/ -o user=myusername,dom=llano
mount -t //192.168.1.6/FOLDERNAME /mnt/FOLDER -o user=myusername
I even added the line in /etc/fstab
//192.168.1.6/FOLDERNAME /mnt/FOLDER cifs credentials=/home/file,ro,domain=llano,ip=192.168.1.6,noatime, 0 0
The error i get is this :
mount error: cifs filesystem not supported by the system
mount error(19): No such device
IS it possible to mount a windows share on archlinux with pogoplug e02?
# uname -a
Linux Kirkwood 3.1.10-13-ARCH #1 PREEMPT Mon Aug 20 15:46:18 UTC 2012 armv5tel GNU/Linux
Let me know if i left any information out.
Thank you..