May 31, 2010 9:46 AM
updated: May 31, 2010 9:47 AM
prof.ebral said: Yeah, it's really easy. What I did first was create a folder called Pogoplug, then I created a second folder inside called PogoDrive. So it looks like this ~/Pogoplug/PogoDrive Next I created some text documents (mount_pogodrive and umount_pogodrive) and copied the pogoplugfs file to ~/Pogoplug. The first (mount_pogodrive) will have a few terminal commands. cd ~/Pogoplug ./pogoplugfs --(username) --(password) --mountpoint ~/Pogoplug/PogoDrive and then I am now using the above mentioned unmounting text in my second text file. I save those with .bin as an extension and then chmod them so they are exectuable. chmod a+x (filename) No I just edit my menus to point to the BIN files and voila! A start and stop option to mount Pogoplug
Hi,
The method of mounting that you describe is pretty much what I have been using based on the instructions elsewhere on 'Installing Pogoplug on Ubuntu 10.04'. However, unless I have missed something, you haven't explained how you unmount the Pogoplug device.
I played about with the umount command which works fine for me from the command line but you have to use 'sudo'. Using 'sudo' and placing the command in a .bin file refuses to work for me from a menu or launcher.
However, this afternoon, I discovered the pmount and pumount commands! (Available from the repositories via Synaptic or apt-get). These commands allows unprivileged users to mount drives as if they were using sudo, even without an entry in /etc/fstab
I mount my Pogoplug to /media/pogoplug.
The command 'pumount /media/pogoplug' unmounts it every time, whether it runs from a launcher or menu or command line.
I guess that answers the original post.
The only issue that remains for me is that although all this takes place on a home machine, there is still the security issue of passwords being visible should the machine fall into the wrong hands!
Bob G.