<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.3" -->
<rss version="0.92">
<channel>
	<title>Dryice Liu's Blog</title>
	<link>http://dryice.name/blog</link>
	<description></description>
	<lastBuildDate>Tue, 31 Aug 2010 12:01:11 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>different i-node for different file type?</title>
		<description>This is mostly a note for myself.

In 3.2.4, it is said that "for a special file, this i-node contains the major device number, and the minor device number". This is different from what we know for normal files, where the i-node contains file access time, etc.

It is not effecient to ...</description>
		<link>http://dryice.name/blog/minix/different-i-node-for-different-file-type/</link>
			</item>
	<item>
		<title>disk IO: interleave</title>
		<description>I was reading about disk IO this morning. In chapter 3.1.3, it is said that the disk need to be formatted with the number interlaving, so that we'll need less disk circlings to get the data we need.

My question is, all these is based on one assumption: that the buffer ...</description>
		<link>http://dryice.name/blog/minix/disk-io-interleave/</link>
			</item>
	<item>
		<title>grow fs</title>
		<description>before I started:


root@mybox:data# fdisk -s /dev/da0
/dev/da0: 91517 cyl 255 hd 63 sec
Part        Start        Size Type Flags
1:          63   980141652 0xa5 0x80
root@mybox:data# disklabel -A /dev/da0s1
# /dev/da0s1:
type: unknown
disk: ...</description>
		<link>http://dryice.name/blog/freebsd/grow-fs/</link>
			</item>
	<item>
		<title>my growfs test</title>
		<description>root@mybox:data# fdisk -s /dev/da0 /dev/da0: 61011 cyl 255 hd 63 sec Part        Start        Size Type Flags
1:          63   980141652 0xa5 0x80
root@mybox:data# disklabel -A /dev/da0s1 # /dev/da0s1: ...</description>
		<link>http://dryice.name/blog/freebsd/my-growfs-test/</link>
			</item>
	<item>
		<title>write cache turns a lot</title>
		<description>on the system disk, if I turn the write cache off (sysctl hw.ata.wc, by setting in /boot/loader.conf). the dd command will take 77.78 seconds, well when turning it on (the default), it will take only 10.93 seconds.

Share This
 </description>
		<link>http://dryice.name/blog/freebsd/write-cache-turns-a-lot/</link>
			</item>
	<item>
		<title>I lost 3 months of timeclock data</title>
		<description>:((((((

The disk was full when I was downloading something last night. And I didn't notice that this morning. The nearest backup I found was on 3/19. I lost 3 months data of that :(((((

Share This
 </description>
		<link>http://dryice.name/blog/misc/i-lost-3-months-of-timeclock-data/</link>
			</item>
	<item>
		<title>mount CD/VCD/DVD</title>
		<description>mount_cd9660 -s 0 /dev/acd0 /cdrom

Share This
 </description>
		<link>http://dryice.name/blog/freebsd/mount-cdvcddvd/</link>
			</item>
</channel>
</rss>

