Date: Sat, 6 Mar 2010 12:43:24 +0100 From: Harald Weis <hawei@free.fr> To: freebsd-stable@freebsd.org Subject: Re: Incorrect super block Message-ID: <20100306114324.GA2606@pollux.local.net> In-Reply-To: <e9da18931002221451k73df4a4exed54389b8b97d371@mail.gmail.com> References: <20100218152601.GA3076@pollux.local.net> <e9da18931002221451k73df4a4exed54389b8b97d371@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Feb 22, 2010 at 02:51:59PM -0800, Chris Knight wrote: > This problem is caused by a big-endian, little-endian difference > between the OSX implementation of UFS and the FreeBSD implementation. > http://forums.macosxhints.com/showthread.php?t=86385 Yes, that's a good reason why both ufs1 and ufs2 don't work. > > I solved this problem for myself by installing MacFuse MacFuse is not yet available for Snow Leopard (10.6). I've made some trials to understand the tar options and had a big surprise yesterday: tar seems to have an enormous bug. For example: tar -c -f etc.tar /etc tar -r -f etc.tar /home/me/.icewm/ tar -u -f etc.tar /etc The last command should not modify etc.tar. But that's not the case. There seems to be no difference between the -r and -u option. How on earth is this possible ? Harald
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100306114324.GA2606>