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