LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
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-26-2008, 05:44 PM   #1
LordMaddog
LQ Newbie
 
Registered: Dec 2008
Posts: 6

Rep: Reputation: 0
fedora 10 is not loading my second hard drive


my second hard drive is not seen in computer window
but when I type /sbin/fdisk -l
I get
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x0001247c

Device Boot Start End Blocks Id System
/dev/sda1 * 1 25 200781 83 Linux
/dev/sda2 26 60801 488183220 8e Linux LVM

Disk /dev/sdb: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00077d0c

Device Boot Start End Blocks Id System


so it sees I have 2 hard drives but I dont know how to make it so I can use it

any help would be great
 
Old 12-26-2008, 05:51 PM   #2
harry edwards
Member
 
Registered: Nov 2007
Location: Lincolnshire, UK
Distribution: CentOS, Fedora, and Suse
Posts: 365

Rep: Reputation: 48
You need to partition the second hard-drive. If you do "/sbin/fdisk /dev/sdb" and the type p to print the table; it will show no partitions.
 
Old 12-26-2008, 05:52 PM   #3
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
Does the second drive have an partitions or filesystem on it? Looks to me like it's blank disk.
 
Old 12-26-2008, 05:55 PM   #4
LordMaddog
LQ Newbie
 
Registered: Dec 2008
Posts: 6

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by billymayday View Post
Does the second drive have an partitions or filesystem on it? Looks to me like it's blank disk.
yes its blank just got it from the factory
 
Old 12-26-2008, 05:58 PM   #5
LordMaddog
LQ Newbie
 
Registered: Dec 2008
Posts: 6

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by harry edwards View Post
You need to partition the second hard-drive. If you do "/sbin/fdisk /dev/sdb" and the type p to print the table; it will show no partitions.
ok I did that got this

Usage: fdisk [-b SSZ] [-u] DISK Change partition table
fdisk -l [-b SSZ] [-u] DISK List partition table(s)
fdisk -s PARTITION Give partition size(s) in blocks
fdisk -v Give fdisk version
Here DISK is something like /dev/hdb or /dev/sda
and PARTITION is something like /dev/hda7
-u: give Start and End in sector (instead of cylinder) units
-b 2048: (for certain MO disks) use 2048-byte sectors


now what? ya I am a complete newb
 
Old 12-26-2008, 06:08 PM   #6
harry edwards
Member
 
Registered: Nov 2007
Location: Lincolnshire, UK
Distribution: CentOS, Fedora, and Suse
Posts: 365

Rep: Reputation: 48
This guide should help http://linux.about.com/gi/dynamic/of....net/partition
 
Old 12-26-2008, 06:14 PM   #7
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
Or if you are like me, download a package called gparted and do it graphically.
 
Old 12-26-2008, 06:23 PM   #8
LordMaddog
LQ Newbie
 
Registered: Dec 2008
Posts: 6

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by harry edwards View Post
I am willing to learn but I wana take it in steps and this tut is way over any thing I understand

its like handing a new born trigonometry I looking at it and going gogaga

I need to partition the hard drive I see that but how do I do it with minimal brain fluid loss its the exact same size as my first hard drive if that helps
 
Old 12-26-2008, 06:32 PM   #9
LordMaddog
LQ Newbie
 
Registered: Dec 2008
Posts: 6

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by billymayday View Post
Or if you are like me, download a package called gparted and do it graphically.
so ya i dl the package now how do I use a package? lol
 
Old 12-26-2008, 06:35 PM   #10
harry edwards
Member
 
Registered: Nov 2007
Location: Lincolnshire, UK
Distribution: CentOS, Fedora, and Suse
Posts: 365

Rep: Reputation: 48
gParted comes with Fedora; no need to download seperately. I agree with BillyMayDay install gparted: You can do this by typing:

yum install gparted -y

Then from the Menu select Applications->System Tools->gParted Partition editor. With gParted you'll be able to create a new partition on the disk in a graphical window (more user friendly).

Last edited by harry edwards; 12-26-2008 at 06:37 PM.
 
Old 12-26-2008, 06:40 PM   #11
LordMaddog
LQ Newbie
 
Registered: Dec 2008
Posts: 6

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by harry edwards View Post
gParted comes with Fedora; no need to download seperately. I agree with BillyMayDay install gparted: You can do this by typing:

yum install gparted -y

Then from the Menu select Applications->System Tools->gParted Partition editor. With gParted you'll be able to create a new partition on the disk in a graphical window (more user friendly).
its not there

on a side note whats a superuser when i tryed to install my graphic drive it tould me I need to be one
 
Old 12-26-2008, 06:44 PM   #12
harry edwards
Member
 
Registered: Nov 2007
Location: Lincolnshire, UK
Distribution: CentOS, Fedora, and Suse
Posts: 365

Rep: Reputation: 48
A super user is one that Administers the system. All configuration needs to be done as the super user: called root. Before you can install or partition your drive you need to logon as root; you can do this by typing:

su - root

You'll need the password you set on install.

Once logged in as root try:

yun install gparted -y
 
Old 12-26-2008, 06:46 PM   #13
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
The superuser is root - the first account you set up during the installation process.

Try opening a terminal session, then type "su -" Enter root's password, then type "gparted"
 
Old 12-26-2008, 09:11 PM   #14
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
Quote:
on a side note whats a superuser when i tryed to install my graphic drive it tould me I need to be one
are you trying to install the blob nvidia driver from nvidia
IF SO save your self a LOT of trouble and install the kmod-nvidia or akmod-nvidia
the same goes for the ATI driver kmod-fglx

the blob driver overwrites some system files that may need to be replaced

also super user is this
Code:
su -
( then your root password when asked)
 
  


Reply



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
GRUB: Loading WinXP on a different hard drive ZxPwn Linux - General 3 06-12-2008 01:04 PM
hard drive loading problem paind Arch 6 07-19-2007 01:21 AM
loading linux directly on to hard drive gibney Linux - Newbie 2 05-14-2007 03:28 AM
Copy Fedora 5 Hard Drive to another Hard Drive Using Knoppix 5.1.1 lud477 Linux - Software 2 03-17-2007 05:06 PM
hard drive grub loading error message drum Linux - Hardware 2 02-01-2005 02:02 AM

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

All times are GMT -5. The time now is 06:57 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