Hi!
For sharing any folder for PC over ethernet (smb protocol)
You should
1. find path to this folder
(for Your case in terminal print
ls /Volumes
)
2. edit file /etc/smb.conf :
sudo vi /etc/smb.conf
type Your password
press i (insert mode)
change in part about shared
path = /Volumes/YourFireWireVolumeName
comment all other unused sharing parts (;)
press escape
type :wq! (exit + rewrite)
(any problems – man vi)
3. In system Preference -> Sharing Start (or Stop and Start if
already running) Windows Sharing and choose User for login from remote PC to Your Mac.
P.S. You can edit file even in texEdit. If You will have some problems – send me smb.conf (in fact it is in /Private dir – type ls -l /etc) and Your FireWire Volume Name