access to Windows

I have Red Hat 8.0....
How can I to mount the Windows-partition ?......

mount -t umsdos <device> <directory>

OR perhaps:

mount -t vfat <device> <directory>

thanks......but....i don't know this <device> name....:(....
in directory "/dev" is too much files......

Assuming you have EIDE drives, you can get a list of all the disk partitions by typing fdisk /dev/hda and then typing p (for print) at the prompt.

BE CAREFUL! Do not do anything foolish like format, destroy or alter the partition table. JUST PRINT (p) and QUIT (q). FDISK is a very powerful (and therefore dangerous!) utility.

You should find something like (as an example):

Device Boot    Start       End    Blocks   Id  System
/dev/hda1   *         1       508    512032+  83  Linux native
/dev/hda2           509       762    256032   82  Linux swap
/dev/hda3           763      5842   5120640   83  Linux native
/dev/hda4          5843     16867  11113200   b  Win95 Fat32

Feel free to cut-and-paste your results and we'll help you in the next step.

Thank you, Neo......it works !! :slight_smile: :slight_smile: