TRN
08-05-2003, 06:00 AM
Do the following at a linux prompt.
Create a directory called /win
mkdir /win
Mount the windows partition in /win directory.
mount -t vfat /dev/hdx /win (change x to correct designation)
You can access your windows partition by typing.
cd /win
Create a directory called /win
mkdir /win
Mount the windows partition in /win directory.
mount -t vfat /dev/hdx /win (change x to correct designation)
You can access your windows partition by typing.
cd /win