Difference: MicroSdBlocks (88 vs. 89)

Revision 892022-01-03 - PeterSchmid

Line: 1 to 1
 
META TOPICPARENT name="WebHome"
%DASHBOARD{ section="banner"
Line: 49 to 49
 768+0 Datensätze ein 768+0 Datensätze aus 393216 bytes (393 kB, 384 KiB) copied, 0,00155426 s, 253 MB/s
Added:
>
>
# losetup /dev/loop1 fd-384k.img # mkfs -t vfat /dev/loop1 # mount -o loop /dev/loop1 /mnt
 

Copy the the files and directories with cp or tar to the mounted image, e.g.

# cd sdcard
# tar cf - etc fsr home man README.md | tar xvf - -C /mnt

Added:
>
>
# umount /mnt
 

Umount the loop-device and copy the file to a SD-card.

 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback