From nobody Thu Mar 09 08:18:35 2023 X-Original-To: questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4PXMX643tbz3wMK9 for ; Thu, 9 Mar 2023 08:18:46 +0000 (UTC) (envelope-from 4250.82.1d4fb0001966269.968a50529d38fcd452350b9d81fd1224@email-od.com) Received: from s1-b0c6.socketlabs.email-od.com (s1-b0c6.socketlabs.email-od.com [142.0.176.198]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4PXMX62N7Dz4JJG for ; Thu, 9 Mar 2023 08:18:46 +0000 (UTC) (envelope-from 4250.82.1d4fb0001966269.968a50529d38fcd452350b9d81fd1224@email-od.com) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; d=email-od.com;i=@email-od.com;s=dkim; c=relaxed/relaxed; q=dns/txt; t=1678349926; x=1680941926; h=content-transfer-encoding:content-type:mime-version:references:in-reply-to:message-id:subject:cc:to:from:date:x-thread-info:subject:to:from:cc:reply-to; bh=hTZgMgTiq6X3RnOqPI/t9tZksOayX3jfnlJklIIVeRk=; b=mn8Bb5yH8DDTRTlemjm3h2cczlJiJllOpoL8GQjEuF6RwHWL4EJjCXv2WmD1e/4ApSxMd8UwrFrqiFCAFjYaNdoxaSKj1ivgHdxQZ35qG63fWIxu0nkYiwNZXwEc1rXG9wGBMSADTJrF6l/2NreGYW8MoDfBlXq3ZazK4bNbJuM= X-Thread-Info: NDI1MC4xMi4xZDRmYjAwMDE5NjYyNjkucXVlc3Rpb25zPWZyZWVic2Qub3Jn Received: from r2.h.in.socketlabs.com (r2.h.in.socketlabs.com [142.0.180.12]) by mxsg2.email-od.com with ESMTP(version=Tls12 cipher=Aes256 bits=256); Thu, 9 Mar 2023 03:18:37 -0500 Received: from smtp.lan.sohara.org (EMTPY [185.202.17.215]) by r2.h.in.socketlabs.com with ESMTP(version=Tls12 cipher=Aes256 bits=256); Thu, 9 Mar 2023 03:18:36 -0500 Received: from [192.168.63.1] (helo=steve.lan.sohara.org) by smtp.lan.sohara.org with smtp (Exim 4.95 (FreeBSD)) (envelope-from ) id 1paBTv-000BQD-BG; Thu, 09 Mar 2023 08:18:35 +0000 Date: Thu, 9 Mar 2023 08:18:35 +0000 From: Steve O'Hara-Smith To: questions@freebsd.org Cc: Matthias Apitz Subject: Re: problem while moving HOME from FreeBSD to MacOS with bsdtar Message-Id: <20230309081835.afddc78d57a7f25b8f92b9aa@sohara.org> In-Reply-To: References: X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; amd64-portbld-freebsd13.0) X-Clacks-Overhead: "GNU Terry Pratchett" List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4PXMX62N7Dz4JJG X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:7381, ipnet:142.0.176.0/22, country:US] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N On Thu, 9 Mar 2023 08:43:28 +0100 Matthias Apitz wrote: > I have had to move in my office from a FreeBSD in a VM to a Mac. > To not loose my HOME I created a tar archive on FreeBSD and restored it > with tar into the Mac (all details about versions see below). The tar > archive contains a lot of dirs and file (~30.000) and one dir is > guru/Mail where a mbox file guru/Mail/purism exists. It also exists a > plain file guru/mail (note: the dir is with capital M). This leads on You seem to have the default case insensitive filesystem setup on MacOS, you can change it - more details here: https://support.apple.com/en-ie/guide/disk-utility/dsku19ed921c/mac -- Steve O'Hara-Smith