LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   Using "DOS" files (https://www.linuxquestions.org/questions/fedora-35/using-dos-files-151641/)

NoBrains 02-28-2004 03:47 PM

Using "DOS" files
 
Hi everyone

In my PC I have a fisical HDD splited in 2 partitions (C,E) which are used for Windows XP and another fisical HDD which is splited in 2 partition as well but, this time for linux (/, swap)

I've been searching in the web about the best way to use the files on disc E. Mainly I would like to hear to the mp3 I have there...
Saw alot of options which as a noob made me wonder which would be the simpliest and best way to do this.

Could anyone give me some input plz?

My distribuiton is Fedora Core 1


Thanks and regards

Mara 02-28-2004 04:17 PM

Which filesystem is drive E?

Bobmeister 02-28-2004 07:17 PM

Yeah, this is important. I share a partition with both my Windows XP and Fedora as well. I formatted it fat32 and fedora will call it vfat. This is the easiest way to do this without getting into the NTFS issues which can be difficult.

After you get that set up, you will be able to mount that partition without problem with the vfat file system. If you like, create a sub-directory in your /mnt directory and put the stuff in your fstab file.....

I like to manuall mount file systems, but some people like them auto-mounted..you can set it up either way with your fstab file.

NoBrains 02-29-2004 01:40 AM

It's in FAT32 :)

Mara 03-01-2004 04:38 PM

So if your E: drive isn't already somewhere in /mnt, create new directory: /mnt/windows (or any other name you like):
mkdir /mnt/windows
(make sure other users can enter and read it!), then open /etc/fstab and add a line
/dev/hda5 /mnt/windows vfat defaults 0 0
I'm guessing that E: is /dev/hda5. It may be different partition. If you're not sure, run
fdisk -l
and check (drive C: will be /dev/hda1 probably).


All times are GMT -5. The time now is 01:43 PM.