PDA

View Full Version : firewire network



level
02-21-2004, 02:16 AM
I'm trying to connect a WinXP box and a Linux box running knoppix 3.3 with firewire.

I've modprobe ohci1394 and modprobe raw1394, and gscanbus shows the Windows box.

I tried:
mkdir /mnt/myshare
mount -t smbfs -o username=foo,password=bar //WindowsBox/some_share /mnt/myshare ; but I get error 1214, SMB connection failed.

Any help would be appreciated.