Date: Tue, 2 Nov 2010 20:37:04 +0000 From: Bruce Cran <bruce@cran.org.uk> To: Kostik Belousov <kostikbel@gmail.com> Cc: freebsd-current@freebsd.org Subject: Re: Corruption of UFS filesystems after using md(4) Message-ID: <201011022037.05031.bruce@cran.org.uk> In-Reply-To: <20101102195732.GL2392@deviant.kiev.zoral.com.ua> References: <201011021912.14281.bruce@cran.org.uk> <201011021933.51052.bruce@cran.org.uk> <20101102195732.GL2392@deviant.kiev.zoral.com.ua>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 02 November 2010 19:57:32 Kostik Belousov wrote: > What is .viminfo ? How is it related to the command you have shown ? > What are exact mount options you are using ? .viminfo is a file created by vim containing various bits of session information. I don't know why it gets corrupted, but I guess it's the way it's created. I've seen other dot files get corrupted in the past too though. /usr is mounted as: /dev/ada0s1f on /usr (ufs, local, soft-updates) Its entry in /etc/fstab is: /dev/ada0s1f /usr ufs rw 2 2 It's a totally standard installation from a HEAD snapshot which is now running r214509. I've now seen the problem on a xen VPS, a desktop and a laptop. -- Bruce Cran
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011022037.05031.bruce>