[zfs-discuss] zfs no dataset available

2007-07-12 Thread Kwang-Hyun Baek
Hi, I just built a kernel from source yesterday and try to run the new kernel 
and now it's giving me no dataset available error.  My non-root user home 
directory is mounted on a ZFS filesystem and now I can't get to it.  zpool 
status shows that my pool needs to be upgraded so I did, but after the upgrade, 
I still get no dataset available.  I was running Sol Express B62 before and I 
got the source from mercurial yesterday.  The B62 was live-upgraded partition 
and it's the 2nd (and only active) slice.

Please HELP!
 
 
This message posted from opensolaris.org
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss


Re: [zfs-discuss] zfs no dataset available

2007-07-13 Thread Kwang-Hyun Baek
pool: pool
 state: UNKNOWN
 scrub: none requested
config:

NAMESTATE READ WRITE CKSUM
poolUNKNOWN  0 0 0
  c0d0s5UNKNOWN  0 0 0
  c0d0s6UNKNOWN  0 0 0
  c0d0s4UNKNOWN  0 0 0
  c0d0s3UNKNOWN  0 0 0

errors: No known data errors
 
 
This message posted from opensolaris.org
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss


Re: [zfs-discuss] zfs no dataset available

2007-07-13 Thread Kwang-Hyun Baek
zpool import pool (my pool is named 'pool') returns

cannot import 'pool': no such pool available

zpool list returns that pool named 'pool' is available with Unknown Health.

All I did was zpool upgrade because that's what it asked me to do...nothing 
more.  Anyone have any idea?
 
 
This message posted from opensolaris.org
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss


Re: [zfs-discuss] zfs no dataset available

2007-07-13 Thread Kwang-Hyun Baek
[EMAIL PROTECTED]:/# prtvtoc /dev/rdsk/c0d0s0 
* /dev/rdsk/c0d0s0 partition map
*
* Dimensions:
* 512 bytes/sector
*  63 sectors/track
* 255 tracks/cylinder
*   16065 sectors/cylinder
*6336 cylinders
*6334 accessible cylinders
*
* Flags:
*   1: unmountable
*  10: read-only
*
* Unallocated space:
*   First SectorLast
*   Sector CountSector 
* 4257225 16065   4273289
*
*  First SectorLast
* Partition  Tag  FlagsSector CountSector  Mount Directory
   0  000   43471890  24370605  67842494
   1  301  48195   4209030   4257224
   2  500  0 101755710 101755709
   3  0004273290   8434125  12707414
   4  000   22956885  10249470  33206354
   5  000   33206355  10265535  43471889
   6  000   12707415  10249470  22956884
   7  200   67842495  33913215 101755709   /
   8  101  0 16065 16064
   9  901  16065 32130 48194


I will try that.  (I need to reboot)
 
 
This message posted from opensolaris.org
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss


Re: [zfs-discuss] zfs no dataset available

2007-07-13 Thread Kwang-Hyun Baek
Okay.  Now it says the pool cannot be imported.  :*(  Is there anything I can 
to fix it?

# zpool import
  pool: pool
id: 3508905099046791975
 state: UNKNOWN
action: The pool cannot be imported due to damaged devices or data.
config:

poolUNKNOWN
  c0d0s5UNKNOWN
  c0d0s6UNKNOWN
  c0d0s4UNKNOWN
  c0d0s3UNKNOWN
 
 
This message posted from opensolaris.org
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss


Re: [zfs-discuss] zfs no dataset available

2007-07-16 Thread Kwang-Hyun Baek
Is there any way to fix this?  I actually tried to destroy the pool and try to 
create a new one, but it doesn't let me.  Whenever I try, I get the following 
error:

[EMAIL PROTECTED]:/var/crash# zpool create -f pool c0d0s5
internal error: No such process
Abort (core dumped)

After that zpool list shows pool... and if I try to remove it, I get the 
similar core dump...

[EMAIL PROTECTED]:/var/crash# zpool list
NAMESIZEUSED   AVAILCAP  HEALTH ALTROOT
pool   4.88G   74.5K   4.87G 0%  UNKNOWN-
[EMAIL PROTECTED]:/var/crash# zpool destroy pool
internal error: No such process
Abort (core dumped)

PLEASE HELP
 
 
This message posted from opensolaris.org
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss


Re: [zfs-discuss] zfs no dataset available

2007-07-17 Thread Kwang-Hyun Baek
# uname -a
SunOS solaris-devx 5.11 opensol-20070713 i86pc i386 i86pc

===
What's more interesting is that ZFS version shows that it's 8does it even 
exist?

[EMAIL PROTECTED]:/# zpool upgrade
This system is currently running ZFS version 6.

The following pools are formatted using a newer software version and
cannot be accessed on the current system.

VER  POOL
---  
 8   pool

Use 'zpool upgrade -v' for a list of available versions and their associated
features.
 
 
This message posted from opensolaris.org
___
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss