摘要:
==========解决方法============在源码包里,编辑文件 cmd-line-utils/libedit/terminal.c把terminal_set方法中的 char buf[TC_BUFSIZE]; 这一行注释,再把 area = buf;改为 area = NULL;更改后如下... 阅读全文
摘要:
[root@hn ~]# fdisk /dev/sdbThe device presents a logical sector size that is smaller thanthe physical sector size. Aligning to a physical sector (or o... 阅读全文