adding new disk to the system

Polytropon freebsd at edvax.de
Sun Aug 31 15:57:45 UTC 2008


On Sun, 31 Aug 2008 17:44:55 +0200, Sasa Stupar <sasa at stupar.homelinux.net> wrote:
> Do I add new drive with standard procedure and just create a new mount
> point e.g. /newdrive or do I need to do something else?

Well, for your designated usage of the disk, take the easy way
(assumed ad6 to be the new disk, check "dmesg | grep ^ad"):

	# mkdir /exchange
	# newfs /dev/ad6
	# mount -t ufs /dev/ad6 /exchange

Pay attention to the access rights of /exchange. Put a line into
/etc/fstab to automount the disk at startup.

Yes, it is that easy. :-)



-- 
Polytropon
>From Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...


More information about the freebsd-questions mailing list