⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 achilles.doc.ic.ac.uk

📁 早期freebsd实现
💻 UK
字号:
// mkfsinfohost achilles.doc.ic.ac.uk/*arch sun4os sos4cluster theorydumphost achilles.doc.ic.ac.uk*/// SWAP Partitionsfs /dev/xd0b {	fstype = swap}fs /dev/xd1b {	fstype = swap}// ROOTfs /dev/xd0a {	fstype = 4.2	opts = rw,noquota,grpid	passno = 1;	freq = 1;	mount / { }}// ROOT Backupfs /dev/xd1a {	fstype = ignore	opts = rw,noquota,grpid	passno = 1;	freq = 1;	mount /backup { }}fs /dev/xd1d {	fstype = 4.2	opts = rw,noquota,grpid	passno = 1;	freq = 1;	mount /export {		root {			truth { exportfs "-root=truth,access=truth" }		}		swap {			truth { exportfs "-root=truth,access=truth" }		}		exec {			sun4 { exportfs "-access=toytown_clients:hangers_on:gummo:harpo:opus,rw=dylan:truth:florence:toytown" }		}	}}fs /dev/xd1f {	fstype = 4.2	opts = rw,noquota,grpid	passno = 1;	freq = 1;	mount /var {		clients {			truth { exportfs "-root=truth,access=truth" }			truth.tmp { exportfs "-root=truth,access=truth" }		}		spool {			mail { exportfs "-root=truth,access=truth" }			rwho { exportfs "ro" volname /vol/rwho sel "byte==big" }		}	}}fs /dev/xd0d {	fstype = 4.2	opts = rw,noquota,grpid	passno = 1;	freq = 1;	mount /tmp {		X11NeWS { exportfs "-ro" }	}}fs /dev/xd0g {	fstype = 4.2	opts = rw,noquota,grpid	passno = 1	freq = 1	mount default {		exportfs "-access=toytown_clients:hangers_on"		volname /home/achilles	}}fs /dev/xd1g {	fstype = 4.2	opts = rw,noquota	passno = 1	freq = 1	mount /usr {		exportfs "-access=toytown_clients:hangers_on:gummo:harpo:opus,rw=dylan:truth:florence:toytown"		share {			volname "/usr/share"			//exportfs "blah"		}		src {			local {			//exportfs "-access=toytown:zebedee:dougal:dylan:florence:opus,rw=dylan:florence,root=dylan:florence"				bits { gnu { volname "/vol/src/gnu" } }				athena { volname "/vol/src/athena" }			}		}	}}/*mount /export/exec/sun3 fstype nfs from gould.doc.ic.ac.uk as /usr opts "rw"*/

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -