
storage
文章平均质量分 54
ustcxjt
技术控,关注嵌入式、Linux、JAVA、mysql、分布式存储相关技术,喜欢折腾
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
/dev/hdb1 is apparently in use by the system; will not make a filesystem here!解决方法
[root@localhost ~]# mkfs.ext3 /dev/hdb1 mke2fs 1.39 (29-May-2006) /dev/hdb1 is apparently in use by the system; will not make a filesystem here! [root@localhost ~]# mkfs.ext3 /dev/hdc1 mke2fs转载 2012-07-17 13:10:00 · 6729 阅读 · 0 评论 -
linux 查看其他用户启动的进程
ps -a 显示其他用户启动的进程(a) 查看系统中属于自己的进程(x) 启动这个进程的用户和它启动的时间(u) 以下转自 http://blog.sina.com.cn/s/blog_64492fe10100qibp.html 转载 ps aux 中STAT 解释 收藏 运行 ps aux 的到如下信息: ps aux USER原创 2012-07-17 14:40:19 · 21411 阅读 · 0 评论 -
非缓存 重定向到文件(未验证,仅作标记)
http://bbs.chinaunix.net/thread-1500656-1-1.html unbuffer ./prog >logfile & [waker@proxy ~]$ cat $(which unbuffer) #!/bin/sh # \ exec expect -- "$0" ${1+"$@"} # Description: unbuffer s转载 2012-07-18 12:50:41 · 1016 阅读 · 0 评论 -
/dev/sdc is apparently in use by the system; will not make a filesystem here
折腾磁盘阵列 fdisk /dev/sdc t将分区类型改成了fd 之后有reboot 然后对sdc的格式化操作 就提示 /dev/sdc is apparently in use by the system; will not make a filesystem here fuser -km 直接退出 要求重新登录 依稀记得磁盘整列有自动找fd磁盘的操作 dmraid原创 2012-07-24 14:58:58 · 3637 阅读 · 0 评论 -
Device mapper and Bcache
Device mapper and Bcache Kent Overstreet discussed the Bcache project, which creates an SSD-based cache for other (slower) block devices. He began by pointing out that the device mapper (DM) stor转载 2012-07-27 17:15:20 · 1331 阅读 · 0 评论