欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

Windows下面的DD工具(命令讀寫磁盤操作軟件)

dd.exe下載

  • 軟件大?。?span>339KB
  • 軟件語言:簡體中文
  • 軟件類型:國產(chǎn)軟件
  • 軟件授權(quán):免費軟件
  • 軟件類別:磁盤光盤
  • 應用平臺:Windows平臺
  • 更新時間:2022-01-01
  • 網(wǎng)友評分:
360通過 騰訊通過 金山通過

情介紹

Linux下有一個dd工具,用來直接讀寫磁盤。

Windows下也有一個類似的工具,主要就是一個dd.exe文件。

打開Windows下的CMD命令行,進入到dd.exe所在的目錄,通過dd /?可以查看命令說明:

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)

通過dd --list可以查看所有的磁盤:

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\HarddiskVolume7

Virtual input devices
/dev/zero (null data)
/dev/random (pseudo-random data)
- (standard input)

Virtual output devices
- (standard output)
/dev/null (discard the data)

前面部分是實際的磁盤,后面也有一些虛擬的磁盤,比如這里看到的/dev/zero。

要拷貝磁盤總的內(nèi)容所用的命令跟Linux中的差不多,只是物理設備的名稱稍微有點怪異。

下面是一些例子:

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.

不過dd.exe似乎長久沒有更新了,用起來也還有一些問題,需要謹慎使用。

說明

windows下非常好用的dd和grep工具,操作完全和linux一樣

腳本之家已經(jīng)打包了grep.exe與FloppyWriter.exe

載地址

下載錯誤?【投訴報錯】

Windows下面的DD工具(命令讀寫磁盤操作軟件)

      氣軟件

      關文章

      載聲明

      ☉ 解壓密碼:www.dbjr.com.cn 就是本站主域名,希望大家看清楚,[ 分享碼的獲取方法 ]可以參考這篇文章
      ☉ 推薦使用 [ 迅雷 ] 下載,使用 [ WinRAR v5 ] 以上版本解壓本站軟件。
      ☉ 如果這個軟件總是不能下載的請在評論中留言,我們會盡快修復,謝謝!
      ☉ 下載本站資源,如果服務器暫不能下載請過一段時間重試!或者多試試幾個下載地址
      ☉ 如果遇到什么問題,請評論留言,我們定會解決問題,謝謝大家支持!
      ☉ 本站提供的一些商業(yè)軟件是供學習研究之用,如用于商業(yè)用途,請購買正版。
      ☉ 本站提供的Windows下面的DD工具(命令讀寫磁盤操作軟件)資源來源互聯(lián)網(wǎng),版權(quán)歸該下載資源的合法擁有者所有。