SQUID config.

Discussion in 'Installation/Configuration' started by maroonworks, Oct 18, 2006.

  1. maroonworks

    maroonworks New Member

    Dear Guys,

    I need to setup a professional SQUID on a debian system.

    I need to set the cache on different hdd but I dunno how to mount the another drive and tell the squid to cache on it. please any help would be appreciated

    Regards,
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Did you have a look at the mount command?
    Code:
    man mount
    Normally you mount a partition like this:
    Code:
    mount -t ext3 /dev/hda1 /mnt
    ext3 has to be replaced with the file system you use, /dev/hda1 has to be replaced with the actual partition, and /mnt is the directory where you want the partition to be mounted.
     
  3. maroonworks

    maroonworks New Member

    Falko,

    I will try this command, and get back to u with results...

    your help is highly appreciated, I wanna thank you for all the support you are offering us

    Regards,
     

Share This Page