Hello
Apologies if too basic here
To see the Win2k disc, you'll need to make a mount point for it eg
mkdir /mnt/windisc
chmod /mnt/windisc 0777 (R/W I think, but can't seem to get mine to work)
Now to mount it up
mount -t vfat (or ntfs) hdax (x=partition no) /mnt/windisc
To access via samba, you need to create a Samba share of /mnt/windisc via SWAt or whatever you're using. A basic SMB.conf section will look like this...
[Windisc]
path = /mnt/windisc
writeable = yes
Browseable = yes
You need to save this in your SMB.conf and restart SAMBA, in a terminal just type samba stop then samba start.
I think there may be slightly more to it with regard to getting full R/W support (and I seem to recall NTFS support being read only at present), I can't seem to change the permissions on my 2nd drive for some reason, but this should get you going.
Jim
|