Changes

no edit summary
Line 111: Line 111:  
   <li>Run commands <code>opkg update</code> and <code>opkg install e2fsprogs</code> to download required tools.</li>
 
   <li>Run commands <code>opkg update</code> and <code>opkg install e2fsprogs</code> to download required tools.</li>
 
   <li>Unmount the SD card with command <code>umount /dev/mmcblk0p1</code></li>
 
   <li>Unmount the SD card with command <code>umount /dev/mmcblk0p1</code></li>
   <li>Start formatting with command <code>mkfs.ext<b>X</b> /devmmcblk0p1</code> where X is either 2 (for ext2 format), 3 (for ext3 format) or 4 (for ext4 format).</li>
+
   <li>Start formatting with command <code>mkfs.ext<b>X</b> /dev/mmcblk0p1</code> where X is either 2 (for ext2 format), 3 (for ext3 format) or 4 (for ext4 format).</li>
 
   <li>A successful format procedure should look like this:</li>
 
   <li>A successful format procedure should look like this:</li>
 
<code>root@Teltonika-RUT955:~# mkfs.ext2 /dev/mmcblk0p1</br>
 
<code>root@Teltonika-RUT955:~# mkfs.ext2 /dev/mmcblk0p1</br>
Line 131: Line 131:     
<b>Note: </b> The <i>Writing inode tables</i> section might take a long time depending on the size of your SD card (10+ minutes with 64GB SD).
 
<b>Note: </b> The <i>Writing inode tables</i> section might take a long time depending on the size of your SD card (10+ minutes with 64GB SD).
 +
 +
 +
[[Category:{{{name}}} Manual]]

Navigation menu