Re: [zfs-discuss] SPAM *** importing unformatted partition
On Thu, Feb 12, 2009 at 21:59, Jan Hlodan wrote: > I would like to import 3. partition as a another pool but I can't see this > partition. > > sh-3.2# format -e > Searching for disks...done > AVAILABLE DISK SELECTIONS: > 0. c7t0d0 > /p...@0,0/pci104d,8...@1d,7/stor...@4/d...@0,0 > 1. c9d0 > /p...@0,0/pci-...@1f,2/i...@0/c...@0,0 > I guess that 0. is wind partition and 1. is Opensolaris What you see there are whole disks, not partitions. Try "zpool status", which will show you that rpool is on something like c9d0s0. Then go into format again, pick 1 (in my example), type "fdisk" to look at the DOS-style partition table and verify that the partitioning of the disk matches what you thought it was. Then you can create a new zpool with something like "zpool create data c9t0p3". Will ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
[zfs-discuss] SPAM *** importing unformatted partition
Hello, I need advice how to import unformatted partition. I split my 150GB disk into 3 partitions: 1. 50GB windows 2. 50GB Opensolaris 3. 50GB unformatted I would like to import 3. partition as a another pool but I can't see this partition. sh-3.2# format -e Searching for disks...done AVAILABLE DISK SELECTIONS: 0. c7t0d0 /p...@0,0/pci104d,8...@1d,7/stor...@4/d...@0,0 1. c9d0 /p...@0,0/pci-...@1f,2/i...@0/c...@0,0 Specify disk (enter its number): ^[[^C I guess that 0. is wind partition and 1. is Opensolaris sh-3.2# zpool list NAMESIZE USED AVAILCAP HEALTH ALTROOT rpool 59.5G 3.82G 55.7G 6% ONLINE - sh-3.2# zpool import sh-3.2# How can I find and import left partition? Thanks for help. Regards, Jan Hlodan ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss