Thursday, January 10, 2008

Jungle Disk 1.50a


Jungle Disk version 1.50a has been released.  This release includes some pretty cool features.



  1. File upload resume

  2. Block-level file updates

  3. Native linux integration using FUSE



Some of the features require a Jungle Disk Plus subscription.  They are currently giving away a free year subscription, if you sign up before the 15th.  After that, the subscription is $1 a month.





I had some problems getting the linux integration to work.  First, I had to make sure that the user that launched Jungle Disk was added to the fuse group.  Then I had to make sure that the mount directory was writable by the fuse group.




sudo adduser pwestbro fuse
sudo mkdir /media/jungledisk
sudo chgrp fuse /media/jungledisk
sudo chmod g+w /media/jungledisk

No comments:

Post a Comment

Unlocking Seamless Integration: Navigating Unexpected Hubitat Device Queries and VLAN Challenges for a Smoother Home Automation Experience

During my network debugging efforts , I came across an intriguing observation related to the two Hubitat devices on our network. The logs b...