From owner-freebsd-questions@FreeBSD.ORG Tue Jan 22 00:31:44 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3A461233 for ; Tue, 22 Jan 2013 00:31:44 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) Received: from alogt.com (alogt.com [69.36.191.58]) by mx1.freebsd.org (Postfix) with ESMTP id 92701918 for ; Tue, 22 Jan 2013 00:31:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:Mime-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=K+sW7lLoPtMUObvUTWaAaH1YuHfKZogBSBEMXgVcs3Y=; b=K8a5xjRZeUfU0aUhobFBU/HWuoUbEmnnoYbqHE1DmX9tiHog/ADJI/4SQU67t8hjNOlfEaRJZsWoT7SZujAsVAb48OxaNjfVS8uh6a/D3Yru5rupD6pWx0bpZ/VJ281+; Received: from [122.129.203.50] (port=54598 helo=X220.ovitrap.com) by sl-508-2.slc.westdc.net with esmtpsa (SSLv3:DHE-RSA-AES128-SHA:128) (Exim 4.80) (envelope-from ) id 1TxRm3-001pxA-9j; Mon, 21 Jan 2013 17:31:36 -0700 Date: Tue, 22 Jan 2013 07:31:25 +0700 From: Erich Dollansky To: Ralf Mardorf Subject: Re: Sharing a mail folder between Linux and FreeBSD Message-ID: <20130122073125.459ad795@X220.ovitrap.com> In-Reply-To: <1358811229.2031.60.camel@precise> References: <1358811229.2031.60.camel@precise> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.6; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: Cc: FreeBSD Questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2013 00:31:44 -0000 Hi, On Tue, 22 Jan 2013 00:33:49 +0100 Ralf Mardorf wrote: > > root@freebsd:/usr/home/rocketmouse # ls -l /mnt > drwxrwx--- 21 1000 1000 4096 Oct 28 19:11 archlinux > drwxrwxrwx 2 root wheel 4096 Jan 20 20:09 dump > it seems that you do not have a user with the id 1000 on this machine. Create one and that user will be able to access it. Erich