Author Topic: 10 Gig Limit??  (Read 1207 times)

Offline JustSomeDude

  • Full Member
  • ***
  • Posts: 112
10 Gig Limit??
« on: April 10, 2011, 12:39:08 PM »
Is there a 10 gig limit on HD size? I've tried both LXDE and XFCE, both installs were with full reformat on 20 (18.7) gig HD, giving the full HD (no portions) to the OS.

Both only saw about 10 gigs.  ???

Offline Sproggy

  • Hero Member
  • *****
  • Posts: 1484
Re: 10 Gig Limit??
« Reply #1 on: April 10, 2011, 12:50:19 PM »
when setting up on a HDD always do custom partitioning ... then you can set up the partitions you need ... for a 20gb HDD .. i would got with 1gb swap ... 9gb / and the rest for /home

Kori

Offline T6

  • Super Villain
  • ******
  • Posts: 19077
  • xmas is comming!
Re: 10 Gig Limit??
« Reply #2 on: April 10, 2011, 12:59:39 PM »
depending on the amount of ram that 1 gb sounds ok, in your case i wouldn't divide between / and /home, all would be /

home would be a folder inside /
"If you wish to make an apple pie from scratch, you must first invent the universe."

Carl Sagan

Offline YouCanToo

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 5324
  • Location: Lebanon, OR., USA
    • Spreading the word.......
Re: 10 Gig Limit??
« Reply #3 on: April 10, 2011, 02:01:19 PM »
Is there a 10 gig limit on HD size? I've tried both LXDE and XFCE, both installs were with full reformat on 20 (18.7) gig HD, giving the full HD (no portions) to the OS.

Both only saw about 10 gigs.  ???

No, there are no such limits. I have a LXDE box here running on a 80 gig drive just fine.  Perhaps you need to check your settings better when you formatted them.  Which options did you choose when formatting them?




Be sure to visit the NEW Knowledge Base


Linux is user-friendly- it's just picky who its friends are!

Offline JustSomeDude

  • Full Member
  • ***
  • Posts: 112
Re: 10 Gig Limit??
« Reply #4 on: April 18, 2011, 12:16:53 PM »
Is there a 10 gig limit on HD size? I've tried both LXDE and XFCE, both installs were with full reformat on 20 (18.7) gig HD, giving the full HD (no portions) to the OS.

Both only saw about 10 gigs.  ???

No, there are no such limits. I have a LXDE box here running on a 80 gig drive just fine.  Perhaps you need to check your settings better when you formatted them.  Which options did you choose when formatting them?


The settings on format, was to give it the whole drive. But it looks like XFCE doesn't like my on board video or visa-verse. I keep getting colored lines across the screen, granted they're pretty, but unwanted lol!

Right now I'm in Gnome to come here, but not a full install of it. I'm thinking of reformatting and going with Zen, since I really like the PCLOS. So any hints on reformatting so it takes the whole HD would be much appreciated!!

Offline Bald Brick

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6371
  • I'm going South
Re: 10 Gig Limit??
« Reply #5 on: April 18, 2011, 01:50:02 PM »
Is there a 10 gig limit on HD size?

No, as YouCanToo wrote, there is not. I have a 326GB partition on one 1TB drive a 318GB on another.

Quote
I've tried both LXDE and XFCE, both installs were with full reformat on 20 (18.7) gig HD, giving the full HD (no portions) to the OS.

Both only saw about 10 gigs.  ???

You must have at least one partition. You can only install to one or several partitions, not to an unpartitioned drive. But if you only have one partition, that one partition should take up all of the space on the drive. In your case it apparently doesn't.

Please open a terminal and post the output of the command
Code: [Select]
fdisk -l -u=cylinders
Some people would insist that you enter the command as root, but actually you don't have to. (The "-l" option is a lower case L.)

Quote
So any hints on reformatting so it takes the whole HD would be much appreciated!!

Normally it shouldn't require any magical spells. Diskdrake should be able to handle it. But if you run fdisk with the above options we might get an idea of what has gone wrong with your current installation.
« Last Edit: April 18, 2011, 01:59:42 PM by Bald Brick »
Feed the trolls!
They need it!

AMD Athlon 7450 Dual-Core Processor, 7.80 GiB RAM, Nvidia GeForce GT 120/PCIe/SSE2, OpenGL/ES-version: 3.3 0 NVIDIA 295.40, SBx00 Azalia (Intel HDA) soundcard, ‎Logitech B500 webcam, SAA7146 DVB card, HDDs: Seagate 250824AS, Western Digital WD10EAVS-00D

Offline pags

  • Hero Member
  • *****
  • Posts: 2519
  • Keep it clean.
Re: 10 Gig Limit??
« Reply #6 on: April 18, 2011, 01:58:56 PM »
Is there a 10 gig limit on HD size?

No, as YouCanToo said, there is not. I have a 326GB partition on one 1TB drive a 318GB on another.

Quote
I've tried both LXDE and XFCE, both installs were with full reformat on 20 (18.7) gig HD, giving the full HD (no portions) to the OS.

Both only saw about 10 gigs.  ???

You must have at least one partition. You can only install to a partition, not to an unpartitioned drive. But if you only have one, that one partition should take up all of the space on the drive. Apparently it doesn't in your case.

Please open a terminal and post the output of the command
Code: [Select]
fdisk -l -u=cylinders
Some people would insist that you enter the command as root, but actually you don't have to. (The "-l" option is a lower case L.)



Well, actually you can install to the raw device (this is Linux after, all, and the user has a lot of control!  ;)), but it really isn't a good idea, and has little benefit...

Some might be right...depends on how things are setup?
Code: [Select]
[jpaglia@gx620 Videos]$ fdisk -l
[jpaglia@gx620 Videos]$ fdisk -l -u=cylinders
[jpaglia@gx620 Videos]$
;D

Oh, and no 10 GB limit here:
Code: [Select]
[jpaglia@grendel ~]$ df
Filesystem            Size  Used Avail Use% Mounted on
/dev/sda1             9.4G  7.9G  1.1G  88% /
/dev/sda6             218G   43G  175G  20% /mnt/oldhome
/dev/sdb1             1.4T  1.0T  375G  74% /home
[jpaglia@grendel ~]$

Yes that is a Terabyte partition (it's a bugger to backup  :D), and this install still needs to be updated from 2009... :o ::) ::)

When I finally get around to it, I figure /dev/sda6 can become the new root, at 218G, and /dev/sda1 will languish for a while as a backup...

Offline Bald Brick

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6371
  • I'm going South
Re: 10 Gig Limit??
« Reply #7 on: April 18, 2011, 02:05:21 PM »
Code: [Select]
[quote author=pags link=topic=89674.msg754503#msg754503 date=1303156736]
[color=red]Well[/color], actually you can install to the raw device (this is Linux after, all, and the user has a lot of control!  ;)), but it really isn't a good idea, and has little benefit...

You are right, of course, but I don't think the PCLOS installer will let you do it.

 ;)
Feed the trolls!
They need it!

AMD Athlon 7450 Dual-Core Processor, 7.80 GiB RAM, Nvidia GeForce GT 120/PCIe/SSE2, OpenGL/ES-version: 3.3 0 NVIDIA 295.40, SBx00 Azalia (Intel HDA) soundcard, ‎Logitech B500 webcam, SAA7146 DVB card, HDDs: Seagate 250824AS, Western Digital WD10EAVS-00D

Offline Bald Brick

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6371
  • I'm going South
Re: 10 Gig Limit??
« Reply #8 on: April 18, 2011, 02:28:49 PM »
And I wasn't entirely correct in another respect either:

There is indeed a limit on how large a partition on a hard drive can be. It varies depending on the filesystem, and for instance an EXT4 partition can't be larger than 1 exabyte (EB). (That's fifty million times the size of JustSomeDude's hard drive.) But some filesystems can handle much larger partitions than that. (Would the rest of the system be able to handle them? No idea, but I doubt it.)

« Last Edit: April 18, 2011, 02:48:46 PM by Bald Brick »
Feed the trolls!
They need it!

AMD Athlon 7450 Dual-Core Processor, 7.80 GiB RAM, Nvidia GeForce GT 120/PCIe/SSE2, OpenGL/ES-version: 3.3 0 NVIDIA 295.40, SBx00 Azalia (Intel HDA) soundcard, ‎Logitech B500 webcam, SAA7146 DVB card, HDDs: Seagate 250824AS, Western Digital WD10EAVS-00D

Offline JustSomeDude

  • Full Member
  • ***
  • Posts: 112
Re: 10 Gig Limit??
« Reply #9 on: April 18, 2011, 02:34:56 PM »
Is there a 10 gig limit on HD size?


No, as YouCanToo wrote, there is not. I have a 326GB partition on one 1TB drive a 318GB on another.

Quote
I've tried both LXDE and XFCE, both installs were with full reformat on 20 (18.7) gig HD, giving the full HD (no portions) to the OS.

Both only saw about 10 gigs.  ???


You must have at least one partition. You can only install to one or several partitions, not to an unpartitioned drive. But if you only have one partition, that one partition should take up all of the space on the drive. In your case it apparently doesn't.

Please open a terminal and post the output of the command
Code: [Select]
fdisk -l -u=cylinders
Some people would insist that you enter the command as root, but actually you don't have to. (The "-l" option is a lower case L.)

Quote
So any hints on reformatting so it takes the whole HD would be much appreciated!!


Normally it shouldn't require any magical spells. Diskdrake should be able to handle it. But if you run fdisk with the above options we might get an idea of what has gone wrong with your current installation.



Well, I couldn't get fdisk -l to run in the normal terminal, but it did run in the xterminal, but only gave me further options. So I did the next best thing....



So it looks like it's all there, just was split on install.

Offline Bald Brick

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 6371
  • I'm going South
Re: 10 Gig Limit??
« Reply #10 on: April 18, 2011, 02:59:36 PM »
So it looks like it's all there, just was split on install.

So it seems.

And if you are going to reinstall (or install another version of PCLinuxOS) you probably should take T6's advice and make the whole drive (except the gig used for swap) one single partition. In that way you would use the drive space much more economically.

I can't understand why fdisk refused to run. (Perhaps you should have tried running it as root in spite of what I wrote.)

Feed the trolls!
They need it!

AMD Athlon 7450 Dual-Core Processor, 7.80 GiB RAM, Nvidia GeForce GT 120/PCIe/SSE2, OpenGL/ES-version: 3.3 0 NVIDIA 295.40, SBx00 Azalia (Intel HDA) soundcard, ‎Logitech B500 webcam, SAA7146 DVB card, HDDs: Seagate 250824AS, Western Digital WD10EAVS-00D