John Brewer
2007-Jun-06 06:19 UTC
[zfs-discuss] Where does the zpool info for it''s label get saved, man page m. EFI label?
I reloaded my system on c0d0 messed up the rounding cyl, then when I reloaded the format command would only work on c0d1 and not c0d0, so then booted on the CD then redefined on c0d0 slice 3 - 7, to the original partition values. Where does the zpool info get saved, EFI label is mentioned in the man page? lucky my zfs file system was on c0d1 slice 5. # zpool import pool: zones id: 4567711835620380868 state: ONLINE action: The pool can be imported using its name or numeric identifier. The pool may be active on on another system, but can be imported using the ''-f'' flag. config: zones ONLINE c0d1s5 ONLINE # df -k /zones Filesystem kbytes used avail capacity Mounted on /dev/dsk/c0d0s0 8068883 3603709 4384486 46% / # zpool import -f zones # df -k /zones Filesystem kbytes used avail capacity Mounted on zones 61415424 38142886 23272221 63% /zones # This message posted from opensolaris.org
Richard Elling
2007-Jun-06 16:37 UTC
[zfs-discuss] Where does the zpool info for it''s label get saved, man page m. EFI label?
John Brewer wrote:> I reloaded my system on c0d0 messed up the rounding cyl, then when I reloaded the format command would only work on c0d1 and not c0d0, so then booted on the CD then redefined on c0d0 slice 3 - 7, to the original partition values. > > Where does the zpool info get saved, EFI label is mentioned in the man page? lucky my zfs file system was on c0d1 slice 5.zpool configuration information is part of the on-disk data. It is not part of a disk label. This is a big win over SVM, for example. Details can be found on the On-Disk Specification at http://www.opensolaris.org/os/community/zfs/docs/ -- richard> # zpool import > pool: zones > id: 4567711835620380868 > state: ONLINE > action: The pool can be imported using its name or numeric identifier. > The pool may be active on on another system, but can be imported using > the ''-f'' flag. > config: > > zones ONLINE > c0d1s5 ONLINE > > # df -k /zones > Filesystem kbytes used avail capacity Mounted on > /dev/dsk/c0d0s0 8068883 3603709 4384486 46% / > > # zpool import -f zones > # df -k /zones > Filesystem kbytes used avail capacity Mounted on > zones 61415424 38142886 23272221 63% /zones > # > > > This message posted from opensolaris.org > _______________________________________________ > zfs-discuss mailing list > zfs-discuss at opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/zfs-discuss