PDA

View Full Version : airnet nic_install problem


gstephens
06-12-2003, 09:47 PM
I'm installing the airnet drivers on a standalone system.

nic_install was reporting an "Error - Unable to access mfs." message during the software version detection. I found the solution to this on the forum which for my system was to add the --force option:

nic_install airnet --force 3.0.01-1-000

The program now continues past the software version check and successfully mounts the root partition but then fails with:

Error - Unable to mount partition "/dev/hdd9" (22)

Earlier in the script, it successfully detected the kernel, root and Var partitions. The --debug option does not provide any additional information.

TIA, Greg