> I tried to run devfsadm from milestone none but I got this:
> 
> # devfsadm
> devfsadm: name service cannot find user: root
> devfsadm: mkdir failed for /dev 0x1ed: Read-only filesystem
> devfsadm: open failed for /dev/.devfsadm_dev.lock: Read-only filesystem

Ok, the root filesystem must be remounted in read/write mode,
before devfsadm can be used.  Try:

  mount -f ufs -o remount,rw,nologging /devices/ramdisk:a /

Now devfsadm should work (it still complains about the "root"
user, but that appears be ok):

  devfsadm
This message posted from opensolaris.org
_______________________________________________
opensolaris-help mailing list
[email protected]

Reply via email to