I have a removable disk in a SATA cage that gives me some nightmares. I use it for backing up. I put the following entry in fstab
And at boot time it fails miserably looking for this disk. Without the line I am having problems mounting it to the system.
Code:
/dev/ada6s1 /backup ufs rw,noauto 1 1
Code:
#mount -t ufs /dev/ada6s1 /backup
mount: /dev/ada6s1 : Operation not permitted