金舟光盤(pán)刻錄大師 v2.0.9 官方安裝版
129MB / 03-01
磁盤(pán)清理大師 V2024101710.1540 中文安裝版
32.9MB / 01-22
磁盤(pán)分區(qū)編輯器NIUBI Partition Editor 企業(yè)版 v10.0.8 綠色中文
7.6MB / 11-05
卡飯分區(qū)大師 V18.5 官方安裝版
1.83MB / 08-24
balenaEtcher U盤(pán)鏡像制作工具 v1.19.21 安裝免費(fèi)版
153MB / 05-31
Qiplex Disk Space Saver(磁盤(pán)空間保護(hù)工具) v2.7.0 免費(fèi)安裝版
95.6MB / 02-26
易我磁盤(pán)拷貝工具企業(yè)版 v6.0.1 綠色免費(fèi)版
60.8MB / 01-17
磁盤(pán)分區(qū)工具 NIUBI Partition Editor Technician Edition v9.9.
18.7MB / 01-17
易我分區(qū)大師服務(wù)器版(磁盤(pán)分區(qū)工具) v18.2.0 免費(fèi)安裝版
1.87MB / 01-16
硬盤(pán)信息檢測(cè)工具CrystalDiskInfo(std版/Aoi版/KureiKei版/Shizu
471MB / 11-22
-
磁盤(pán)分區(qū)及數(shù)據(jù)恢復(fù)軟件 DiskGenius(diskman) v6.0 中文單文件綠 磁盤(pán)光盤(pán) / 18.6MB
-
dg磁盤(pán)分區(qū)工具(DiskGenius) v6.0.0 中文免費(fèi)綠色版 64位 磁盤(pán)光盤(pán) / 33.6MB
-
系統(tǒng)磁盤(pán)垃圾清理整理工具 Wise Disk Cleaner Portable v11.2.2. 磁盤(pán)光盤(pán) / 4.62MB
-
硬盤(pán)哨兵Hard Disk Sentinel Pro v6.30 中文安裝免費(fèi)版(附教程) 磁盤(pán)光盤(pán) / 39.4MB
-
SSD固態(tài)硬盤(pán)加速優(yōu)化 SSD Booster .NET v18.0 綠色便攜版 磁盤(pán)光盤(pán) / 4MB
-
-
-
牛學(xué)長(zhǎng)分區(qū)管理工具 v3.4.2 官方中文安裝版 磁盤(pán)光盤(pán) / 58.9MB
-
HDD Low Level Format Tool 硬盤(pán)格式化 v4.50 漢化綠色版 磁盤(pán)光盤(pán) / 538KB
-
HDTune pro(硬盤(pán)工具) v6.00 綠色免費(fèi)漢化版 磁盤(pán)光盤(pán) / 938KB
詳情介紹
Linux下有一個(gè)dd工具,用來(lái)直接讀寫(xiě)磁盤(pán)。
Windows下也有一個(gè)類似的工具,主要就是一個(gè)dd.exe文件。
打開(kāi)Windows下的CMD命令行,進(jìn)入到dd.exe所在的目錄,通過(guò)dd /?可以查看命令說(shuō)明:
C:\Users\Administrator\Desktop\os\os>dd.exe /?
rawwrite dd for windows version 0.6beta3.
Written by John Newbigin <jn@it.swin.edu.au>
This program is covered by terms of the GPL Version 2.Unknown command /?
dd [bs=SIZE] [count=BLOCKS] [if=FILE] [of=FILE] [seek=BLOCKS] [skip=BLOCKS] [--size] [--list] [--progress]
SIZE and BLOCKS may have one of the following suffix:
k = 1024
M = 1048576
G = 1073741824
default block size (bs) is 512 bytes
skip specifies the starting offset of the input file (if)
seek specifies the starting offset of the output file (of)
通過(guò)dd --list可以查看所有的磁盤(pán):
C:\Users\Administrator\Desktop\os\os>dd --list
rawwrite dd for windows version 0.6beta3.
Written by John Newbigin <jn@it.swin.edu.au>
This program is covered by terms of the GPL Version 2.Win32 Available Volume Information
\\.\Volume{4102ffc6-797c-11e6-afa5-806e6f6e6963}\
link to \\?\Device\HarddiskVolume1
fixed media
Mounted on \\.\c:\\.\Volume{4102ffc8-797c-11e6-afa5-806e6f6e6963}\
link to \\?\Device\HarddiskVolume3
fixed media
Mounted on \\.\e:\\.\Volume{b1cc0dd3-5bf5-4b9f-b8ff-c791d9390873}\
link to \\?\Device\HarddiskVolume6
fixed media
Mounted on \\.\g:\\.\Volume{7441521c-0d1b-4d4e-906b-022bcf9a70cf}\
link to \\?\Device\HarddiskVolume7
fixed media
Mounted on \\.\h:\\.\Volume{4102ffc7-797c-11e6-afa5-806e6f6e6963}\
link to \\?\Device\HarddiskVolume2
fixed media
Mounted on \\.\d:\\.\Volume{4102ffc9-797c-11e6-afa5-806e6f6e6963}\
link to \\?\Device\HarddiskVolume4
fixed media
Mounted on \\.\f:
NT Block Device Objects
\\?\Device\Harddisk0\Partition0
link to \\?\Device\Harddisk0\DR0
Fixed hard disk media. Block size = 512
size is 250059350016 bytes
\\?\Device\Harddisk0\Partition1
link to \\?\Device\HarddiskVolume1
\\?\Device\Harddisk0\Partition2
link to \\?\Device\HarddiskVolume2
\\?\Device\Harddisk1\Partition0
link to \\?\Device\Harddisk1\DR1
Fixed hard disk media. Block size = 512
size is 2000398934016 bytes
\\?\Device\Harddisk1\Partition1
link to \\?\Device\HarddiskVolume3
Fixed hard disk media. Block size = 512
size is 107380998144 bytes
\\?\Device\Harddisk1\Partition2
link to \\?\Device\HarddiskVolume4
\\?\Device\Harddisk2\Partition0
link to \\?\Device\Harddisk2\DR2
Fixed hard disk media. Block size = 512
size is 4000787030016 bytes
\\?\Device\Harddisk2\Partition1
link to \\?\Device\HarddiskVolume5
Fixed hard disk media. Block size = 512
size is 134217728 bytes
\\?\Device\Harddisk2\Partition2
link to \\?\Device\HarddiskVolume6
Fixed hard disk media. Block size = 512
size is 2097152000000 bytes
\\?\Device\Harddisk2\Partition3
link to \\?\Device\HarddiskVolume7Virtual input devices
/dev/zero (null data)
/dev/random (pseudo-random data)
- (standard input)Virtual output devices
- (standard output)
/dev/null (discard the data)
前面部分是實(shí)際的磁盤(pán),后面也有一些虛擬的磁盤(pán),比如這里看到的/dev/zero。
要拷貝磁盤(pán)總的內(nèi)容所用的命令跟Linux中的差不多,只是物理設(shè)備的名稱稍微有點(diǎn)怪異。
下面是一些例子:
Make an image of a floppy disk:
dd if=\\.\a: of=c:\temp\disk1.img bs=1440k
Write the image back to a floppy disk:
dd if=c:\temp\disk1.img of=\\.\a: bs=1440k
Rip an .iso from a CD
dd if=\\?\Device\CdRom0 of=c:\temp\disc1.iso bs=1M
Read a partition from a USB memory device
dd if=\\.\Volume{c18588c0-02e9-11d8-853f-00902758442b} of=c:\temp\usb1.img bs=1M
Read the entire USB memory device
dd if=\\?\Device\Harddisk1\Partition0 of=c:\temp\usb2.img bs=1M --size --progress
You can write to any file or block device which windows will allow you to write to. You can use the standard \\.\ notation for win32 exported devices or the dd specific \\?\ notation to access windows native devices.
不過(guò)dd.exe似乎長(zhǎng)久沒(méi)有更新了,用起來(lái)也還有一些問(wèn)題,需要謹(jǐn)慎使用。
說(shuō)明
windows下非常好用的dd和grep工具,操作完全和linux一樣
腳本之家已經(jīng)打包了grep.exe與FloppyWriter.exe
下載地址
人氣軟件
Windows 8 USB Installer Maker(win8系統(tǒng)U盤(pán)啟動(dòng)制作器) V1.2 漢
rmvb直接刻錄DVD軟件Easy RM RMVB to DVD Burner 1.4.11 漢化綠
DiskGenius專業(yè)版 v5.4.5.1412 中文綠色免費(fèi)專業(yè)特別版(32&6
硬盤(pán)哨兵Hard Disk Sentinel Pro v6.30 中文安裝免費(fèi)版(附教程)
DiskGenius v5.5.0 簡(jiǎn)體中文漢化補(bǔ)丁文件(附設(shè)置教程)
UltraISO PE(軟碟通) v9.7.6.3860 綠色中文單文件版 光盤(pán)刻錄專
聯(lián)想一鍵恢復(fù)v5.0聯(lián)想品牌機(jī)專用
diskgenius v5.4 注冊(cè)生成器激活碼(附安裝教程)
HD Tune Pro 硬盤(pán)檢測(cè)修復(fù)工具 (Win8/Win10專版) V5.75 專業(yè)漢化
PQ8.05分區(qū)魔術(shù)師綠色簡(jiǎn)裝漢化版
相關(guān)文章
-
金舟光盤(pán)刻錄大師 v2.0.9 官方安裝版
金舟光盤(pán)刻錄大師支持一鍵快速擦除光盤(pán)內(nèi)容,刻錄音樂(lè)/影視/數(shù)據(jù)光盤(pán)以及提取光盤(pán)內(nèi)音頻/視頻文件等...
-
磁盤(pán)清理大師 V2024101710.1540 中文安裝版
磁盤(pán)清理大師專業(yè)的系統(tǒng)優(yōu)化清理工具,提供樂(lè)C盤(pán)清理、大文件清理以及文件粉碎等功能,本站提供的是這款軟件的安裝版本...
-
磁盤(pán)分區(qū)編輯器NIUBI Partition Editor 企業(yè)版 v10.0.8 綠色中文免費(fèi)版(終身免費(fèi)升級(jí))
NIUBI Partition Editor提供分區(qū)編輯功能,可以通過(guò)這款軟件直接將電腦上的硬盤(pán)重新調(diào)整分區(qū),可以在軟件上調(diào)整分區(qū)大小,可以將C盤(pán)D盤(pán)的儲(chǔ)存空間變小,從而釋放更多可用的...
-
卡飯分區(qū)大師 V18.5 官方安裝版
卡飯分區(qū)大師支持無(wú)損調(diào)整分區(qū)大小,還能快速遷移系統(tǒng)至固態(tài)磁盤(pán)、擴(kuò)容系統(tǒng)、克隆硬盤(pán),以及無(wú)損合并與拆分分區(qū)等...
-
balenaEtcher U盤(pán)鏡像制作工具 v1.19.21 安裝免費(fèi)版
BalenaEtcher是一款開(kāi)源的燒錄鏡像文件到SD卡、USB驅(qū)動(dòng)器等可移動(dòng)儲(chǔ)存設(shè)備的工具,可以用于制作啟動(dòng)盤(pán)、Live USB、樹(shù)莓派等的操作系統(tǒng)鏡像...
-
Qiplex Disk Space Saver(磁盤(pán)空間保護(hù)工具) v2.7.0 免費(fèi)安裝版 附圖文教程
Qiplex Disk Space Saver是一款功能強(qiáng)大的磁盤(pán)空間保護(hù)軟件,在幾秒鐘內(nèi)節(jié)省數(shù)百千兆字節(jié)!磁盤(pán)空間保護(hù)程序就是這樣一種實(shí)用程序,它是一個(gè)相對(duì)簡(jiǎn)單的應(yīng)用程序,可以幫助您找...
下載聲明
☉ 解壓密碼:chabaoo.cn 就是本站主域名,希望大家看清楚,[ 分享碼的獲取方法 ]可以參考這篇文章
☉ 推薦使用 [ 迅雷 ] 下載,使用 [ WinRAR v5 ] 以上版本解壓本站軟件。
☉ 如果這個(gè)軟件總是不能下載的請(qǐng)?jiān)谠u(píng)論中留言,我們會(huì)盡快修復(fù),謝謝!
☉ 下載本站資源,如果服務(wù)器暫不能下載請(qǐng)過(guò)一段時(shí)間重試!或者多試試幾個(gè)下載地址
☉ 如果遇到什么問(wèn)題,請(qǐng)?jiān)u論留言,我們定會(huì)解決問(wèn)題,謝謝大家支持!
☉ 本站提供的一些商業(yè)軟件是供學(xué)習(xí)研究之用,如用于商業(yè)用途,請(qǐng)購(gòu)買(mǎi)正版。
☉ 本站提供的Windows下面的DD工具(命令讀寫(xiě)磁盤(pán)操作軟件)資源來(lái)源互聯(lián)網(wǎng),版權(quán)歸該下載資源的合法擁有者所有。