Хочется создать дирректорий в /usr.
Код: Выделить всё
# mount -o rw,remount /
# mount -o rw,remount /dev/loop0 /usr
mount: Mounting /dev/loop0 on /usr failed: Permission denied
# id
uid=0(root) gid=0(root)
# df -k
Filesystem 1k-blocks Used Available Use% Mounted on
/dev/root 27648 27648 0 100% /
/dev/ram1 44 26 18 59% /dev
/dev/loop0 50184 50184 0 100% /usr
/dev/mtdblock3 96256 27988 68268 29% /home
none 10240 1204 9036 12% /dev/shm
#
Код: Выделить всё
# dmesg | grep loop
#
