
Originally Posted by
mounirmoune12
i tried and didn't work
(none) login: root
Password:
# dd if=/mnt/root/patch.bin of=/mnt/root/patch_cramfs.bin bs=56 =skip=1
BusyBox v1.16.1 (2010-05-23 13:26:55 CEST) multi-call binary.
Usage: dd [if=FILE] [of=FILE] [ibs=N] [obs=N] [bs=N] [count=N] [skip=N]
[seek=N] [conv=notrunc|noerror|sync|fsync]
Copy a file with converting and formatting
Options:
if=FILE Read from FILE instead of stdin
of=FILE Write to FILE instead of stdout
bs=N Read and write N bytes at a time
ibs=N Read N bytes at a time
obs=N Write N bytes at a time
count=N Copy only N input blocks
skip=N Skip N input blocks
seek=N Skip N output blocks
conv=notrunc Don't truncate output file
conv=noerror Continue after read errors
conv=sync Pad blocks with zeros
conv=fsync Physically write data out before finishing
Numbers may be suffixed by c (x1), w (x2), b (x512), kD (x1000), k (x1024),
MD (x1000000), M (x1048576), GD (x1000000000) or G (x1073741824)
# mkdir /PATCH
mkdir: can't create directory '/PATCH': File exists
# mount -o loop patch_cramfs.bin /PATCH
mount: mounting patch_cramfs.bin on /PATCH failed: No such file or directory
#
Bookmarks