previous - next - up - title - contents - index

7.2 The structure of server.cfg

This is a sample server.cfg file:

drive { W }
views {
list { find_easy views_pc views_rr }
roots {
find_easy {
views {
list { a_m n_z some }
roots {
some {
format { rr }
deny { micros*}
discs { *}
}
n_z {
discs { [n-z]* }
}
a_m {
discs { [a-m]* }
}
}
}
discs { *}
}
views_pc {
discs { *}
}
views_rr {
drive { Y }
format { rr }
label { UNIX }
}
}
}
devices {
list { testing HardDisk Device1 }
testing { startup { automatic } }
HardDisk { startup { automatic } }
Device1 { startup { manual } }
}
parameters {
dcheck { 300 }
loglev { 1 }
}
fsbuffer {
file { fsbuffer }
size { 40 }
inodes { 10000 }
}
dircache {
file { dircache }
size { 40 }
}
regcache {
file { regcache }
size { 40 }
}
comment {
This is just a short comment
}



previous - next - up - title - contents - index