Re: GEOM is too verbose

From: Maxim Sobolev (sobomax_at_portaone.com)
Date: 08/04/04

  • Next message: Josef Karthauser: "Re: kern.maxpipekva exceeded, please see tuning(7)."
    Date: Wed, 4 Aug 2004 12:27:42 +0200
    To: Arne Schwabe <arne@rfc2549.org>, Poul-Henning Kamp <phk@phk.freebsd.dk>, current@freebsd.org
    
    

    On Tue, Aug 03, 2004 at 02:22:27PM -0700, John-Mark Gurney wrote:
    > Maxim Sobolev wrote this message on Sat, Jul 31, 2004 at 20:15 +0300:
    > > >>It is python program, so that ioctl() is out of question. Usage of
    > > >
    > > >
    > > >Hm python has ioctl support, where is the problem?
    > >
    > > Really? Anyway, I doubt that name of this ioctl is the same on the
    > > different unices, so that binary search is still the best from the
    > > portability POV.
    >
    > fcntl.ioctl... it might take some hand expansion of the ioctl macros
    > to get it though... the old pytoh that would generate these couldn't
    > handle FreeBSD's ioctl defines (but this was back in the early 4.x
    > days)... You could always write a simple C program to get the value
    > necessary..

    Heh, but I have other means to spend my spare time. Rewriting perfectly
    working code for perfection sake is not one of them.

    -Maxim

    >
    > --
    > John-Mark Gurney Voice: +1 415 225 5579
    >
    > "All that I will do, has been done, All that I have, has not."
    >
    >
    _______________________________________________
    freebsd-current@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-current
    To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"


  • Next message: Josef Karthauser: "Re: kern.maxpipekva exceeded, please see tuning(7)."

    Relevant Pages

    • So how do I get the length of a volume on W2K
      ... is no IOCTL I can make to find the size of the volume. ... volumes returns extents that include the mirror or parity extent, ... mirror volumes and spanned volumes. ... or is the binary search my only option? ...
      (microsoft.public.development.device.drivers)
    • Re: GEOM is too verbose
      ... >> Hm python has ioctl support, ... I doubt that name of this ioctl is the same on the ... You could always try the ioctl and fall back to a binary search if you get ... for Genesis Software - http://www.gsoft.com.au ...
      (freebsd-current)
    • Re: GEOM is too verbose
      ... >> Hm python has ioctl support, ... I doubt that name of this ioctl is the same on the ... You could always try the ioctl and fall back to a binary search if you get ... for Genesis Software - http://www.gsoft.com.au ...
      (freebsd-current)
    • Re: GEOM is too verbose
      ... so that ioctl() is out of question. ... >>diskinfo is possible but is not portable across different unices. ...
      (freebsd-current)