Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Tue Jun 01, 2010 12:15 pm 
Offline
Newbie

Joined: Tue Jun 01, 2010 11:04 am
Posts: 3
I love my Linode. I created a new CentOS profile with these disk images based upon what I found suggested in forums:

/ = 4GB
/tmp = 512MB
/opt = 50GB
/var = 1GB

After bootup, I modified fstab to look like below and remounted everything. It is all working just fine, but I would love for a second opinion that I have everything set correctly.

My Linode will be running a single LAMP website - all data (html/mysql) will be saved in /opt.

Code:
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
/dev/xvda       /               ext3    noatime,errors=remount-ro 1       1
/dev/xvdb       none            swap    sw              0       0
/dev/xvdc       /tmp            ext3    noexec,nosuid   1       2
/dev/xvdd       /var            ext3    defaults        1       3
/dev/xvde       /opt            ext3    defaults        1       4


TIA,
Roger


Top
   
 Post subject:
PostPosted: Tue Jun 01, 2010 2:10 pm 
Offline
Junior Member
User avatar

Joined: Wed Aug 13, 2003 12:13 am
Posts: 29
Website: http://parazoid.net
AOL: maristgeek
Location: NY
The sixth column (pass), should only have 0, 1 or 2. So 0 for /proc and swap, 1 for / and 2 for /tmp are OK, but you need to put a 2 for in that field for /var and /opt.


Top
   
 Post subject:
PostPosted: Wed Jun 02, 2010 10:25 am 
Offline
Newbie

Joined: Tue Jun 01, 2010 11:04 am
Posts: 3
Thanks, fixed!


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group