LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 07-31-2004, 01:27 AM   #1
blackdragon
LQ Newbie
 
Registered: Jul 2004
Posts: 26

Rep: Reputation: 15
trying out redhat..... cant see my hard drive???


ok.... its secondary master, fat32. im not clear on how to tell if its mounted or not. and there is no "disks" folder. so any suggestions?
 
Old 07-31-2004, 01:30 AM   #2
jax8
Member
 
Registered: Feb 2004
Location: Australia
Distribution: Ubuntu, Fedora 10
Posts: 632

Rep: Reputation: 31
Have you got linux installed already?

We need some more information please.
 
Old 07-31-2004, 01:34 AM   #3
blackdragon
LQ Newbie
 
Registered: Jul 2004
Posts: 26

Original Poster
Rep: Reputation: 15
yes. linux is installed. working fine. its redhat 9.0 its on a 15 gig hd. the hd i cant see is a 120gig.

umm.... did i forget anything? if so let me know and i will let you know. thanx for the help

ima

Last edited by blackdragon; 07-31-2004 at 01:43 AM.
 
Old 07-31-2004, 01:47 AM   #4
jax8
Member
 
Registered: Feb 2004
Location: Australia
Distribution: Ubuntu, Fedora 10
Posts: 632

Rep: Reputation: 31
you will have to mount the second hard drive.

make a directory in /mnt called windows

run this command in terminal

mount -t auto /dev/hdb0 /mnt/windows


Then the windows partition should be mounted under /mnt/windows. So go there and all the windows files should be there.
 
Old 07-31-2004, 01:51 AM   #5
blackdragon
LQ Newbie
 
Registered: Jul 2004
Posts: 26

Original Poster
Rep: Reputation: 15
[root@localhost root]# mount -t auto /dev/hdb0 /mnt/windows
mount: special device /dev/hdb0 does not exist

another suggestion?
 
Old 07-31-2004, 01:52 AM   #6
jax8
Member
 
Registered: Feb 2004
Location: Australia
Distribution: Ubuntu, Fedora 10
Posts: 632

Rep: Reputation: 31
mount -t auto /dev/hdb1 /mnt/windows

try that
 
Old 07-31-2004, 01:55 AM   #7
blackdragon
LQ Newbie
 
Registered: Jul 2004
Posts: 26

Original Poster
Rep: Reputation: 15
ok, that mounted something there, but not my hard drive... i think its the linux drive...?
 
Old 07-31-2004, 01:57 AM   #8
blackdragon
LQ Newbie
 
Registered: Jul 2004
Posts: 26

Original Poster
Rep: Reputation: 15
ok, how do i "unmount" what i mounted?
 
Old 07-31-2004, 01:59 AM   #9
jax8
Member
 
Registered: Feb 2004
Location: Australia
Distribution: Ubuntu, Fedora 10
Posts: 632

Rep: Reputation: 31
the hard drives work like this.

hda1 hda2 hda3 etc

the "a" means that this is the primary master hard disk, the number is the partition. so becuase You have two hard disks, I assumed that "hdb1" would be the first partition on the second hard drive.


unmount what you have just done with the following command

umount /mnt/windows

Try with another hard disk
 
Old 07-31-2004, 02:03 AM   #10
blackdragon
LQ Newbie
 
Registered: Jul 2004
Posts: 26

Original Poster
Rep: Reputation: 15
no
its not working. i tried hda1-4 hdb1-4 and the unmount says

[root@localhost root]# umount /mnt/windows
umount: /mnt/windows: device is busy
umount: /mnt/windows: device is busy

maybe i need to give it time.... or restart?
 
Old 07-31-2004, 02:06 AM   #11
blackdragon
LQ Newbie
 
Registered: Jul 2004
Posts: 26

Original Poster
Rep: Reputation: 15
found it.... hdc1 what about the unmount now?
 
Old 07-31-2004, 02:06 AM   #12
jax8
Member
 
Registered: Feb 2004
Location: Australia
Distribution: Ubuntu, Fedora 10
Posts: 632

Rep: Reputation: 31
just found this command

/sbin/fdisk -l

This will list all the partitions on your system.

The parition in buysy because your are currently browsing in it.

Get out of the directory you are in by going down a directory

cd ..


now you can unmount.



take a look at the partition in /sbin/fdisk -l and find the FAT32 one, that should be the device you have to give to the mount command.
 
Old 07-31-2004, 02:09 AM   #13
blackdragon
LQ Newbie
 
Registered: Jul 2004
Posts: 26

Original Poster
Rep: Reputation: 15
still it is busy
something i can do to shut down all processes to it?
 
Old 07-31-2004, 02:10 AM   #14
blackdragon
LQ Newbie
 
Registered: Jul 2004
Posts: 26

Original Poster
Rep: Reputation: 15
sweet
thanx
got it
 
Old 07-31-2004, 02:11 AM   #15
jax8
Member
 
Registered: Feb 2004
Location: Australia
Distribution: Ubuntu, Fedora 10
Posts: 632

Rep: Reputation: 31
type

cd /

then unmount and see what happens.

if that does not work we will have to do a lazy unmount with the following command.

umount -l /mnt/windows
 
  


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
Installing RedHat 8 or 9 from a hard drive. wayner991 Linux - Newbie 2 06-02-2004 05:54 PM
how to install redhat 9.0 from hard drive alam Red Hat 1 05-08-2004 11:03 PM
Upgrading from Redhat 8.0 to 9.0 from hard drive koiphish Linux - General 5 07-05-2003 01:47 AM
Hard drive Redhat 8.0 Gene Barrie Linux - Distributions 2 01-10-2003 10:09 AM
Why does Redhat 8.0 access hard drive second by second? Cyclops Linux - Distributions 5 11-20-2002 07:34 PM

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

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