Upon adding/partitioning and formatting a second drive on a fresh SME7.1
Is this
Step 5: Automount at boot time
To automatically mount the partition at boot time, you need to add the following line to /etc/fstab:
[root@hogwarts /]# pico /etc/fstab
/dev/hdc1 /mnt/bigdisk ext3 usrquota,grpquota 1 2
from
http://mirror.contribs.org/smeserver/contribs/mblotwijk/HowToGuides/AddExtraHardDisk.htmthe correct method in enabling automatic mount of the new drive?
-Nevermind-
CJensen