Linux 挂载 dd命令
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
Ubuntu 手动挂载一个1G的swap交换文件
dd if=/dev/zero of=/tmp/openstack_swap bs=1M count=1024
dd
用指定大小的块拷贝一个文件,并在拷贝的同时进行指定的转换
if=file
输入文件名,缺省为标准输入
of=file
输出文件名,缺省为标准输出
bs=bytes
同时设置读写块的大小为 bytes
count=blocks
仅拷贝 blocks 个块,块大小等于 ibs 指定的字节数
https://blog.csdn.net/wangjunjun2008/article/details/50681115
i = 1
for i in `cat /tmp/dd_disks`
do
dd if=/dev/zero of /dev/$i bs=1M count=8
echo dd $i complete!
done
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献20条内容
所有评论(0)