LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Help with partitions (https://www.linuxquestions.org/questions/linux-newbie-8/help-with-partitions-265599/)

palidors 12-12-2004 01:03 PM

Help with partitions
 
So I have just added Fedora core 3 to a partition on my system, currently it can dual boot with Windows XP (Im migrating...). I have a large amount of files on my C drive in windows (Music, pictures, etc. ) that I want to be able to access on both Windows and when I run Fedora. I have partition magic. Could someone walk me through what I need to do to set this up? I get the impression I need to create a partition and then mount it when I am in fedora, but I am unsure how to move the files from my C:/ to the new partition. I also thought I might split that partition, but Partition Magic isn't really liking that for some reason, I have 3 primary partitions, one extended and 2 logical partitions. Help please.

darkleaf 12-12-2004 01:27 PM

Do you want to keep the C: partition? Cause you can create a mount point in your /etc/fstab file. Then you can mount the C: partition in linux and access it. I don't know the right parameters though so somebody else has to help with that.

palidors 12-12-2004 01:39 PM

yes, I would like to keep the C: partition as it is, I basically want to leave it unchanged, except I want to take a specific folder that has lots of media in it, and make it a partition on its own, I guess, so that I can access it from Fedora. Or could I mount the entire C: partition? I was not sure if this worked or not, given that C: was Fat32

acid_kewpie 12-12-2004 02:15 PM

if it is fat32, then you can mount and write / read to it just fine.

mount /dev/hda1 /mnt/windows

(assuming /mnt/windows is a directory that already exists)


All times are GMT -5. The time now is 02:18 AM.