LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 05-09-2003, 02:21 PM   #1
digsby0007
Member
 
Registered: Jan 2003
Posts: 94

Rep: Reputation: 15
Mounting a Windows Drive


I am running RH 8 on a partition. I had xp on the other partition, but I deleted the os. So how do I in red hat mount that xp drive? Im trying to transfer over all of my media files, the I can format it. But I cant see where it is. I have RH on a 15 gig partition, and a partition of 10 gigs (where the xp media is)


Thanks,
Digsby
 
Old 05-09-2003, 02:24 PM   #2
david_ross
Moderator
 
Registered: Mar 2003
Location: Scotland
Distribution: Slackware, RedHat, Debian
Posts: 12,047

Rep: Reputation: 79
Create a mount point:
mkdir /mnt/xp

Then mount it:
mount -t ntfs /dev/hda1 /mnt/xp

Where "a" is your drive and "1" is your partition.

Last edited by david_ross; 05-09-2003 at 02:25 PM.
 
Old 05-09-2003, 02:46 PM   #3
Crashed_Again
Senior Member
 
Registered: Dec 2002
Location: Atlantic City, NJ
Distribution: Ubuntu & Arch
Posts: 3,503

Rep: Reputation: 57
I think you also have to add ntfs support to your kernel. You can find everything you need here.
 
Old 05-09-2003, 02:54 PM   #4
anil
LQ Newbie
 
Registered: Feb 2002
Posts: 27

Rep: Reputation: 15
first of all you need to know what partition was used by xp for that
use (run as root)

fdisk /dev/hda

then use 'p' to print all the partitions
note down all the partitions which are not used by linux
example

/dev/hda1
/dev/hda2

exit fdisk by using `q` option

you need to format your hard disk to ext3 format, as this format most used by linux. type the following command

mke2fs -j /dev/hda1

this would create your ext3 partion. now you need to mount it. create a directory and mount it on it.

ex: mkdir /data

mount /dev/hda1 /data

if you want this change to be permanent , at it in your /etc/fstab file

Anil
 
Old 05-09-2003, 04:18 PM   #5
Crashed_Again
Senior Member
 
Registered: Dec 2002
Location: Atlantic City, NJ
Distribution: Ubuntu & Arch
Posts: 3,503

Rep: Reputation: 57
Okay after reading anvil's post and then re-reading your post I think I had the wrong idea of what was going on. So you removed XP from the other partition and now you just have an empty partition that you want to turn into a Linux parition right? If so then anvil's got what you need.
 
  


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
mounting a windows drive evannextel Linux - Newbie 3 06-21-2004 04:21 PM
Mounting a windows drive jon_k Linux - Hardware 14 07-18-2003 08:58 PM
mounting windows drive chrismiceli Linux - Networking 2 06-28-2003 01:11 AM
mounting windows drive ditto Linux - Newbie 2 05-24-2003 09:10 AM
Mounting windows drive celtic32 Linux - General 10 09-09-2002 11:32 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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