From owner-freebsd-questions@FreeBSD.ORG Mon Jun 23 05:50:04 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 757C464B for ; Mon, 23 Jun 2014 05:50:04 +0000 (UTC) Received: from pandora.au.calorieking.net (114.179.70.115.static.exetel.com.au [115.70.179.114]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1585A2F5B for ; Mon, 23 Jun 2014 05:50:03 +0000 (UTC) Received: from pandora.internal (localhost [127.0.0.1]) by pandora.au.calorieking.net (Postfix) with ESMTP id A618733D03 for ; Mon, 23 Jun 2014 13:49:47 +0800 (WST) X-Virus-Scanned: amavisd-new at calorieking.com Received: from pandora.au.calorieking.net ([127.0.0.1]) by pandora.internal (pandora.internal [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ErfRMNU5igqL for ; Mon, 23 Jun 2014 13:49:43 +0800 (WST) Received: from egeria.internal (egeria.internal [192.168.2.111]) by pandora.au.calorieking.net (Postfix) with ESMTPSA id 5961733CFE for ; Mon, 23 Jun 2014 13:49:43 +0800 (WST) Message-ID: <53A7BFF7.5030709@calorieking.com> Date: Mon, 23 Jun 2014 13:49:43 +0800 From: Gregory Orange User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: User questions Subject: Re: Using "Cloud" drives in FreeBSD References: <20140622102723.65f1da6f@scorpio> <65447251-40F6-4F4C-AE5C-FC35C1F1CC14@jensenwaud.com> <20140622120313.1836b769@scorpio> In-Reply-To: <20140622120313.1836b769@scorpio> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jun 2014 05:50:04 -0000 On 23/06/14 00:03, Jerry wrote: > On Sun, 22 Jun 2014 17:14:35 +0200, anders@jensenwaud.com stated: >> There is a Linux client for Dropbox. You might me able to run it in FreeBSD >> through Linux emulation. > > I don't think that is going to work. From what I can tell, it ONLY works with > "Dropbox" and it does not make the "cloud" appear as part of the file system > the way it does in Windows. I'm not sure I follow, but will share this observation in case it is helpful: I use Dropbox on my Ubuntu machine, and my Dropbox directory just becomes a subdirectory of my home directory. That is, cd ~/Dropbox yields the directory containing files synchronised from dropbox.com through the program. Double-clicking on the system tray Dropbox icon opens the same directory in my file manager. I have no experience with OneDrive. HTH, Greg.