LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Installing Fedora Core 4 from XP (https://www.linuxquestions.org/questions/linux-newbie-8/installing-fedora-core-4-from-xp-348767/)

DR.V 08-01-2005 02:47 AM

Installing Fedora Core 4 from XP
 
Hi all , I have a installation problem here .

I used Windows XP in my other computer and decide to install Fedora Core 4 there.

My HD is 200GB so I have 7 disk partition . My problem and question is :

How do i keep all 7 partition to be used in fedora ?

All 7 partition are NTFS Format. But I already install Fedora into 1 partition which is the system partition ( which is C:\ ) .

I know that I have to re-format one partition for Fedora to install. That is okey because thats like C:\ in XP. But I dont want to lose my other disk partition which is all my data. ( ie : school work , music , etc )

I installed Fedora Core once but when I check the HD , there only 1 partition there , which is the system .

I checked and there was only 1 HD , floppy and cd rom.

Many thanks in advance.

d0tc0mguy 08-01-2005 03:49 AM

u can mount the other drive using mount command...
just give it a try..

d0tc0mguy 08-01-2005 03:52 AM

first u need some rpm for the ntfs thing...
http://linux-ntfs.sourceforge.net/index.html
install that rpm and then u can mount the drives...
sorry abt the previous reply...

DR.V 08-01-2005 04:01 AM

Thanks for the info I will try that later.

DR.V 08-01-2005 04:09 AM

Btw is there another way ? For example when I install FC4 , is there any option for this ??

Thanks

DR.V 08-01-2005 07:15 AM

Quote:

Originally posted by d0tc0mguy
u can mount the other drive using mount command...
just give it a try..

Hmm what is the command for this ??

Sorry , but Im really newbie at linux. So please make it easy .

Thanks

d0tc0mguy 08-01-2005 07:51 AM

mount -t <filesystemtype> <location of the partition> <monut point>
example
mount -t vfat /dev/hda5 /mnt/d_drive
this will mount my fat partition which is /dev/hda5 to a directory /mnt/d_drive
i can access the file by
cd /mnt/d_drive

DR.V 08-01-2005 07:45 PM

Cool ... Thanks a lot


All times are GMT -5. The time now is 10:59 PM.