LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Create login script to access shares on windows servers from ubuntu 8.10 (https://www.linuxquestions.org/questions/linux-newbie-8/create-login-script-to-access-shares-on-windows-servers-from-ubuntu-8-10-a-698626/)

steeleweb 01-20-2009 11:07 AM

Create login script to access shares on windows servers from ubuntu 8.10
 
I am looking for something to create scripts to b used on my ubuntu PC for login purpose to mount shares for individual users.

I have batch scripts wich on use for my 2000/XP PC, needing help with creating them for Ubuntu so when those users login they will have the correct shares mounted.

Didier Spaier 01-20-2009 11:44 AM

Just populate /etc/fstab with mount points for you shares.

There are a lot of examples on the web, for instance this one. Only bear in mind that smbfs is now superseded by cifs as the file system to use.

To know more, as usual see 'man mount', 'man fstab' and, if if you need info about the server side of the world, 'man samba'.

skids48 06-02-2009 11:46 AM

Quote:

Originally Posted by Didier Spaier (Post 3415184)
Just populate /etc/fstab with mount points for you shares.

There are a lot of examples on the web, for instance this one. Only bear in mind that smbfs is now superseded by cifs as the file system to use.

To know more, as usual see 'man mount', 'man fstab' and, if if you need info about the server side of the world, 'man samba'.

That's nice. Oh, unless you have a few hundred or thousand users in different locations with differnet mount points. Then poulating fstab is not feasible.


All times are GMT -5. The time now is 12:11 AM.