05 2011 档案

摘要:The Linux sg3_utils packageThe Linux sg3_utils package Introduction Contents of sg3_utils Sub directories Exit status Changing mode page settings Examples libsgutils Download and build IntroductionThe sg3_utils package contains utilities that send SCSI commands to devices. As well as devices on tran 阅读全文
posted @ 2011-05-14 16:22 阳光特区 阅读(2176) 评论(0) 推荐(0)
摘要:Linux Virtual Tape Library - mhvtl mhvtl - A Linux Virtual Tape LibraryIndexDescriptionvtltapevtllibraryvtlcmdDownload - (Old 0.16)Download - (current 0.18)Download - (test/development 0.19)Getting Startedvtl KludosLicense:GPL v2Q. Why GPL license.A. Because I like the idea of sharing.I don't pr 阅读全文
posted @ 2011-05-11 23:27 阳光特区 阅读(2438) 评论(4) 推荐(0)
摘要:写得蛮好的linux学习笔记(2007-02-25 10:40)linux目录架构/ 根目录/bin 常用的命令 binary file 的目錄/boot 存放系统启动时必须读取的档案,包括核心 (kernel) 在内 /boot/grub/menu.lst GRUB设置 /boot/vmlinuz 内核 /boot/initrd 核心解壓縮所需 RAM Disk/dev 系统周边设备 /etc 系统相关设定文件 /etc/DIR_COLORS 设定颜色 /etc/HOSTNAME 设定用户的节点名 /etc/NETWORKING 只有YES标明网络存在 /etc/host.conf 文件说明 阅读全文
posted @ 2011-05-11 22:48 阳光特区 阅读(279) 评论(0) 推荐(0)
摘要:http://blog.csdn.net/fudan_abc: (复旦_abc)他们还分析了很多Linux的驱动,值得珍藏! 阅读全文
posted @ 2011-05-10 22:09 阳光特区 阅读(260) 评论(0) 推荐(0)
摘要:对于一个 Linux 驱动使一个进程睡眠是一个容易做的事情. 但是, 有几个规则必须记住以安全的方式编码睡眠.这些规则的第一个是: 当你运行在原子上下文时不能睡眠. 我们在第 5 章介绍过原子操作; 一个原子上下文只是一个状态, 这里多个步骤必须在没有任何类型的并发存取的情况下进行. 这意味着, 对于睡眠, 是你的驱动在持有一个自旋锁, seqlock, 或者 RCU 锁时不能睡眠. 如果你已关闭中断你也不能睡眠. 在持有一个旗标时睡眠是合法的, 但是你应当仔细查看这样做的任何代码. 如果代码在持有一个旗标时睡眠, 任何其他的等待这个旗标的线程也睡眠. 因此发生在持有旗标时的任何睡眠应当短暂, 阅读全文
posted @ 2011-05-07 13:11 阳光特区 阅读(814) 评论(0) 推荐(0)
摘要:http://www-933.ibm.com/support/fixcentral/swg/selectFixes 阅读全文
posted @ 2011-05-02 11:05 阳光特区 阅读(184) 评论(0) 推荐(0)