Thanks.
You do not need samba. Samba (the package) is a server, not a client. The client code is in the kernel.aqu wrote:scenario 1.
if \\computer is somewhere in LAN, then all you need to do is emerge samba and mount shared resource wherever you want(eventually add it into /etc/fstab and mount it every boot
You do, however, need mount.cifs(8), which is part of the net-fs/samba package.Monkeh wrote:You do not need samba. Samba (the package) is a server, not a client. The client code is in the kernel.aqu wrote:scenario 1.
if \\computer is somewhere in LAN, then all you need to do is emerge samba and mount shared resource wherever you want :) (eventually add it into /etc/fstab and mount it every boot
Good point, I forgot about that.. there really needs to be a minimal package for such things so you don't end up building the entire server suite.tarpman wrote:You do, however, need mount.cifs(8), which is part of the net-fs/samba package.Monkeh wrote:You do not need samba. Samba (the package) is a server, not a client. The client code is in the kernel.aqu wrote:scenario 1.
if \\computer is somewhere in LAN, then all you need to do is emerge samba and mount shared resource wherever you want(eventually add it into /etc/fstab and mount it every boot