Hello Chaitanya,
The most important thing you need to know is which disk and partition
your C: drive lies on.
Most people will have an IDE hard drive, and the dos partition will
often be the first partition on the first disk (/dev/hda1). If your
setup is different, you need to adjust accordingly.
The command (as superuser) is:
mount -t vfat /dev/hda1 /c-drive
assuming that your drive is "long file name" VFAT formatted. I believe
you would use -t msdos for the old style FAT16 used in 'real' DOS. You
should adjust /c-drive to whatever you want to use as the mounting
point. You also need to have support for your DOS filesystem in your
kernel, either compiled in or as a module.
Let me know if you need any clarifications, and good luck,
---Preston
mail.utexas.edu wrote:
>
> How do I mount an already existing dos partion, "C:" ?
>
> Thanks in advance
> Chaitanya
>
> ---------------------------------------------------------------------------
> Send administrative requests to [EMAIL PROTECTED]
---------------------------------------------------------------------------
Send administrative requests to [EMAIL PROTECTED]