You need to mount the relevant partition from your Windows slave drive into a mount point in your Linux drive
If your slave drive is on the primary slave channel then Linux will know it as
/dev/hdb
If its on Secondary master then Linux will see it as
/dev/hdc
So - within SUSE
open a console - su to root user - then
mkdir /mnt/windows
then
kedit /etc/fstab
Put this on a new line at the bottom of your fstab file
/dev/hdb1 /mnt/windows vfat defaults,umask=000 0 0
Make sure you substitute in your partition and mount point in place of my example ones
Last edited by Skyline; 08-18-2003 at 08:10 PM.
|