> -----Original Message-----
> From: Jose M. Sanchez [mailto:[EMAIL PROTECTED]]
> Sent: 15 June 2000 11:56
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: RE: [newbie] 7.1 one problem, two questions.
>
>
> See below...
>
>
>
>
>
> |-----Original Message-----
> |From: Oliver Stieber [mailto:[EMAIL PROTECTED]]
> |Sent: Thursday, June 15, 2000 6:13 AM
> |To: '[EMAIL PROTECTED]'
> |Subject: [newbie] 7.1 one problem, two questions.
> |
> |
> |first here's the problem..
> |
> |squid keeps saying that
> | FATAL: Unknown cache_dir type 'var/spool/squid'
> |and then has
> | Page faults with physical i/o: 197
> |
> |i don't even have a clue where to start with this one.
> |
>
> Like with anything else, it really pays to read the docs first.
>
> Squid needs to be initialized before you use it. This sets up
> it's directory
> structure...
>
> /usr/sbin/squid -z
>
> will do the trick.
i think i've done that already, yep it still causes the same problem.
> |
> |question 1.
> | where can i find some documentation on hot to mount a
> windows share
> |on linux.
> | do i just put a the correct info in fstab \\\\dozy\\share
> |/mnt/dozyshare smbfs etc.....
> |
>
> Nope you have to set up Samba first. You can do this from
> within Linuxconf
> (start with an empty /etc/smb.conf if you choose to do it
> this way!) or by
> directly editing /etc/smb.conf.
>
> There is quite a lot of documentation available...
i already have samba configured, and a load of linux shares available to the
rest of the network,
i've gone through most of the documentation ican find on samba, and havn't
found anything that tells me how to mount windows shares, the man pages
mention this but i cant get teh example or anything like it to do anymore
that cause a shell error.
> |question 2:
> | is there a network browser/automounter that works correctly with
> |samba 2.0.6 and other nfs's???
> |
>
> Supermount (part of the distro) will handle this, but you
> first need to
> correctly configure NFS at both ends, and/or Samba itself.
>
> -JMS
> [EMAIL PROTECTED]
ok it's more of an autobrowser i'm after, so that i don't have to setup all
the mount points i'm interested in. i want to be able to interagate the
network for all available mount points on all machines nad mount them on the
fly.
a bit like doing a smbcli -L machiname and then mounting a file from the
list without the extra reading/typing.
>
> |
> |thanks in advance
> |