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.
|
|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...

|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]

|
|thanks in advance
|

Reply via email to