Changes

Jump to navigation Jump to search
18 bytes added ,  08:49, 16 April 2007
m
Line 189: Line 189:  
===== Setup NAS =====
 
===== Setup NAS =====
 
You have a [http://www.freenas.org FreeNAS] box with IP 10.200.48.2 up and running with NFS service enabled for your network 10.200.48.0/22. The RAID array is mounted to /mnt/affashare.
 
You have a [http://www.freenas.org FreeNAS] box with IP 10.200.48.2 up and running with NFS service enabled for your network 10.200.48.0/22. The RAID array is mounted to /mnt/affashare.
# log into the 'prodbox' and install the NFS packages<br><code>yum install nfs-utils</code><br>You don't need to signal post-upgrade or reboot event.
+
# log into the 'prodbox' and install the NFS packages<br><code>yum --enablerepo=base install nfs-utils</code><br>You don't need to signal post-upgrade or reboot event.
 
# mount the NFS share<br><code>mkdir -p /mnt/affadevice</code><br><code>mount 10.200.48.2:/mnt/affashare /mnt/affadevice</code>
 
# mount the NFS share<br><code>mkdir -p /mnt/affadevice</code><br><code>mount 10.200.48.2:/mnt/affashare /mnt/affadevice</code>
      
===== Setup a USB drive =====
 
===== Setup a USB drive =====
501

edits

Navigation menu