SysRq:HELP:loglevel(0-9)reBootCrashterminate-all-tasks(E)memory-full-oom-kill(F)kill-all-tasks(I)thaw-filesystems(J)saKshow-memory-usage(M)nice-all-RT-tasks(N)powerOffshow-registers(P)show-all-timers(Q)unRawSyncshow-task-states(T)Unmountshow-blocked-tasks(W..
分类:
系统相关 时间:
2015-01-09 19:31:42
阅读次数:
403
http://www.mjmwired.net/kernel/Documentation/filesystems/inotify.txthttp://www.ibm.com/developerworks/linux/library/l-ubuntu-inotify/index.html?ca=drs...
分类:
系统相关 时间:
2014-12-24 16:04:14
阅读次数:
409
第一步:
uses-permission
android:name="android.permission.WRITE_EXTERNAL_STORAGE"
/>
uses-permission
android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"
/>
第二步:
Intent intent =...
分类:
移动开发 时间:
2014-11-06 20:07:40
阅读次数:
162
关于ext3,ext4,xfs和btrfs文件系统性能对比 应为原文:http://www.ilsistemista.net/index.php/linux-a-unix/6-linux-filesystems-benchmarked-ext3-vs-ext4-vs-xfs-vs-btrfs.htm...
分类:
其他好文 时间:
2014-11-05 12:26:31
阅读次数:
538
1,使用guestfish修改iptables中的内容
Guestfish –rw –a rehel65.img
:run
:list-filesystems
mount /dev/sda1 /
vi /etc/sysconfig/iptables
分类:
其他好文 时间:
2014-10-24 16:15:34
阅读次数:
253
方法一: loopmount -i xxx.iso -o "-V cdrfs -o ro" -m /mnt/ 方法二: 1、建立一个逻辑卷,大小和ISO image相同或者大些。2、在/etc/filesystems文件中加入并编辑该逻辑卷条目,设置vfs为cdrfs例如:# vi /etc/fil...
分类:
其他好文 时间:
2014-08-25 20:39:34
阅读次数:
222
常用权限:读写存储卡装载和卸载文件系统 android.permission.WRITE_EXTERNAL_STORAGE android.permission.READ_EXTERNAL_STORAGE android.permission.MOUNT_UNMOUNT_FILESYSTEMS 网络...
分类:
移动开发 时间:
2014-08-04 13:39:17
阅读次数:
362
Modules are small kernel extensions ,that may be loaded and unloaded at will● Can implement drivers, filesystems, firewall,and more● Are located under...
分类:
系统相关 时间:
2014-07-29 20:53:52
阅读次数:
235
Barriers, Caches, Filesystems http://monolight.cc/2011/06/barriers-caches-filesystems/ With the recent proliferation of ext4 as the new “default” Linu...
分类:
其他好文 时间:
2014-06-29 19:44:52
阅读次数:
667
http://lwn.net/Articles/283161/ Journaling filesystems come with a big promise: they free system administrators from the need to worry about disk corr...
分类:
其他好文 时间:
2014-06-29 18:51:33
阅读次数:
246