Is it possible to use a mounted USB harddrive for web storage? Say I have a website where I allow registered users to upload files into a database. I'd like to store this files in '/media/usbdisk' instead of my '/ibays/ibayname/files' directory to save space on the server. Can this be done? I've tried uploading directly to my media folder but I get an error when I do so. I've tried changing permissions to the folder with no luck.
Thanks