Re: size discrepancy

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Gregory Woodbury <redwolfe <at> gmail.com> writes:

> One can also tell dd to read by single physical layer sectors using the
"bs=2048"option. This may increase the read time a bit, but generally results in
s more consistent
> chance of getting the correct size.-- G.Wolfe WoodburyÂ

The rawread script does this - it reads both the block size (normally 2048) and
the block count from the ISO header, and composes a dd command that looks
something like

dd if=/dev/dvd bs=2048 count=1765915 conv=notrunc,noerror

for a 3616593920-byte ISO (assuming the information in the ISO header is
correct, which it currently is for Fedora install DVD and CD images, but not
Live or netinst). JD's original command also used the "bs=2k" option which is
equivalent (but not the count option). The dd man page only documents upper-case
K for 1024, but I tested and lower-case k works the same.




-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux