OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: rc script

From: Abel Talaveron (abelteya.com)
Date: Tue Dec 21 2004 - 15:40:18 CST


> Hi all,
>
> I have to mount a memory file system at boot and I run the command:
>
> mount_mfs -s 128000 swap /usr
>
> When I boot I can see this error:
>
> mount_mfs: /usr: mount: Operation not supported
>
> Why? If I try to mount it when the OpenBSD is running it's done!! Why when
> I
> write the command in the rc script is an operation not supported?
>
> Is there any problem with permissions?
>
> Thanks!!

I've googled a little more and perhaps I have to have a fstab like this:

/dev/rd0a / mfs rw 1 1

Now my /etc/fstab is like this:
/dev/rd0a / ffs rw 1 1