Linux下如何生成spase文件
Linux下如何生成spase文件?这是许多朋友们都会觉得好奇的事情,接下来爱站小编就为大家详细介绍Linux下生成spase文件的方法,希望对你有所帮助。
dd if=/dev/zero of=fs.img bs=1K seek=10240 count=0
[root@linux_c ~]# ll fs.img
-rw-r--r-- 1 root root 10485760 Oct 13 14:44 fs.img
[root@linux_c ~]# du fs.img
0 fs.img
备份到networker上显示
root@linux_a nsr]# mminfo -r "nsavetime,name,volume,client,sumsize" -N /root/fs.img
save time name volume client size
1223880063 /root/fs.img test.a linux_c.shecs.com 4 KB
恢复后显示
[root@linux_c ~]# ll fs.img*
-rw-r--r-- 1 root root 10485760 Oct 13 14:47 fs.img
-rw-r--r-- 1 root root 10485760 Oct 13 14:44 fs.img.R
[root@linux_c ~]# du fs.img*
0 fs.img
12 fs.img.R
看了以上Linux下如何生成spase文件的内容后你是否明白了呢?如果你还想了解更多相关内容就请关注爱站技术频道吧。