Fedora This forum is for the discussion of the Fedora Project. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
08-23-2005, 04:58 PM
|
#1
|
Member
Registered: Jul 2005
Distribution: Fedora fc4, fc7, Mandrake 10.1, mandriva06, suse 9.1, Slackware 10.2, 11.0, 12.0,1,2 (Current)]
Posts: 732
Rep:
|
Reading files with Fedora FC4 from XP[ntfs]
I've got Fedora FC4 and XP.
Had Mandrake 10.1 before that, and everytime I needed something from the "xp harddrive" I just needed to go to /mnt/windows and it was just like C:.
What shall I do so I would be able to read / move files from the XP to Fedora?
Thanks anyways.
|
|
|
08-23-2005, 06:39 PM
|
#2
|
Member
Registered: Oct 2003
Posts: 568
Rep:
|
Well, you need to know which partition (/dev/hd??) contains the windows image.
If you aren't sure - do the following:
Code:
fdisk /dev/hda (or hdb, whichever physical drive it resides on)
command (m for help): p
(press q to quit)
This will print the list of partitions on that drive. Write down the /dev/hd?? that belongs to the Windows partition (it will be labeled)
Then, simply do this:
Code:
mkdir /mnt/windows
mount /dev/hd?? /mnt/windows
Replace the ?? with the info you got from fdisk.
If that errors out - i.e. "You must specify the filesystem type" - then try:
Code:
mount -t ntfs /dev/hd?? /mnt/windows
Good luck!
Last edited by PenguinPwrdBox; 08-23-2005 at 06:41 PM.
|
|
|
08-24-2005, 02:06 AM
|
#3
|
Member
Registered: Jul 2005
Distribution: Fedora fc4, fc7, Mandrake 10.1, mandriva06, suse 9.1, Slackware 10.2, 11.0, 12.0,1,2 (Current)]
Posts: 732
Original Poster
Rep:
|
is it possible to be /dev/sda2? :S I did the all mounting but it looks like to do nothing (made lost+found + all images, but didn't actually mount it).
|
|
|
08-24-2005, 02:45 AM
|
#4
|
Member
Registered: Jul 2005
Distribution: Fedora fc4, fc7, Mandrake 10.1, mandriva06, suse 9.1, Slackware 10.2, 11.0, 12.0,1,2 (Current)]
Posts: 732
Original Poster
Rep:
|
|
|
|
08-24-2005, 04:11 AM
|
#5
|
Senior Member
Registered: Aug 2005
Posts: 1,755
Rep:
|
Also make sure you have installed the NTFS kernel modules. They are not in the default Fedora Core repositories.
Last edited by spooon; 08-24-2005 at 04:12 AM.
|
|
|
All times are GMT -5. The time now is 01:55 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|