Проделала все шаги заново, теперь опишу их (проблема в самом конце):
Удаляю разделы, содаю новый праймари
Форматирую в fat2
SPOILER #2
Код:
|
root@Cisco:/tmp/home/root# mkfs.ext2 -b 4096 -L flashka /dev/sda1
mke2fs 1.38 (30-Jun-2005)
Filesystem label=flashka
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
979200 inodes, 1958270 blocks
97913 blocks (5.00%) reserved for the super user
First data block=0
60 block groups
32768 blocks per group, 32768 fragments per group
16320 inodes per group
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632
Writing inode tables: done
Writing superblocks and filesystem accounting information: done
This filesystem will be automatically checked every 25 mounts or
180 days, whichever comes first. Use tune2fs -c or -i to override. |
Монтирую нашу ФС. Затем создаю и подключаю файл подкачки.
Добавляю записи в "Run after mounting" и "Run before unmounting" соответственно
SPOILER #4
Код:
|
# Plug SWAP-file
if [ -f /tmp/mnt/flashka/swap.swp ]
then swapon /tmp/mnt/flashka/swap.swp
fi |
Код:
|
# UnPlug SWAP-file
swapoff /tmp/mnt/flashka/swap.swp |
Размонтирую, монтирую ФС, появился Swap. Через "Execute System Commands" создаю директорию
SPOILER #5
Код:
|
mkdir /mnt/flashka/Optware |
Код:
|
Oct 18 21:14:25 Cisco user.info kernel: Adding 262136k swap on /tmp/mnt/flashka/swap.swp. Priority:-2 extents:67 across:266524k |
Затем добавляю записи в "Run after mounting" и "Run before unmounting"
SPOILER #6
Код:
|
# Plug SWAP-file
if [ -f /tmp/mnt/flashka/swap.swp ]
then swapon /tmp/mnt/flashka/swap.swp
fi
# Mount Opt to Flash Drive of Choice
if [ -d /tmp/mnt/flashka ]
then mount -o noatime -t ext2 -obind /tmp/mnt/flashka/Optware /opt
fi |
Код:
|
# UnPlug SWAP-file
swapoff /tmp/mnt/flashka/swap.swp
# UnMount Opt
umount /opt |
Проверяю через "Execute System Commands"
Через "Execute System Commands" загружаю и устанавливаю optware
Обновляю пакеты
Пока все работает. Ставлю MC
Ставлю ncursesw
Ставлю bash
Появился файл "/opt/etc/profile"
Выполнять "cd /&&touch /opt/etc/profile" не стала, т.к. файл уже существует. Изменяю его
Перезагружаю роутер. Пробуем ввести "ls"
Пробую обновить пакеты через "Execute System Commands"
Вот такая подлянка