Robbie Scherer wrote:

> i am writing a web page on my linux partition. i have some image files in my
> dos/win 98 part. what is the best way to transfer those files to my linux
> part?
>
> ______________________________________________________
> Get Your Private, Free Email at http://www.hotmail.com

Just mount your windows partition on linux...that is one of the beauties of
linux.
the easiest way is do an 'fdisk' and then type 'p' to print your partition
information.  Notice which one is your primary dos partition probably /dev/hda1

then type in 'mount /dev/hda1(or whatever your primary dos partition is)/
/mnt'
this will mount your windows "c" drive in the directory /mnt
then you'll be able to access it there.

any other problems..let me know.
-BB

Reply via email to