You are not logged in.

#1 2008-06-26 09:08:02

jedimastermaniac
Member
Registered: 2008-05-23
Posts: 14

Help using torrent client + local network fileserver[SOLVED]

as the title says i need some help in order to make it possible for either azureus or deluge to be able to see my local network's fileserver as unfortunately neither of the both can "see" the network (arch can see if ofc and i can browse the contents)
The fileserver is specifically FreeNAS with CIFS/SAMBA,
The hard disks are in UFS format (need em from time to time when i log into windows xp -rarely)
I was thinking of a way to mount the fileserver but i cant do it
Can someone give me an example of how to be able to mount it ? as as many tries i ve made to tamper with fstab in general didn't return any results (using ntfs-3g in order to mount windows partitions/linux partitions)

Thanks in advance

Last edited by jedimastermaniac (2008-06-28 15:58:47)

Offline

#2 2008-06-26 13:15:33

jedimastermaniac
Member
Registered: 2008-05-23
Posts: 14

Re: Help using torrent client + local network fileserver[SOLVED]

anyone who can help ? sad

Offline

#3 2008-06-26 13:24:09

lucke
Member
From: Poland
Registered: 2004-11-30
Posts: 4,018

Re: Help using torrent client + local network fileserver[SOLVED]

You have to put something like that in your fstab.

//server/share /mountpoint smbfs userid=foo,passwd=bar,rw 0 0

Offline

#4 2008-06-26 16:06:29

jedimastermaniac
Member
Registered: 2008-05-23
Posts: 14

Re: Help using torrent client + local network fileserver[SOLVED]

so something like this should work ?

//Server IP  or hostname/ share??  i can understand the rest but that's i would like to understand
would for example... this work

//200.150.0.0/fileserverpath to hard disks) /mountpoint blah blah work?

this is the point where i need help basically. the first part

Offline

#5 2008-06-26 17:52:32

lucke
Member
From: Poland
Registered: 2004-11-30
Posts: 4,018

Re: Help using torrent client + local network fileserver[SOLVED]

"server" is NAS's IP, "share" is a name of a share (set on NAS).

You can use "smbclient -L //server_ip" to list available shares and "smbmount" to mount it (before adding to fstab, to make sure you got everything right).

Offline

#6 2008-06-28 15:58:32

jedimastermaniac
Member
Registered: 2008-05-23
Posts: 14

Re: Help using torrent client + local network fileserver[SOLVED]

using the freenas localhost name worked easier in the other hand after doing some smb.conf edits too
dunno how exactly i made it work but it's solved anyway smile

Offline

Board footer

Powered by FluxBB