Voxel
Part of the Furniture
Let us continue here. Please do not use the thread 1.0.2.69SF
Wrong in this command is the symbol "–". It is not "-" (ASCII minus) but "–" (UTF-8, U+2013). Probably COPY/PASTE problems.
Try to copy/paste this command (from telnet):
then after you create ext4 disk, reboot your router. Then:
After next reboot:
And please do not change file permissions to 777 or so.
Voxel.
mkfs.ext4 –L optware -O ^metadata_csum /dev/sda1
mke2fs 1.44.5 (15-Dec-2018)
mkfs.ext4: invalid blocks 'optware' on device '–L'
root@R7800:/opt$
. . .
what is wrong with the command and what blocksize do i choose ?
Wrong in this command is the symbol "–". It is not "-" (ASCII minus) but "–" (UTF-8, U+2013). Probably COPY/PASTE problems.
Try to copy/paste this command (from telnet):
Code:
mkfs.ext4 -L optware -O ^metadata_csum /dev/sda1
then after you create ext4 disk, reboot your router. Then:
Code:
mkdir /mnt/sda1/tmp
cd /mnt/sda1/tmp
wget https://voxel-firmware.com/Downloads/Voxel/Entware/entware-cortex-a15-3x-initial-generic.tar.gz
cd /mnt/sda1
tar xf ./tmp/entware-cortex-a15-3x-initial-generic.tar.gz
reboot
After next reboot:
Code:
/opt/bin/opkg --version
And please do not change file permissions to 777 or so.
Voxel.