I have the put the following commands in a script
#!/bin/csh
/sbin/rmfset -f user_domain users_clone
/usr/sbin/clonefset user_domain users users_clone
/sbin/mount -t advfs user_domain#users_clone /usr/users_clone
When I execute the script mount fails with the following message:
mount: unknown special file or file system user_domain.
If I execute the commands by hand, one by one directly, mount works OK and
mounts the fileset.
Can anyone explain why?
-olle eriksson
Received on Mon Jun 03 2002 - 08:47:21 NZST