- 写入测试:
dd if=/dev/zero of=/data/test.dbf bs=8k oflag=direct
不经过缓存
For example, to view all of the ssh shares on Bonjour-enabled computers, try this in the Terminal (replace dns-sd with mDNS if you're on 10.3): dns-sd -B _ssh._tcp . You should receive a list of workstations that are broadcasting ssh services via Bonjour. Don't forget that you need to replace the spaces with hyphens and add a .local prefix when trying to connect. For example, to ssh to Macintosh HD found this way, you need to use ssh Macintosh-HD.local. To view AFP shares (maybe AppleTalk isn't turned on?), try this one: dns-sd -B _afpovertcp._tcp .
man dns-sd