我想知道是否有某些版本的dd不明白乘法後綴。從DD手冊頁,它說:做一些版本的dd不明白乘法後綴?
bs=BYTES
read and write BYTES bytes at a time (also see ibs=,obs=)
BLOCKS and BYTES may be followed by the following multiplicative suffixes: c =1, w =2, b =512, kB =1000, K =1024, MB =1000*1000, M =1024*1024, xM =M GB =1000*1000*1000, G =1024*1024*1024, and so on for T, P, E, Z, Y.
,但是當我跑DD與基站參數A G後綴我不被理解數的錯誤:
bash $ dd if=/dev/urandom of=largeMovie.avi count=1024 bs=75G
dd: invalid number `75G'
DD的版本如下:
bash $ dd --version
dd (coreutils) 5.97
一個
更好的產品要被移動到http:/ /unix.stackexchange.com/ – myaut
它會在這裏得到更廣泛的覆蓋範圍,因此有更多的機會獲得答案 – amadain
@amadain:這一點不是「覆蓋」,它是熱門話題。根據常見問題解答,您的問題是無關緊要的:http://stackoverflow.com/help/on-topic –