From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <03c3b7ce9858735561e960331f367585@quanstro.net> From: erik quanstrom Date: Wed, 22 Jul 2009 09:13:38 -0400 To: corey@bitworthy.net, 9fans@9fans.net In-Reply-To: <200907220031.03865.corey@bitworthy.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] a few misc. questions... Topicbox-Message-UUID: 2a57af8c-ead5-11e9-9d60-3106f5b1d025 > ... but which would be considered the most logical place to deal with > things such as setting hd parameters for the machine on bootup like > the 'echo dma on > /dev/sdC0/ctl' example above? also see dmaon(8). just as an obvious note, this only affects interfaces using ide or ide emulation. you can tell which driver you're using by catting /dev/sdctl. for example, the first drive is ide. unfortunately, the driver calls itself "ata". ladd# cat /dev/sdctl sdC ata port 1F0 ctl 3F4 irq 14 sdE ahci sb600 port 0xe0022800: 64a alp clo coal led mps ncq ntf pm pslum slum iss 2 ncs 31 np 4 ghc 80000002 isr 0 pi f 0-3 ver 10100 > > Kfs is the older disk file system for standalone terminals and the like. > > For most purposes, fossil replaces it. Fossil is user-mode, while kfs > > is a "kernel file system." See in kfs(4). > > > > Ok, so I may simply generally disregard any mention of kfs in any docs or > scripts and config files I might happen upon? Since fossil has effectively > deprecated kfs? both (as noted) are user-level fses. and while kfs is older and simpler, it is very robust. there may be more kfs in operation than any other plan 9 fs. fossil does snapshots, talks to venti and other things, but being more complicated, there are more ways for it to go sideways. so like anything else you don't use, feel free to ignore. but that doesn't mean kfs is "deprecated". i think it's just a different tool for a different task. - erik