Hello, FreeBSD-TEAM!

Can you tell me, is there in FreeBSD a development project oriented to provide transparent access to windows SMB shares, but not smbfs?

I want to develope a module, which can transparently access windows SMB shares. See my explane:

Let:
WG1, WG2, WG3 - are workgroups;
SRV1, SRV2, SRV3 - are servers in esch of the workgroups

After starting and activated (in mount-method, sysctl etc.) module, some directory (let it be /mnt/lan)
become to provide a transparent access to windows SMB shares in this way:
% cd /mnt/lan
% ls
WG1 WG2 WG3
% cd WG2
% ls
SRV1 SRV2 SRV3
% cd SRV3
% ls
games mail music video
% cd games
% ls
CS-1.5 Q3 BroodWar


and so on...


In another words: windows-like path: \\SRV3\games\Q3 will be: /mnt/lan/<YOUR_WOURKGROUP>/SRV3/games/Q3

That is my idea.
Is there somebody, who developing something like this? I would like to join a project like my idea for accelerating it.
If not - I will develope it myself incore.


Please, answer me in any case. ThanX forward.

P.S. Sorry for my English. I am from Ukraine :)


To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Reply via email to