LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 09-01-2008, 07:27 AM   #1
Little Programmer
LQ Newbie
 
Registered: Sep 2008
Posts: 11

Rep: Reputation: 0
Unhappy i can`t open my hard drives in my laptop???


hello all,

when i installed fedora 9, and pressing my hard drives

nothing happend " no partion opend " and no any warnning appeared !!

what is the problem here ?

have i mount the partions ?

if i ,, what is the steps ??


please help!!
thanx
 
Old 09-01-2008, 07:53 AM   #2
ronlau9
Senior Member
 
Registered: Dec 2007
Location: In front of my LINUX OR MAC BOX
Distribution: Mandriva 2009 X86_64 suse 11.3 X86_64 Centos X86_64 Debian X86_64 Linux MInt 86_64 OS X
Posts: 2,369

Rep: Reputation: Disabled
I am not sure what you mean ?
Is fedora installed or not ?
And if it is installed what do you use KDE or GNOME ?
Anyhow on both Gui there icon for all you drives eg partitions .
you need root privilege to mount them.
 
Old 09-01-2008, 07:57 AM   #3
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Welcome to LQ!!

Did you first boot up using the live CD?

Are you saying that--during the install process--the installer could not find your "hard drives"? (Your laptop has more than one??!!)

First, reboot from live CD and see if you can see the hard drive(s). If it does not mount automatically, open a terminal and enter "/sbin/fdisk -l" Post the results here.
 
Old 09-01-2008, 08:05 AM   #4
Little Programmer
LQ Newbie
 
Registered: Sep 2008
Posts: 11

Original Poster
Rep: Reputation: 0
Unhappy

ThanQ All,

Fedora is already installed in my laptop

and i can`t open my hard drives

i clicked double on my drives , no matter has happened

neither warnning nor anything
 
Old 09-01-2008, 08:58 AM   #5
Little Programmer
LQ Newbie
 
Registered: Sep 2008
Posts: 11

Original Poster
Rep: Reputation: 0
Thumbs down

plz help me
i wont erase fedora from my laptop
i tried ubuntu and it was simple
when i tried fedora
some problem appeared
 
Old 09-01-2008, 09:09 AM   #6
ronlau9
Senior Member
 
Registered: Dec 2007
Location: In front of my LINUX OR MAC BOX
Distribution: Mandriva 2009 X86_64 suse 11.3 X86_64 Centos X86_64 Debian X86_64 Linux MInt 86_64 OS X
Posts: 2,369

Rep: Reputation: Disabled
Was the install a total success ?
Did it ask you for a root password during install ?
When you click on the icon it should ask root password.
 
Old 09-01-2008, 09:18 AM   #7
Little Programmer
LQ Newbie
 
Registered: Sep 2008
Posts: 11

Original Poster
Rep: Reputation: 0
yes it successfully installed
and i enterd password for root password during installtion

??
 
Old 09-01-2008, 10:15 AM   #8
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,504

Rep: Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490
Let's see if I understand your post. You successfully installed Fedora 9 and now when you boot up and click on the desktop icon to access your information, nothing happens?? Have you ever been able to access anything on Fedora 9?
 
Old 09-01-2008, 10:27 AM   #9
Little Programmer
LQ Newbie
 
Registered: Sep 2008
Posts: 11

Original Poster
Rep: Reputation: 0
every thing works well
but i cant open my hard drives - like " hda " || " sda " ,, whatever the name!!!

should i reinstall fedora if there is no solution?

Last edited by Little Programmer; 09-01-2008 at 10:29 AM.
 
Old 09-01-2008, 10:36 AM   #10
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,702

Rep: Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896Reputation: 5896
How many drives are connected to this computer? How are they formated?
Define what you mean by "double clicking on my drives?"
 
Old 09-01-2008, 11:02 AM   #11
Little Programmer
LQ Newbie
 
Registered: Sep 2008
Posts: 11

Original Poster
Rep: Reputation: 0
i have one drive for vista
and two personal drives

the three are " ntfs " formated

and one ext3 for linux
and one swap for swap-linux

" double click " :: i mean when i tried to open any drive .. it wasn`t opened

also when i clicked rigth and clicked open nothing happened

neither warnning nor any thing
 
Old 09-01-2008, 11:35 AM   #12
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
I assume we are talking about USB drives.

Where are the icons that you are clicking? (On some systems, they would appear in "medial".

Open a terminal, enter "su -" to become root, and try these:

mount ....#shows what drives are mounted, and to what mount points
you'll see something mounted to / and also maybe to /boot. If you see other drives mounted to something like /mnt or /media, those are probably your USB drives. Use "cd /mnt/<name>" and then ls to see the contents.

dmesg|grep XXX
In place of XXX, substitute sda, sdb, sdc, sdd....etc. This tells you what drives were recognized at boot-up
 
Old 09-01-2008, 10:08 PM   #13
Little Programmer
LQ Newbie
 
Registered: Sep 2008
Posts: 11

Original Poster
Rep: Reputation: 0
thanQ man

here is the output when i typed "mount" in the shell

Code:
[root@localhost ~]# mount
/dev/sda5 on / type ext3 (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw)
fusectl on /sys/fs/fuse/connections type fusectl (rw)
gvfs-fuse-daemon on /home/falcon/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=falcon)
[root@localhost ~]#
 
Old 09-01-2008, 10:22 PM   #14
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Originally Posted by Little Programmer View Post
thanQ man

here is the output when i typed "mount" in the shell
OK.....this tells us that no device is getting mounted except /dev/sda5 at / (the root of the filesystem)

So what about all my other questions and suggestions..???
 
Old 09-02-2008, 12:35 PM   #15
Little Programmer
LQ Newbie
 
Registered: Sep 2008
Posts: 11

Original Poster
Rep: Reputation: 0
i can`t understand what should i do ??

please clear to me what is the problem ,, and how to solve it ??
 
  


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
I know nothing about laptop hard drives 144419855310001 Linux - Hardware 18 06-02-2008 08:34 PM
2 hard drives, XP on my main sata drives, 10.2 on my IDE LILO doesnt show on boot up Dachy Slackware 14 01-03-2008 07:01 AM
mounting hard drives in open suse rocketprojectile SUSE / openSUSE 2 08-07-2007 08:10 PM
Can't open hard drives jima71 Linux - Newbie 7 02-06-2006 08:37 AM
Two internal hard drives for one laptop johnph Linux - Newbie 5 04-21-2004 02:06 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 06:59 AM.

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