"Rogers, John" wrote:
> 
> hi,
> I just wanna put my 2 cents in.
> cent 1,
> you could put a "smbmount" command in one of your systems
> start up scripts instead.
> 
I want to mount the share dynamically.

> cent 2
> at boot time are u sure smbd and nmbd will be running ?
> 
They do not need to. smbmount (called by mount) works with the smbfs
driver in the kernel.

> cent 3
> you could change the share name (as opposed to the folder)
> on the windows machine.
> 
Nah, too simple :-)
<snip>
(that were 3 cents. But maybe EURO ones :-)

Actually, it is indeed in the docs (shame on me), which was revealed in
a private theadlet. The following fstab line will do the job (although
not yet tested):

Q> //Marc/My\040Documents /mnt/Marc smbfs <options> 0 0

Marc

PS: You never stop learning Linux -- even not after four years. Today I
came up with this _very_ Unix-style command to watch the progress of my
seti@home clients downloading new work units:

Q> while true; do
Q>     echo -n $'\r'$(du -s setiathome/setiathome-*/w* | cut -d$'\t' -f1
Q>         | xargs echo | sed -e 's/ /+/g'| bc)
Q>     sleep 1
Q> done

when I realized that it would have been far easier to use 'du -c'  :-)

-- 
Marc Mutz <[EMAIL PROTECTED]>        http://marc.mutz.com/Encryption-HOWTO/
University of Bielefeld, Dep. of Mathematics / Dep. of Physics

PGP-keyID's:   0xd46ce9ab (RSA), 0x7ae55b9e (DSS/DH)


-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to