Koozali.org: home of the SME Server
Obsolete Releases => SME Server 7.x => Topic started by: Lockk on June 04, 2007, 03:04:54 PM
-
Heya guys,
I'm working on a SME server for school. And Now I need to know how to make my share's a network drive so when I log into an account I get them automaticly.
Thanks
-
That refers to drive mapping.
Mapping while/after logging in is possible but from your message I understand it should be automatic.
When using windows XP it needs to be Pro. Home doesn't support this without patching (the illegal way)
The rest shouldn't be so hard .... command to use is "net use"
Harro
-
To make a 'shared' data folder on SME -
- Create a 'group'
- Create an i-bay for your share. Pick your 'group' and set 'write=group, read=group' permissions
- add all of the users who should have access to the share to 'group'
There is a contrib (search here) to manage the 'netlogon' script on SME - this will work if your workstations are all XP Pro (I presume. I've never used it...)
On networks with XP Home workstations, I make a folder on the network share called 'netlogon' (or create a new share called 'netlogon' with 'write=admin, read=everyone' permissions), then put a batch file in that share called 'logon.bat' saying 'net use x: \\<servername>\<ibayname>', and put a shortcut to that batch file in the 'startup' folder for 'all users' on each workstation -- works about 90% of the time...
-
T
On networks with XP Home workstations, I make a folder on the network share called 'netlogon' (or create a new share called 'netlogon' with 'write=admin, read=everyone' permissions), then put a batch file in that share called 'logon.bat' saying 'net use x: \\<servername>\<ibayname>', and put a shortcut to that batch file in the 'startup' folder for 'all users' on each workstation -- works about 90% of the time...
oh hehe, thats sneaky :P don't know if my Teachers apporve that :P
-
To make a 'shared' data folder on SME -
- Create a 'group'
- Create an i-bay for your share. Pick your 'group' and set 'write=group, read=group' permissions
- add all of the users who should have access to the share to 'group'
I know they have acces,but when they open "My computer" I want them to have the mappings.
-
Hello Lockk,
why don't you move your windows "My Documents" folder and point it to a user share or ibay on the server.
I have set-up my user profiles "roaming" on my home-server this way.
The share can be automatic started with drive mapping in windows.
-
Unless I have misunderstood the question, can't you just map the network drive through My Computer? I have done this with XP Pro and Home editions. Sorry if I am mistaken with the meaning of mapping a network drive.
Regards,
Del
-
Whenever I rely solely on 'map a network drive' in Explorer I end up w/ frustrated users when the system throws away their drive mapping after 4 months when the user boots up w/ the network unplugged and answers 'don't try again' to the 'reconnect this drive?' message...
So yes, mapping the drive in explorer sort of works. I don't think that XP home gives you the option to 'reconnect drive at login', either...
-
I need to know how to make my share's a network drive so when I log into an account I get them automaticly.
http://wiki.contribs.org/SME_Server:Documentation:Administration_Manual:Chapter7#Setting_up_network_drives
-
Hi mmccarn,
Whenever I rely solely on 'map a network drive' in Explorer I end up w/ frustrated users when the system throws away their drive mapping after 4 months when the user boots up w/ the network unplugged and answers 'don't try again' to the 'reconnect this drive?' message...
So yes, mapping the drive in explorer sort of works. I don't think that XP home gives you the option to 'reconnect drive at login', either...
I must be lucky :D I have at least 5 XP home machines that have been using the explorer method for over 3 years and they still see the mapped drive each time they are rebooted :DI don't think that XP home gives you the option to 'reconnect drive at login', either...
This is available in both pro and home. user boots up w/ the network unplugged and answers 'don't try again' to the 'reconnect this drive?'
I think you will find that this message is from previous versions of windows, XP displays a baloon in the taskbar saying that it couldn't connect all drives. Sorry but I just can't see the point in running batch commands just to map a network drive when windows makes it so easy :wink:
Regards,
Del
-
http://mirror.contribs.org/smeserver/contribs/jbennett/sme7/loginscript/RPM/
Fantastic addon for netlogin. Managed inside server-manager. I always use this - in fact it is probably the first addon rpm I install!!
Works automagically for all pc's added to sme domain* and creates the netlogon.bat in each users home directory - which using the rpm are mapped to the H: or Z: drive.
* so need to be xp pro.
Enjoy, and thanks to jon!
-
Great great! Thanks guys, for all the help. For now I just made windows-network mappings. And Tried them mutiple times and works fine. I'll use that in my exam today (about sme) after that I'll try that command based one. (With the wiki link) and try to set it up as it should.
PS. I'm really new to the whole linux and linux server. :)
Oh and I had to do 5 things with the SME. Wich for you guys is the basics. But someone who never worked with it. But I got it all working, mappings(;)) NAT, users and groups,DHCP,DNS (easy with sME) print services. :)
edit: I have my exam at 11.15 (GTM+2) so.. keep your fingers crossed ';)
-
So if I understand you correctly, you are learning about SME Server for a class? What kind of class is it, if you don't mind me asking.
Ryan