LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 08-12-2003, 03:36 PM   #1
halobungie
LQ Newbie
 
Registered: Aug 2003
Posts: 21

Rep: Reputation: 15
Bowsing Hard Disks


I have windows and Mandrake installed (I'm new to linux.). I can't seem to browse all my hard drives, only the one linux is on. What it the address line (like c:/program files)
 
Old 08-12-2003, 08:40 PM   #2
joeface
LQ Newbie
 
Registered: Aug 2003
Location: NJ
Distribution: Fedora
Posts: 17

Rep: Reputation: 0
get a terminal up and type:

su - root

...and enter your root password.

then type:

df -h

that will tell you what filesystems are currently mounted.

to use a drive or a filesystem in linux (or unix) it has to be "mounted"...which means it needs to be recognized, placed into a part of the system's file and directory hierarchy, and prepared for use.

Mandrake usually puts windows filesystems in the /mnt directory, so if you run df -h you should see something like "win_c", or "windows" listed. If it shows up, it's mounted, and you can just

cd /mnt/windows (or /mnt/win_c, etc...)

If it doesn't show up in your df output, read on.

windows partitions are recognized by linux as "just another part of my filesystem". they aren't the top-level C:\ or D:\ drive like they are under windows. for that reason, you can put your windows partition pretty much wherever you want on your linux system. like i mentioned above, mandrake usually wants them in /mnt, so first, do this:

cd /mnt

ls -l

and you may see your "win_c" or "windows" directory listed. that means that Mandrake knows about it, but it's just not mounted yet. to mount it, type:

mount windows (or, win_c, etc...)

then try running "df -h" again to see if it's listed...

if it's listed, you can just cd into the directory and browse to your heart's content.

if the mount fails, then you'll have to add the drive device, filesystem type, and mount point to /etc/fstab. that's a topic for another time. try this first, and if it fails, reply and we'll look into it further. (i'm big on trying small things first and getting into the more complicated stuff later).

Cheers!

Joe

Last edited by joeface; 08-12-2003 at 08:46 PM.
 
  


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
changing hard disks aRm1983 Linux - Newbie 4 07-18-2005 01:11 PM
How many Hard disks ? BizHat.com Linux - Software 5 01-18-2005 07:38 PM
Multiplle hard disks APRESTOUS Linux - Newbie 15 09-30-2004 04:06 AM
2 Hard Disks and 2 OS? How to? nbn792 Linux - General 5 12-26-2003 07:20 PM
2 Hard disks hadi Linux - Newbie 4 10-29-2003 02:34 PM

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

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