|
Hello,
If you want to use files saved on windows
filesystem you must mount the partition where files are saved. If you prefer you
can do that:
Look at you /mnt directory if you have a directory
windows ( or creat it). On my systeme i have /floppy, /cdrom, /windows
...
Then make a mount command : mount /dev/hdxx*
/mnt/windows ( then your partition is mount and you can use of it like another
directory). *hdxx is the windows partition
After this step you can go on your windows
directory and copy files on a linux partition if you doesn't want to repeat this
operation everytime . ( cd /mnt/windows; if you do a ls you can view the windows
partition).
Bye
|