July 1, 2011 8:06 PM
Ok, now my turn.
I downloaded the 64-bit from download.com as recommended in a different forum posting:
http://download.cnet.com/Pogoplug-Drive-for-Linux-64-bit/3000-18500_4-7544603...
Installed the same FUSE binaries through Synaptic as recommended in:
http://www.pogoplugged.com/article/13974/How-to-Install-Pogoplug-Drive-on-Ubu...
Followed all the scripts:
$ sudo usermod -a -G fuse $(id -u -n)
$ sudo mkdir /media/pogoplug
$ sudo chown root:fuse /media/pogoplug
$ sudo chown root:fuse /media/pogoplug
Confirmed the mount point exists with the right ownership and permissions:
$ ls -lah /media | grep pogoplug
drwxrwxr-x 2 root fuse 4.0K 2011-07-01 20:34 pogoplug
Then, I ran the provide script:
$ sudo ./pogoplugfs --user my_pogoplug_email@gmail.com --password my_password --mountpoint /media/pogoplug
Got the terminal to connect:
[205404.777][139817][CEFSAP][08] Logged in as '[email address]' -> '[[removed]]'
But when I attempt to open the mounted folder, I get:
Location is not a folder
I check the mountpoint and now it looks like this:
d????????? ? ? ? ? ? pogoplug
Any idea what might be going on here?