On the "zpool import" command i get
x at solaris:~# zpool import
pool: rpool
id: 8762664235089133115
state: ONLINE
status: The pool was last accessed by another system.
action: The pool can be imported using its name or numeric identifier and
the '-f' flag.
see: http://www.sun.com/msg/ZFS-8000-EY
config:
rpool ONLINE
c4d0s0 ONLINE
i want to mount the c4d0s0 on the /mnt/solaris
on the "zfs import 8762664235089133115" i "get unrecognized command 'import'"
of course.
zpool import -f 8762664235089133115
cannot import 'rpool': pool already exists
zpool import 8762664235089133115 pool1
cannot import 'rpool': pool may be in use from other system, it was last
accessed by solaris (hostid: 0x32a4e885) on Tue Nov 4 23:07:53 2008
use '-f' to import anyway
zpool import -f 8762664235089133115 pool1
cannot mount '/export': directory is not empty
cannot mount '/export/home': directory is not empty
now i have a pool1 directory on the / with an empty ROOT and boot folders
inside
it is the /export/home that i want to mount, precisely that directory
--
This message posted from opensolaris.org