Date: Fri, 25 Jun 2010 21:47:31 +1000 From: andrew clarke <mail@ozzmosis.com> To: zaxis <z_axis@163.com> Cc: freebsd-questions@freebsd.org Subject: Re: Is it appropriate to mount /var and /usr on ext2fs partition ? Message-ID: <20100625114731.GA51575@ozzmosis.com> In-Reply-To: <28988313.post@talk.nabble.com> References: <28988313.post@talk.nabble.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu 2010-06-24 18:36:13 UTC-0700, zaxis (z_axis@163.com) wrote: > /dev/ad4s8 on /media/G (ext2fs, local) > > The /dev/ad4s8 is an empty partition. Now i want to move /var and /usr to > it. Do i need to format /dev/ad4s8 to UFS ? I would reformat it as UFS unless you plan on dual-booting Linux on the same machine. You can use the -U argument with the newfs command to enable softupdates. AFAIK the default is off. Alternatively you can use tunefs to do this after you run newfs, but before you mount it.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100625114731.GA51575>
