Re: Is it appropriate to mount /var and /usr on ext2fs partition ?

2010-06-26 Thread zaxis

In fact, i never do such a thing manually! So would you mind  introducing it
in detail especially the command options i should use.

thanks!


RW-15 wrote:
 
 On Thu, 24 Jun 2010 18:36:13 -0700 (PDT)
 zaxis z_a...@163.com wrote:
 
 
 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, there are FreeBSD specific file flags, that I don't think are
 supported by  ext2fs. UFS with soft-updates is going to be faster than
 synchronously mounted ext2. And it's very easy to do.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 freebsd-questions-unsubscr...@freebsd.org
 
 


-
e^(π⋅i) + 1 = 0
-- 
View this message in context: 
http://old.nabble.com/Is-it-appropriate-to-mount--var-and--usr-on-ext2fs-partition---tp28988313p29003700.html
Sent from the freebsd-questions mailing list archive at Nabble.com.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Is it appropriate to mount /var and /usr on ext2fs partition ?

2010-06-25 Thread andrew clarke
On Thu 2010-06-24 18:36:13 UTC-0700, zaxis (z_a...@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.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Is it appropriate to mount /var and /usr on ext2fs partition ?

2010-06-25 Thread RW
On Thu, 24 Jun 2010 18:36:13 -0700 (PDT)
zaxis z_a...@163.com wrote:


 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, there are FreeBSD specific file flags, that I don't think are
supported by  ext2fs. UFS with soft-updates is going to be faster than
synchronously mounted ext2. And it's very easy to do.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Is it appropriate to mount /var and /usr on ext2fs partition ?

2010-06-24 Thread zaxis

df -h
Filesystem SizeUsed   Avail Capacity  Mounted on
/dev/ad4s3a496M119M337M26%/
devfs  1.0K1.0K  0B   100%/dev
/dev/ad4s3e496M6.7M449M 1%/tmp
/dev/ad4s3f 14G7.8G5.4G59%/usr
/dev/ad4s3d1.4G171M1.1G13%/var
/dev/ad4s7  30G3.5G 26G12%/media/F
/dev/ad4s8  30G172M 28G 1%/media/G

mount
/dev/ad4s3a on / (ufs, local)
devfs on /dev (devfs, local, multilabel)
/dev/ad4s3e on /tmp (ufs, local, soft-updates)
/dev/ad4s3f on /usr (ufs, local, soft-updates)
/dev/ad4s3d on /var (ufs, local, soft-updates)
/dev/ad4s7 on /media/F (msdosfs, local)
/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 ?

Sincerely!


-
e^(π⋅i) + 1 = 0
-- 
View this message in context: 
http://old.nabble.com/Is-it-appropriate-to-mount--var-and--usr-on-ext2fs-partition---tp28988313p28988313.html
Sent from the freebsd-questions mailing list archive at Nabble.com.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org