Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

[ Create a new account ]

Ifolder Server Review

Posted by CmdrTaco on Wed Apr 12, 2006 09:06 AM
from the know-when-to-ifold-em dept.
liquidat writes "I wanted to have a look at the new Open Source ifolder-server and additionally at ifolder in general. ifolder is mainly supported by Novell, and Novell advertises it's Suse Linux, so I downloaded a Suse-VMware image, installed the vmware player and gave it a try. After I installed the needed software it worked pretty well and gave me a quite good impression of what ifolder is about."
This discussion has been archived. No new comments can be posted.
Display Options Threshold:
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • by garcia (6573) on Wednesday April 12 2006, @09:10AM (#15113277)
    (http://www.lazylightning.org/)
    I haven't used iFolder (on Windows/Novell) since 2005 but that's because of horrible locking. We were using it to share a "log file" document for keeping track of what documents were mailed from our department across two campuses.

    I was the main user of this document and would add 50 to 60 entries at any one time. iFolder wouldn't let me know that someone else had the file open and if I would save it with the other person's version open, I risked losing my work (which happened twice before I scrapped the idea and moved to another solution which included using a shared e-mail folder in Groupwise).

    iFolder, at the time, was insecure, slow, and problematic. Hopefully with it going out to the community these issues will be resolved.
  • by richlv (778496) on Wednesday April 12 2006, @09:16AM (#15113310)
    i am actually looking for file synchronisation solution for linux for some time now.
    i would prefer somethnig that can sync in both ways (thus rsync does not cut this time), something that requires no special server and additional software on file server (so it is able to work with plain smb/nfs shares) - thus ifolder and svn solutions fail.

    to increase possibility of results, i'd like to add that windows has built-in file synchronisation mechanism that is able to sync files to simple file share (from user interface it looks like 'offline files' or something similar).

    is there anything comparable for linux ?
  • What is ifolder? (Score:5, Insightful)

    by Pedrito (94783) on Wednesday April 12 2006, @09:16AM (#15113311)
    (http://www.petedavis.net/)
    It would be nice if you gave a quick description of what exactly iFolder is. From reading the article posting, the first few paragraphs of your blog, and the link in the first paragraph of your blog, I know it's written in GTK# and that it's from Novell, but I still have no idea what the hell it is and now I don't care anymore.

    To the editors, please reject stories that don't describe what new products (or not commonly known products) are so that people can have some clue right away whether or not they want to bother reading the story.

    I don't know if I want to read this because I don't know what ifolder is and I obviously can't figure it out without reading a lot more of the article than I want.
    • Re:What is ifolder? (Score:4, Insightful)

      by Bazman (4849) on Wednesday April 12 2006, @09:23AM (#15113359)
      (Last Journal: Sunday July 13 2003, @10:38AM)
      Some fine stating-of-the-obvious in that article:

      "If you are going to share quite a big amount of data over this server, the server itself should have enough storage since it keeps a copy of every file"

        Where else did you think it was going to keep a copy?

        I think its basically an MS Sharepoint-type document sharing solution, of which you will find umpteen other examples on freshmeat.net.

      http://freshmeat.net/search/?q=document+management &section=projects&Go.x=0&Go.y=0 [freshmeat.net]

      Several of them even claim to be 'Enterprise-class' or 'professional'. Now an article comparing all of these with 'iserver' and sharepoint would be worth frontpaging on slashdot..

      Barry
      [ Parent ]
    • Re:What is ifolder? (Score:5, Informative)

      by soccercoach62 (882181) on Wednesday April 12 2006, @09:31AM (#15113406)
      According to http://www.ifolder.com/ [ifolder.com]: " iFolder is a simple and secure storage solution that can increase your productivity by enabling you to back up, access and manage your personal files-from anywhere, at any time. Once you have installed iFolder, you simply save your files locally-as you have always done-and iFolder automatically updates the files on a network server and delivers them to the other machines you use. Sponsored by Novell, the iFolder project is built on the Mono/.Net framework to integrate seamlessly into existing desktop environments. "
      [ Parent ]
    • Re:What is ifolder? by suv4x4 (Score:1) Wednesday April 12 2006, @09:59AM
    • I read the whole article by pavon (Score:3) Wednesday April 12 2006, @10:00AM
    • Re:What is ifolder? by bizzynut (Score:1) Wednesday April 12 2006, @10:05AM
    • Re:What is ifolder? by catfoo (Score:1) Wednesday April 12 2006, @12:47PM
    • Why Open Source is screwed by Roadkills-R-Us (Score:1) Wednesday April 12 2006, @03:04PM
    • Re:What is ifolder? by thrift24 (Score:1) Wednesday April 12 2006, @09:16PM
    • 3 replies beneath your current threshold.
  • gave me a quite good impression of what ifolder is about."

    neither in the blurb, nor the article, do you actually state what ifolder is or isn't.
  • Purpose? (Score:1)

    by iXiXi (659985) on Wednesday April 12 2006, @09:21AM (#15113345)
    Don't we already have enough GUI based file tools? What does this 'truly' add? I didn't see true value described..please help me.
  • FTP (Score:2)

    by mwvdlee (775178) on Wednesday April 12 2006, @09:25AM (#15113372)
    (http://www.vanderlee.com/)
    How is this different/better from running an FTP (or SCP or SFTP) server?
    • Re:FTP (Score:5, Informative)

      by baptiste (256004) <{mike} {at} {baptiste.us}> on Wednesday April 12 2006, @09:54AM (#15113587)
      (http://baptiste.us/ | Last Journal: Monday April 01 2002, @11:27AM)
      FTP/SCP requires the server be accessible via a network unless you manually keep copies locally on your laptop for instance. iFolder syncs files between a server store and your local machine (or multiple machines) so you always have a copy. Microsoft Offline Files are a similar concept though I always found the way iFolder handled the sync to be much cleaner than they way MS did it.

      All syncing is done over normal SSL HTTP connections (at least in v2 it was)

      So iFolder ensures you'll always have your files available, even if you have no network connection (on a plane, etc) and when you get that connection back, makes sure everything is synced.

      Really cool use case? Executives with assistants. Executive is travelling - they have all their files locally and those files get 'backed up' to a server when they get connected. But if the assistant has updated a bunch of files as well, the executive will get those updates pushed to their laptop during the next background sync (say in a hotel)

      Think an automated version of rsync over ssh. iFolder uses a totally different architecture and has a lot of management and sharing features, but at its simplest use, syncing two folders between a PC and a server, it accomplishes what rsync over ssh would.

      [ Parent ]
      • Re:FTP by msh104 (Score:2) Wednesday April 12 2006, @10:07AM
        • Re:FTP by baptiste (Score:2) Wednesday April 12 2006, @10:18AM
        • Re:FTP by G Money (Score:2) Wednesday April 12 2006, @10:38AM
      • Re:FTP by Elektroschock (Score:2) Wednesday April 12 2006, @10:21AM
    • Re:FTP by AlterTick (Score:2) Wednesday April 12 2006, @10:02AM
    • 2 replies beneath your current threshold.
  • by fak3r (917687) on Wednesday April 12 2006, @09:34AM (#15113424)
    (http://fak3r.com/)
    I've looked at iFolder and sort of understand its use, my query is, how do I install it on FreeBSD, which is my server. I want to have all my documents on the server shared on my home network via iFolder to all clients, since we're moving more and more to laptops. How does this work, and what are the advantages of this over something like NFS?

    I need this to work with Linux, OS X and XP clients (my wife needs XP for online classes, thus that support option ;))

  • by bogaboga (793279) on Wednesday April 12 2006, @09:37AM (#15113448)
    While I appreciate the reviewer's piece, I wonder what it would take to have a review done entirely in flash. These movies would require no software install on most PCs and would be very very effective in passing the message across. The whole business of posting pure HTML with graphics for reviews is becoming very ancient in my opinion.

    One draw back though, would be for those still using dialup. They would cry foul! Heck, such a movie could be uploaded to Google Video for free. With this route, the problem is that the video would have to go through some form of editorial process. The advantage in the end would be very much worth the effort.

  • One of Novell's Coolest Products (Score:5, Interesting)

    by baptiste (256004) <{mike} {at} {baptiste.us}> on Wednesday April 12 2006, @09:49AM (#15113542)
    (http://baptiste.us/ | Last Journal: Monday April 01 2002, @11:27AM)
    We used iFolder 2 in a Novell cluster and it was a really nice product. Our laptop users loved it. None of the hassles of Windows offline folders (which seems to try to use a sledgehammer to nail in a tack) iFolder simply sits in the background and watches your iFolder for changes/new files and seamlessly syncs them with the iFolder on the server. You could use an SSL browser w/Java to view your iFolder from other PCs, etc. The one thing that took a while to get yoru head around was that the file store on the server was encrypted, making backup interesting. But you could link the user with the directory name (which was a hash of some kind) so restores of an iFolder were possible, but restores of a single file were not. The benefit was the files were 'pre' encrypted so you didn't have to encrypt the files on teh fly. But the obvious downside was how to get granular backups. Not sure how v3 is handling that.

    v3 of iFolder definitely takes it to the next level with the ability to share iFolders with others and the ability to have multiple iFolders. I've got the rpms on hand and am setting up a Virtual Server to give it a whirl here myself.

    Remember - v3 of the server JUST got released as open source. They've been banging on it VERY hard so I don't expect it to be flawless. But its a very exciting product.

    As for the windows locking issues - unless that's something the commentor saw in v3 - we had a lot of iFolder users and never saw locking problems, even from users with laptops and desktops who had iFolder active at the same time. That's one of the appeals for computer geeks with more than one computer - true sync of files between all platforms and the server. If you can afford the space usage, its nice to know that even if the network is down, each unit will have that file you need.

    I hope iFolder draws a following - its a sweet product.

  • What iFolder is.... (Score:2, Informative)

    by Anonymous Coward on Wednesday April 12 2006, @09:49AM (#15113543)
    Basically, what iFolder allows you to do is keep synchronized copies of data in multiple places. For instance, if I have a folder on my desktop, and a file in the folder named Bob.txt, Bob.txt will be stored not only on my local machine, but also updated to the iFolder server, as well as any other machine I have running the iFolder client with my Login.

    So, the result is that I can work on a file when at work, and know that when I get home the synchronized copy will be waiting for me there. If I don't have the iFolder client at home, there is a nice web interface where I can get the latest copy.

    Now, the really nice piece is that the file is synchronized on a block level, which means only the delta changes will be synchronized. This allows large files to quickly be synched across rather small pipes.
  • by Blakey Rat (99501) on Wednesday April 12 2006, @10:06AM (#15113698)
    Why not tell us?

    Criminy. I'm sick of having to read the comments in every single story because the story summary doesn't give you any useful information.
  • ifolder than who? (Score:2)

    by The Fun Guy (21791) on Wednesday April 12 2006, @11:41AM (#15114493)
    (http://slashdot.org/~The+Fun+Guy/ | Last Journal: Wednesday October 31, @11:09AM)
    What exactly am I comparing myself to? I'm one of the oldest servers in this restaurant, but that's just because I haven't finished my dissertaion yet. If older than who? And what am I supposed to review?
  • iFolder sounded like a perfect product for me and my business. It goal: to transparently integrate a network file system into desktop experience. Where you can store, backup, share, access file from any location that is networked is awesome. The transfer are encrypted and there is a full featured easy to use web admin portion. It would be awesome for simple collaborative file exchange activities,

    However, do not even try to install this product on fedora core (It might be easier on fedora core 5 because on the mono integration, I don't) or rhel or any derivative. The dependencies need are just insane. The first being mono which is way enough to install. The pain start when you need to install log4net (which no rpm i found exists). Since it is built in .NET framework it require you to setup nant. My god, I've been using linux for 10+ years now on a daily basis but this was completely painful.

    SUSE must be taking a page from the Apple notebook. Build a great product and use it to push your OS. Which is fine, using virtualization does solve this issue since you can just create a slice of SUSE.
  • by D4MO (78537) on Wednesday April 12 2006, @04:39PM (#15116828)
    I took a look at iFolder some time ago, mainly through my interest in mono. Anyone out there who has used iFolder and FolderShare [foldershare.com] care to post a quick comparison?
  • Re:Thinking different. (Score:2, Informative)

    by ziegm1 (967820) on Wednesday April 12 2006, @09:56AM (#15113607)
    The benefit with iFolder over some of the other solutions on the market is that it runs across Windows, Linux, and Mac OS. And the files will synchronize to each of the different systems, regardless of the OS it was created on.
    [ Parent ]
  • 4 replies beneath your current threshold.