[Search for users]
[Overall Top Noters]
[List of all Conferences]
[Download this site]
Title: | DIGITAL UNIX (FORMERLY KNOWN AS DEC OSF/1) |
Notice: | Welcome to the Digital UNIX Conference |
Moderator: | SMURF::DENHAM |
|
Created: | Thu Mar 16 1995 |
Last Modified: | Fri Jun 06 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 10068 |
Total number of notes: | 35879 |
Hi,
A customer of mine installed AltaVista Intranet Search and is
using Digital Unix 4.0A and UFS.
Since the Search product requires the use of AdvFS, we would like to
create a new file domain and continue to add additional devices to the
domain as we go on.
I issued the following commands and got the following error message :
mkdir /avs
mkfdmn /dev/rz17c avs_domain
mkfset avs_domain avs
>> [discovery.horizon.com.sg] />mkfset avs_domain avs
>> mkfset: can't create file set 'avs' in domain 'avs_domain'
>> mkfset: error = E_BAD_MAGIC (-1167)
I have also tried creating soft link for /dev/rz18c in the
/etc/fdmns/avs_domain
directory. When I issued the disklabel -r /dev/rz17c, I saw that the file
system was AdvFS. However when I issued the disklabel -r /dev/rz18c,
the file system was 4.2 BSD. What could the problem be?
/kriti
[Posted by WWW Notes gateway]
T.R | Title | User | Personal Name | Date | Lines |
---|
9195.1 | | DECWET::MARTIN | | Fri Mar 14 1997 19:45 | 10 |
| The problem is most likely:
> I have also tried creating soft link for /dev/rz18c in the
> /etc/fdmns/avs_domain directory.
You can't do that. 'ln -s /dev/rz18c /etc/fdmns/avs_domain' does not do
everything that 'addvol /dev/rz18c avs_domain' does.
--Ken
|