Changes

51 bytes removed ,  21:09, 25 November 2010
m
Reverted spam html code
Line 69: Line 69:       −
'''Step 1:''' Create an empty file: <br/>
+
'''Step 1:''' Create an empty file: <br/>
dd if=/dev/zero of=&lt;filename> count=&lt;number of MB> bs=1M
+
dd if=/dev/zero of=<filename> count=<number of MB> bs=1M
   −
'''Step 2:''' Format it in ext2/3&lt;br/>
+
'''Step 2:''' Format it in ext2/3<br/>
mkfs.ext2 &lt;filename>
+
mkfs.ext2 <filename>
   −
'''Step 3:''' Mount the file and copy the filesystem&lt;br/>
+
'''Step 3:''' Mount the file and copy the filesystem<br/>
mount -o loop,rw &lt;filename> &lt;path_to_mount>&lt;br/>
+
mount -o loop,rw <filename> <path_to_mount><br/>
cp -r &lt;path_to_filesystem>/* &lt;path_to_mount>&lt;br/>
+
cp -r <path_to_filesystem>/* <path_to_mount><br/>
   −
'''Step 4:''' Umount it, and detach it from /dev/loop&lt;br/>
+
'''Step 4:''' Umount it, and detach it from /dev/loop<br/>
umount &lt;path_to_mount>&lt;br/>
+
umount <path_to_mount><br/>
losetup -d /dev/loop0 (ususally /dev/loop0, might be loop1,2...etc)&lt;br/>
+
losetup -d /dev/loop0 (ususally /dev/loop0, might be loop1,2...etc)<br/>
   −
'''Step 5:''' Copy it to the root of the first partition of the SDCard/USB &lt;br/>
+
'''Step 5:''' Copy it to the root of the first partition of the SDCard/USB <br/>
    
== Known Problems ==
 
== Known Problems ==
3,893

edits