Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Nov 97 09:43:41 +0100
From:      "Nick Hibma" <nick.hibma@jrc.it>
To:        jemstone@triplet.net
Cc:        freebsd-scsi@FreeBSD.ORG
Subject:   Re: Hard Drive Mount Locations....or DPT RAID0? 
Message-ID:  <11714.880361021@alice.sti.jrc.it>
In-Reply-To: Your message of "Sun, 23 Nov 97 19:50:49 EST." <01bcf873$01e14800$7754d8cd@z9a2d9> 

next in thread | previous in thread | raw e-mail | index | archive | help
.>     I am trying to set up two 9 gig drives to hold news.

Make sure you configure lots and lots and lots of inodes for these drives. News 
is very heavy on the number of files. 9Gb = 9 * 10^9 bytes and a news article is 
on average 1~2 Kb -> 9*10^6 inodes requires at least!

.>1.  Can I have a hard drive mounted as /var and also mount
.>     two other hard drive as /var/msg and /var/msg/alt?
You can mount a drive anywhere you want. Example:

/dev/dsk/c0t3d0s0       /dev/rdsk/c0t3d0s0      /       ufs     1       no     -
/dev/dsk/c0t3d0s3       /dev/rdsk/c0t3d0s3      /usr    ufs     1       no     -
/dev/dsk/c0t3d0s6       /dev/rdsk/c0t3d0s6      /usr/openwin    ufs     2      y


slice 6 contains everything in /usr/openwin and subdirs thereof. /usr contains 
everything in /usr and subdirs thereof, except from the files in /usr/openwin. / 
(root) contains everything that isn;t below /usr in the subtree.

		/spool
	/var	/log
		/msg
/				(and the tree gets wider and wider)
		/openwin
	/usr	/cdrom
		/local
		/games

So /var/msg will do things to /var similar to what /var does to / (root).

Nick.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?11714.880361021>