Hello, I have OpenSolaris installed on an X86_64 PC that also has Linux on it. To enable Linux to share data with Solaris, I created a UFS file system on that computer.
I have created an entry for the UFS file system in vfstab: #device device mount FS fsck mount mount #to mount to fsck point type pass at boot options [...] /dev/dsk/c7t0d0s0 /dev/rdsk/c7t0d0s0 /export/aux ufs 3 no logging In the configuration above, the UFS file system is not mounted at boot time. In this case, the system boots without problems, and I am able to mount the file system manually with "pfexec mount /export/aux". However when I change "no" to "yes" in the above configuration, so that the UFS file system mounts during the boot process, I get the following error during boot: Reading ZFS config: done. Mounting ZFS filesystems: (8/8) Feb 25 [...] svc.startd[9]: svc:/system/filesystem/local:default: Method "/lib/svc/method/fs-local" failed with exit status 95. Feb 25 [...]: svc.startd[9]: system:filesystem/local:default failed fatally: transitioned to maintenance (see 'svcs -xv' for details) i'm running snv_132 on that system, but this problem has been around ever since I created the UFS file system, at which point I was at snv_120 or thereabouts. -- This message posted from opensolaris.org