Hi, I see docs talking about how to add a fdisk partition (or primary partition) to a zfs pool. But I wonder if it''s possible to add a logical partition, which is inside the extended partition, to a pool. I''m on an X86 system and these are in /dev/rdsk/: c4t0d0p[0-4] c4t0d0s[0-15] I don''t know which represents which device. Thanks for any help! This message posted from opensolaris.org
Johan Hartzenberg
2008-Aug-10 19:23 UTC
[zfs-discuss] How to zpool add a logical partition
On Sun, Aug 10, 2008 at 9:18 PM, Yi <yizhang84 at gmail.com> wrote:> Hi, > > I see docs talking about how to add a fdisk partition (or primary > partition) to a zfs pool. But I wonder if it''s possible to add a logical > partition, which is inside the extended partition, to a pool. I''m on an X86 > system and these are in /dev/rdsk/: > c4t0d0p[0-4] > c4t0d0s[0-15] > I don''t know which represents which device. > Thanks for any help!Solaris does not support Logical partitions in an extended partition. p0 is the whole disk p1 through p4 are the primary fdisk partitions s0 through s15 are the Slices in the Solaris partition There are no devices referring to the logical partitions. I have detailed the meaning of the Solaris disk device aliases in my blog. Cheers, _hartz -- Any sufficiently advanced technology is indistinguishable from magic. Arthur C. Clarke Afrikaanse Stap Website: http://www.bloukous.co.za My blog: http://initialprogramload.blogspot.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.opensolaris.org/pipermail/zfs-discuss/attachments/20080810/d8c5cfa1/attachment.html>
> I have detailed the > meaning of the Solaris disk device aliases in my > blog.<br><br > clear="all">Cheers,<br>?_hartz<br><br>-- <br>Any > sufficiently advanced technology is indistinguishable > from magic.<br> > Arthur C. Clarke<br><br>Afrikaanse Stap Website: <a > href="http://www.bloukous.co.za">http://www.bloukous. > o.za</a><br><br>My blog: <a > href="http://initialprogramload.blogspot.com">http://i > nitialprogramload.blogspot.com</a><br>How do you specify the MBR in Solaris? (E.g., how do I "dd" a file to or from MBR?) This message posted from opensolaris.org