Hello,
I can do these through shell
When I tried to do this at boot time through /etc/fstab, this line works
But this line,
boot message stated:
then it went to single user mode....
I cannot figure out why... help please
I can do these through shell
mount -t nfs 192.168.9.60:/mnt/nas60/oc /mnt
mount -t nullfs /mnt/120 /usr/jails/120/mnt
When I tried to do this at boot time through /etc/fstab, this line works
Code:
192.168.9.60:/mnt/nas60/oc /mnt nfs rw 0 0
Code:
/mnt/120 /usr/jails/120/mnt nullfs rw 0 0
Code:
mounting local filesystems: mount_nullfs: /mnt/120: No such file or directory
I cannot figure out why... help please