Date: Thu, 9 Mar 2023 10:52:04 +0100 From: Matthias Apitz <guru@unixarea.de> To: Peter Holm <pho@FreeBSD.org> Cc: Steve O'Hara-Smith <steve@sohara.org>, questions@freebsd.org Subject: Re: problem while moving HOME from FreeBSD to MacOS with bsdtar Message-ID: <20230309095204.GC9@sh4-5.1blu.de> In-Reply-To: <ZAmoEyCwwOq0mCXd@Peters-Air> References: <ZAmOIFc5TLj27kEz@c720-r368166> <20230309081835.afddc78d57a7f25b8f92b9aa@sohara.org> <20230309084125.GA9@sh4-5.1blu.de> <ZAmoEyCwwOq0mCXd@Peters-Air>
next in thread | previous in thread | raw e-mail | index | archive | help
El día Donnerstag, März 09, 2023 a las 10:34:11 +0100, Peter Holm escribió: > $ touch Homework HOMEWORK > $ ls -li | grep -i homework > 33069549 -rw-r--r-- 1 pho wheel 0 9 Mar 10:30 Homework > $ ls -l homework HOMEWORK > -rw-r--r-- 1 pho wheel 0 9 Mar 10:30 HOMEWORK > -rw-r--r-- 1 pho wheel 0 9 Mar 10:30 homework > $ ls -li homework HOMEWORK > 33069549 -rw-r--r-- 1 pho wheel 0 9 Mar 10:30 HOMEWORK > 33069549 -rw-r--r-- 1 pho wheel 0 9 Mar 10:30 homework > $ You're fully correct. There are two directory entries, but both point to the same inode and data blocks: $ ls -li Homework HOMEWORK 4016236 -rw-r--r-- 1 apitzm OCLC\Domain Users 0 9 Mär 09:37 HOMEWORK 4016236 -rw-r--r-- 1 apitzm OCLC\Domain Users 0 9 Mär 09:37 Homework $ date > HOMEWORK $ cat Homework Do 9 Mär 2023 10:46:40 CET What is this for a file system idea? I will check, if I can modify this without reinstallation of the complete system. Thanks to pointing me in the right direction. matthias -- Matthias Apitz, ✉ guru@unixarea.de, http://www.unixarea.de/ +49-176-38902045 Public GnuPG key: http://www.unixarea.de/key.pub
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20230309095204.GC9>