On Tue, May 09, 2000 at 05:58:12PM -0700, Chris Jantzen wrote:
> hostname returns "ace.maybe.net" also, btw. /etc/hosts only has 127.0.0.1
> with localhost and localhost.localdomain and ace.maybe.net is defined for
> 10.1.0.3 "properly".
Well, it was a try. I'm trying to figure out how the server might not
be able to find the partition.
Ah, I see the problem, it is a bit subtle.
You write earlier:
> And, here's the createvol command line:
>
> /usr/local/sbin/createvol_rep MAYBE.NET E0000100 /export/primary/vicepa/
I'd like to bet it is the trailing slash, try:
/usr/local/sbin/createvol_rep MAYBE.NET E0000100 /export/primary/vicepa
Jan