> When mount(8) invokes a mount_xxx program, it sets argv[0] to the
> name of the filesystem (ufs, mfs, nfs etc). Crunched binaries use
> the argv[0] name to determine which code to execute, so you need
> to add
> 
>       ln mount_mfs mfs
> 
> to your crunchgen config file to get this to work. Alternatively,
> just invoke mount_mfs directly instead of using mount(8).

Hey this is great, thanks Ian.  This explains it all.  I went ahead
and invoked mount_mfs instead of relying on /etc/fstab.  Works perfectly.

eT

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to