by sgx1 » Fri Nov 13, 2009 11:12 pm
FreeNAS is installed on a standard IDE drive, partition 2 of that drive is a ufs-formatted partition.
My main music folder is on a ufs-formatted SATA drive mounted in FreeNAS.
My second music folder is an NFS mount to another NAS, which can only be done at the FreeNAS terminal using the mount_nfs command:
mount_nfs 192.168.1.100:/volume1/music /mnt/ds_music
I created a PostInit entry to mount the drive at boot, but haven't rebooted FreeNAS since, so I don't know if it mounts that drive before SubSonic starts up.
I hope that answers your question.