Displaying 1 result from an estimated 1 matches for "usr_name".
Did you mean:
user_name
2003 Jan 05
4
mounting smbfs...
Hi.
I've been at it for a solid week now....trying to figure out how to mount a
smbfs-resource at boot. See i need to do the following;
mount -t smbfs //<machine_name>/<share> /home/<usr_name>/music
...only thing is, I have to run the cmd as a regular user. The easiest thing
would offcourse be to have i run at when booting, but i don't know how to do
that. Any help to get from you guys? Another possibility would be to make the
mount-cmd usable by regular users so that they co...