Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. 1 GIG, Correct size [modified]

1 GIG, Correct size [modified]

Scheduled Pinned Locked Moved The Lounge
question
20 Posts 11 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R rspercy65

    What is the correct size of 1 gig? I want to repartition a hard-drive for 3 operating systems. I need to know the correct size so I can multiply it by the amount for each partition. The correct size of my drive is 298 gig(320 manufacturer size). I want to partition it into 3 somewhat equal sizes. Using FDISK, When it asks you to designate the amount of space for a partition, how do you do this? What do you enter?, 1024 * (1/3 of the hard drive space) or (100 GB)Or is it (1,073,741,824,000)?

    rspercy 1 + 1 = 186,440....Depending on the species.

    modified on Friday, February 6, 2009 10:29 AM

    J Offline
    J Offline
    John M Drescher
    wrote on last edited by
    #9

    http://en.wikipedia.org/wiki/Gigabyte[^]

    John

    1 Reply Last reply
    0
    • B Baconbutty

      1024 to the power 3 I'll leave the rest to you. Multiply is the asterisk key and divide is the / key when using Calculator. Good luck.

      My new favourite phrase - "misdirected leisure activity"

      L Offline
      L Offline
      l a u r e n
      wrote on last edited by
      #10

      ooooooooooooooooooo harsh! :cool:

      "mostly watching the human race is like watching dogs watch tv ... they see the pictures move but the meaning escapes them"

      1 Reply Last reply
      0
      • J John M Drescher

        Your question does not make a lot of sense to me. I mean 1024 x 1024 x 1024 but that is too small for any operating system I know (even window less linux). [EDIT]On top of that you should be able to specify MB or GB in your partitioning program. Maybe I am wrong on that. I use linux fdisk mostly and have not done this in windows in a long time. Well except at setup but that is in MB.[/EDIT]

        John

        modified on Friday, February 6, 2009 9:11 AM

        L Offline
        L Offline
        l a u r e n
        wrote on last edited by
        #11

        ummmm actually 1Gb is plenty of room for almost any linux based OS to install on ;)

        "mostly watching the human race is like watching dogs watch tv ... they see the pictures move but the meaning escapes them"

        J L 2 Replies Last reply
        0
        • R rspercy65

          What is the correct size of 1 gig? I want to repartition a hard-drive for 3 operating systems. I need to know the correct size so I can multiply it by the amount for each partition. The correct size of my drive is 298 gig(320 manufacturer size). I want to partition it into 3 somewhat equal sizes. Using FDISK, When it asks you to designate the amount of space for a partition, how do you do this? What do you enter?, 1024 * (1/3 of the hard drive space) or (100 GB)Or is it (1,073,741,824,000)?

          rspercy 1 + 1 = 186,440....Depending on the species.

          modified on Friday, February 6, 2009 10:29 AM

          A Offline
          A Offline
          ABitSmart
          wrote on last edited by
          #12

          rspercy58 wrote:

          1 + 1 = 186,440....Depending on the species.

          (reading tht) it wud be difficult to give an answer

          rspercy58 wrote:

          multiply it

          wouldn't u need to divide the CORRECT size instead of multiply?

          L 1 Reply Last reply
          0
          • L l a u r e n

            ummmm actually 1Gb is plenty of room for almost any linux based OS to install on ;)

            "mostly watching the human race is like watching dogs watch tv ... they see the pictures move but the meaning escapes them"

            J Offline
            J Offline
            John M Drescher
            wrote on last edited by
            #13

            I know that live cds work in that small of a footprint but even my VPS containers are 1 to 3 GB so I generally allocate 5GB as a min

            jmd0 200 # du -hs /vz/private/200
            2.6G /vz/private/200

            jmd0 200 # du -hs /vz/private/205
            1.3G /vz/private/205

            [EDIT]

            jmd0 200 # vzlist
            CTID NPROC STATUS IP_ADDR HOSTNAME
            200 31 running 192.168.1.240 vs_svn
            205 9 running 192.168.1.50 vs_mail

            200 is a subversion server and 205 is a postfix mail server. [/EDIT]

            John

            1 Reply Last reply
            0
            • L l a u r e n

              ummmm actually 1Gb is plenty of room for almost any linux based OS to install on ;)

              "mostly watching the human race is like watching dogs watch tv ... they see the pictures move but the meaning escapes them"

              L Offline
              L Offline
              leppie
              wrote on last edited by
              #14

              I used to make my own Linux builds taking about 25MB, had X11 (vesa mode), busybox, a kernel, and DotGNU. It could boot into text mode with 16MB RAM. Needed 48MB RAM to run X. Sniff, the good old days :((

              xacc.ide - now with TabsToSpaces support
              IronScheme - 1.0 beta 2 - out now!
              ((lambda (x) `((lambda (x) ,x) ',x)) '`((lambda (x) ,x) ',x))

              M 1 Reply Last reply
              0
              • A ABitSmart

                rspercy58 wrote:

                1 + 1 = 186,440....Depending on the species.

                (reading tht) it wud be difficult to give an answer

                rspercy58 wrote:

                multiply it

                wouldn't u need to divide the CORRECT size instead of multiply?

                L Offline
                L Offline
                Lost User
                wrote on last edited by
                #15

                ABitSmart wrote:

                wouldn't u need to divide the CORRECT size instead of multiply?

                Not if he started at bytes and worked his way up :doh:

                Check out the CodeProject forum Guidelines[^]

                A 1 Reply Last reply
                0
                • L leppie

                  I used to make my own Linux builds taking about 25MB, had X11 (vesa mode), busybox, a kernel, and DotGNU. It could boot into text mode with 16MB RAM. Needed 48MB RAM to run X. Sniff, the good old days :((

                  xacc.ide - now with TabsToSpaces support
                  IronScheme - 1.0 beta 2 - out now!
                  ((lambda (x) `((lambda (x) ,x) ',x)) '`((lambda (x) ,x) ',x))

                  M Offline
                  M Offline
                  MidwestLimey
                  wrote on last edited by
                  #16

                  16MB? Pah! My phone couldn't run on that these days :D

                  Bar fomos edo pariyart gedeem, agreo eo dranem abal edyero eyrem kalm kareore

                  1 Reply Last reply
                  0
                  • L Lost User

                    ABitSmart wrote:

                    wouldn't u need to divide the CORRECT size instead of multiply?

                    Not if he started at bytes and worked his way up :doh:

                    Check out the CodeProject forum Guidelines[^]

                    A Offline
                    A Offline
                    ABitSmart
                    wrote on last edited by
                    #17

                    :omg:

                    1 Reply Last reply
                    0
                    • R rspercy65

                      What is the correct size of 1 gig? I want to repartition a hard-drive for 3 operating systems. I need to know the correct size so I can multiply it by the amount for each partition. The correct size of my drive is 298 gig(320 manufacturer size). I want to partition it into 3 somewhat equal sizes. Using FDISK, When it asks you to designate the amount of space for a partition, how do you do this? What do you enter?, 1024 * (1/3 of the hard drive space) or (100 GB)Or is it (1,073,741,824,000)?

                      rspercy 1 + 1 = 186,440....Depending on the species.

                      modified on Friday, February 6, 2009 10:29 AM

                      L Offline
                      L Offline
                      Lost User
                      wrote on last edited by
                      #18

                      Depends on whether you're in marketing or not.

                      1 Reply Last reply
                      0
                      • R rspercy65

                        What is the correct size of 1 gig? I want to repartition a hard-drive for 3 operating systems. I need to know the correct size so I can multiply it by the amount for each partition. The correct size of my drive is 298 gig(320 manufacturer size). I want to partition it into 3 somewhat equal sizes. Using FDISK, When it asks you to designate the amount of space for a partition, how do you do this? What do you enter?, 1024 * (1/3 of the hard drive space) or (100 GB)Or is it (1,073,741,824,000)?

                        rspercy 1 + 1 = 186,440....Depending on the species.

                        modified on Friday, February 6, 2009 10:29 AM

                        S Offline
                        S Offline
                        Stuart Dootson
                        wrote on last edited by
                        #19

                        'Base 10' gigabyte (the one hard drive manufacturers use) = 1000 x 1000 x 1000 'Base 2' gigabyte (the one Windows shows you) = 1024 x 1024 x 1024

                        J 1 Reply Last reply
                        0
                        • S Stuart Dootson

                          'Base 10' gigabyte (the one hard drive manufacturers use) = 1000 x 1000 x 1000 'Base 2' gigabyte (the one Windows shows you) = 1024 x 1024 x 1024

                          J Offline
                          J Offline
                          John M Drescher
                          wrote on last edited by
                          #20

                          Stuart Dootson wrote:

                          'Base 10' gigabyte (the one hard drive manufacturers use) = 1000 x 1000 x 1000

                          They do although that definition is not exact since sectors are 512 bytes not 500.

                          John

                          1 Reply Last reply
                          0
                          Reply
                          • Reply as topic
                          Log in to reply
                          • Oldest to Newest
                          • Newest to Oldest
                          • Most Votes


                          • Login

                          • Don't have an account? Register

                          • Login or register to search.
                          • First post
                            Last post
                          0
                          • Categories
                          • Recent
                          • Tags
                          • Popular
                          • World
                          • Users
                          • Groups