36
edits
No edit summary |
No edit summary |
||
Line 87: | Line 87: | ||
The default storage location for your redbrick files is the large storage array on minerva. This would be great for keeping your porn (if we allowed that) but it's not as fast as the smaller storage array on deathray. Normally the speed difference isn't noticeable, but when you have thousands of emails, it starts to cause problems. To move your mail to faster storage you'll need to email the admins, and ask for space there. | The default storage location for your redbrick files is the large storage array on minerva. This would be great for keeping your porn (if we allowed that) but it's not as fast as the smaller storage array on deathray. Normally the speed difference isn't noticeable, but when you have thousands of emails, it starts to cause problems. To move your mail to faster storage you'll need to email the admins, and ask for space there. | ||
Once you've got fast storage set up you'll need to run the following commands to symlink to your Maildir: | |||
This moves your Maildir into your fast-storage account | |||
mv Maildir /fast-storage/users/<first letter of your username>/<username> | |||
This creates a symlink to it | |||
ln -s /fast-storage/users/<first letter of your username/<username>/Maildir ./Maildir | |||
To check it's worked properly run: | |||
ls -al Maildir | |||
And you should get something like: | |||
lrwxrwxrwx 1 haus committe 34 2009-04-22 15:56 Maildir -> /fast-storage/users/h/haus/Maildir | |||
Only with your account name ;) | |||
And that's it. Done \o/ | |||
[[Category:Helpdesk]] | [[Category:Helpdesk]] |