![]() |
2007-11-30
, 14:24
|
Posts: 323 |
Thanked: 118 times |
Joined on Nov 2007
@ Australia
|
#2
|
![]() |
2007-11-30
, 14:42
|
Posts: 2,152 |
Thanked: 1,490 times |
Joined on Jan 2006
@ Czech Republic
|
#3
|
The Following User Says Thank You to fanoush For This Useful Post: | ||
![]() |
2007-11-30
, 19:19
|
Posts: 323 |
Thanked: 118 times |
Joined on Nov 2007
@ Australia
|
#4
|
![]() |
2008-01-28
, 04:43
|
Posts: 452 |
Thanked: 522 times |
Joined on Nov 2007
|
#5
|
Ok, After reading up on CIFS for awhile I finally worked out how to get it to be usable by regular users (the standard mount by root doesn't allow users to access the mounted partition) and I've also written a bootup script to allow for any kernel modules that users want loaded to auto load at boot up (for me this is CIFS),.
This is all command line stuff, I'm sure there is a better way, but so far this is how I do it, feel free to improve and let me know what I should do different.
First I grabbed the CIFS kernel module for OS2008 that fanoush was kind enough to make available
This is the contents of my /etc/init.d/user-kmodules
in each of those init levels I did a symlink back to the /etc/init.d/user-kmodules with the command:
After you have logged in you should be able to run the following command to mount your samba share
I created mine in the MyDocs section (make sure your user has access rights to the folder if you create it as root eg.
#mkdir /home/user/MyDocs/samba
#chown user:users /home/user/MyDocs/samba)
but personally I find the command line much faster...
Well I hope this is helpful to someone or gives em an Idea how to do it better, let me know what I have done wrong or screwed up
as you might have noticed I'm not exactly that great at writing long winded posts on how to do something, sorry
Cheers
Rip