drive geometry values in macosx

Ask a Question related to Mac Programming, Design and Development.

  1. #1

    Default drive geometry values in macosx

    Hi group,

    looking for info on reading the block devices' geometry values on MacOS
    X - 10.2.x

    Any clues?

    Thanks in advance.

    Patryk Łogiewa Guest

  2. Similar Questions and Discussions

    1. Missing geometry
      I've got a problem with faces missing. I'm creating multiple models with 2000 or less polys. All the geometry gets exported successfully. (I've...
    2. Repeating Geometry
      In a 3D scene I'm working on I've got a banister with repeating posts (all instances of one model). When I import this scene into director, the...
    3. WG: AW: Index on geometry and timestamp
      glad to hear that. You might submit this to posgis faq. index Regards, Oleg _____________________________________________________________...
    4. biped geometry in w3d?
      Hi, Im a noob in character studio. Im making an avatar world, all my character models are under 300 polygons. But does the geometry of the biped...
    5. specifying geometry in GNOME
      Hi all, I'm trying to set up a couple of programs to be launched when I log in to Gnome. I'm running gnome 1.4 on woody. So I added Licq and...
  3. #2

    Default Re: drive geometry values in macosx

    In article <bg8dqo$lq68b$2@ID-200323.news.uni-berlin.de>,
    Patryk ?ogiewa <silverdr@inet.pl> wrote:
    > Hi group,
    >
    > looking for info on reading the block devices' geometry values on MacOS
    > X - 10.2.x
    >
    > Any clues?
    I suggest just read the first part of the device to determine what file
    system it is, then find partitions, then each partition has the
    information you want at specific places on the disk.

    Terje
    Terje Guest

  4. #3

    Default Re: drive geometry values in macosx

    Terje wrote:

    >
    >>Hi group,
    >>
    >>looking for info on reading the block devices' geometry values on MacOS
    >>X - 10.2.x
    >>
    >>Any clues?
    >
    >
    > I suggest just read the first part of the device to determine what file
    > system it is, then find partitions, then each partition has the
    > information you want at specific places on the disk.
    That would be easy. But what I need is to get the information from the
    device, not filesystem. Why? Because there is no filesystem on the drive
    and I need this info because I am going to create a filesystem there.
    And, as you pointed out, I need to PUT this information at specific
    place on the disk. Under Linux, I can at least get it from /proc but
    need this on Darwin.

    Patryk 'Silver Dream !' Łogiewa Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139