LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 12-13-2009, 12:04 PM   #1
SuperDude123
Member
 
Registered: Nov 2008
Posts: 158

Rep: Reputation: 30
fdisk -l says that my hard drive is 112 GB less then what it is??


I recently zeroed a hard drive, and after doing a fdisk -l, it says that the disk is 137.4 GB, while its supposed to be a 250 GB. To get to a terminal from a clean system, I used BasicLinux 3.40 from an Ultimate Boot CD. Could this be a problem with BL 3.4? Should I have used an other tool on the UBCD? Is the hard drive bad? I also have at my disposal a Hiren's Boot CD, Ubuntu 9.10, Ubuntu 9.04, and a Debian 5.0 install CD.
 
Old 12-13-2009, 01:00 PM   #2
jefro
Moderator
 
Registered: Mar 2008
Posts: 22,144

Rep: Reputation: 3640Reputation: 3640Reputation: 3640Reputation: 3640Reputation: 3640Reputation: 3640Reputation: 3640Reputation: 3640Reputation: 3640Reputation: 3640Reputation: 3640
It is a bios issue would be my guess. See posts on 137 gig limit.
 
Old 12-13-2009, 01:43 PM   #3
David1357
Senior Member
 
Registered: Aug 2007
Location: South Carolina, U.S.A.
Distribution: Ubuntu, Fedora Core, Red Hat, SUSE, Gentoo, DSL, coLinux, uClinux
Posts: 1,302
Blog Entries: 1

Rep: Reputation: 107Reputation: 107
Quote:
Originally Posted by SuperDude123 View Post
I recently zeroed a hard drive, and after doing a fdisk -l, it says that the disk is 137.4 GB, while its supposed to be a 250 GB.
The problem is that your kernel probably only supports 28-bit addressing:

Code:
    2^28 sectors * 512 bytes/sector = 268435456 bytes
    268435456 / (1000 ^ 3) = 137.4 GB
I don't think it is a BIOS issue because once the kernel boots, it no longer uses the BIOS for interfacing with the hard drive.

The version of BasicLinux you are trying to use has a 2.2.26 version of the kernel. That kernel is over 5.5 years old, and probably does not have support for 48-bit addressing.

Try booting from Ubuntu 9.10 if that is the latest thing you have.
 
Old 12-13-2009, 01:55 PM   #4
AwesomeMachine
LQ Guru
 
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
It's either a kernel or bios issue. 137.4 GB is exactly the limit for 28 bit addressing. Whatever distro/hardware you're using must be ancient.
 
Old 12-13-2009, 02:02 PM   #5
SuperDude123
Member
 
Registered: Nov 2008
Posts: 158

Original Poster
Rep: Reputation: 30
How do I load up a terminal window from a Live CD? I've had difficulty with the 9.10 CD, where I can't see the applications tab on the top, so is their a keyboard shortcut to open a terminal? I also have a Debian 5.0 CD, maybe I can use that?
 
Old 12-13-2009, 02:12 PM   #6
paulsm4
LQ Guru
 
Registered: Mar 2004
Distribution: SusE 8.2
Posts: 5,863
Blog Entries: 1

Rep: Reputation: Disabled
Try <Ctl-Alt-F1> (or <Ctl-Alt-F2>, <Ctl-Alt-F3>, etc). These should open up virtual text-mode consoles 1, 2, 3, etc.

ALSO:
As far as the desktop being cut off - it sounds like the screen resolution needs to be changed:

1. Try hitting "F4" at startup; see if that lets you change to a different screen resolution

2. Look here for advice on modifying your "/etc/X11/xorg.conf" (either directly, or using various "tricks"):

http://forums.virtualbox.org/viewtop...=11182&start=0

http://www.ubuntugeek.com/how-to-cha...in-ubuntu.html

http://www.ubuntugeek.com/how-to-adj...on-ubuntu.html

'Hope that helps .. PSM

PS:
'Glad you found the reason for your original hard drive problem - that "BasicLinux" had an obsolete kernel, which only supported drives up to 137GB.

Last edited by paulsm4; 12-13-2009 at 02:25 PM.
 
Old 12-13-2009, 02:25 PM   #7
SuperDude123
Member
 
Registered: Nov 2008
Posts: 158

Original Poster
Rep: Reputation: 30
Ok that doesn't seem to work with Ubuntu 9.10 Live CD.....I can try with the 9.04, but is their something like that for the Debian CD? I don't think Debian lets me run it "live" ?
 
Old 12-14-2009, 10:34 AM   #8
David1357
Senior Member
 
Registered: Aug 2007
Location: South Carolina, U.S.A.
Distribution: Ubuntu, Fedora Core, Red Hat, SUSE, Gentoo, DSL, coLinux, uClinux
Posts: 1,302
Blog Entries: 1

Rep: Reputation: 107Reputation: 107
Quote:
Originally Posted by SuperDude123 View Post
Ok that doesn't seem to work with Ubuntu 9.10 Live CD.
Save yourself some time and get System Rescue CD.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I find my hard drive in Fdisk JonG Linux - Newbie 1 03-10-2007 08:30 PM
can't format my hard drive with fdisk davidabauer Linux - Hardware 4 05-21-2006 11:18 PM
did I kill my hard drive using FDISK? jodansmif Linux - Hardware 1 02-24-2004 06:27 PM
fdisk and cfdisk won't detect hard drive Akcel Slackware 9 07-12-2003 01:37 PM
How do I Fdisk my Linux Hard drive Bodyshop40 Linux - Newbie 1 05-19-2003 01:12 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:32 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration