|
|
2012-11-18
, 13:56
|
|
Posts: 2,101 |
Thanked: 1,934 times |
Joined on Sep 2008
@ Berlin, Germany
|
#22
|
Nokia-N900:~# sudo
usage: sudo -K | -L | -V | -h | -k | -l | -v
usage: sudo [-HPSb] [-p prompt] [-u username|#uid]
{ -e file [...] | -i | -s | <command> }
Nokia-N900:~# sudo gainroot
root is not in the sudoers file. This incident will be reported.
Nokia-N900:~#
df
sudo gainroot mkdir /usr/share/doc/libsmpeg0 dpkg --configure -a
| The Following User Says Thank You to michaaa62 For This Useful Post: | ||
|
|
2012-11-18
, 14:27
|
|
Posts: 17 |
Thanked: 0 times |
Joined on Oct 2011
|
#23
|
You already had root rights, just neglect it. What doesreport now. If numbers are okay, which they should remount the partition for MyDocs, /dev/mmcblk0p1.Code:df
Try later to get rid of the install issueCode:sudo gainroot mkdir /usr/share/doc/libsmpeg0 dpkg --configure -a
Nokia-N900:~# sudo gainroot
root is not in the sudoers file. This incident will be reported.
Nokia-N900:~# mount -o noauto,nodev,noexec,nosuid,noatime,nodiratime,utf8,uid=29999,shortname=mixed,dmask=000,fmask=0133,rodir /dev/mmcblk0p1 /home/user/MyDocs
Nokia-N900:~# df
Filesystem 1k-blocks Used Available Use% Mounted on
rootfs 233224 187416 41524 82% /
ubi0:rootfs 233224 187416 41524 82% /
tmpfs 1024 76 948 7% /tmp
tmpfs 256 84 172 33% /var/run
none 10240 84 10156 1% /dev
tmpfs 65536 4 65532 0% /dev/shm
/dev/mmcblk0p2 2064208 1197012 762340 61% /home
/home/opt 2064208 1197012 762340 61% /opt
/opt/pymaemo/usr/lib/python2.5
2064208 1197012 762340 61% /usr/lib/python2.5
/opt/pymaemo/usr/share/pyshared
2064208 1197012 762340 61% /usr/share/pyshared
/opt/pymaemo/usr/lib/pyshared
2064208 1197012 762340 61% /usr/lib/pyshared
/opt/pymaemo/usr/share/python-support
2064208 1197012 762340 61% /usr/share/python-support
/opt/pymaemo/usr/lib/python-support
2064208 1197012 762340 61% /usr/lib/python-support
/dev/mmcblk1p1 15541408 2757768 12783640 18% /media/mmc1
/dev/mmcblk0p1 28312128 18899328 9412800 67% /home/user/MyDocs
Nokia-N900:~#
|
|
2012-11-18
, 14:52
|
|
Posts: 2,101 |
Thanked: 1,934 times |
Joined on Sep 2008
@ Berlin, Germany
|
#24
|
/dev/mmcblk0p2 2064208 1197012 762340 61% /home
/home/opt 2064208 1197012 762340 61% /opt
| The Following User Says Thank You to michaaa62 For This Useful Post: | ||
|
|
2012-11-18
, 16:19
|
|
Posts: 17 |
Thanked: 0 times |
Joined on Oct 2011
|
#25
|
|
|
2012-11-18
, 16:24
|
|
Posts: 2,101 |
Thanked: 1,934 times |
Joined on Sep 2008
@ Berlin, Germany
|
#26
|
sudo gainroot mkdir /usr/share/doc/libsmpeg0 dpkg --configure -a apt-get update apt-get install -f apt-get upgrade
| The Following User Says Thank You to michaaa62 For This Useful Post: | ||
|
|
2012-11-19
, 09:38
|
|
Posts: 17 |
Thanked: 0 times |
Joined on Oct 2011
|
#27
|

root apt-get update apt-get install kernel-power-bootimg
|
|
2013-04-08
, 18:23
|
|
Posts: 42 |
Thanked: 0 times |
Joined on Apr 2013
|
#28
|
|
|
2013-04-08
, 19:02
|
|
Posts: 2,101 |
Thanked: 1,934 times |
Joined on Sep 2008
@ Berlin, Germany
|
#29
|
mount df free
| The Following User Says Thank You to michaaa62 For This Useful Post: | ||
|
|
2013-04-09
, 16:31
|
|
Posts: 42 |
Thanked: 0 times |
Joined on Apr 2013
|
#30
|
,,,,
Nokia-N900:~# umount /dev/mmcblk0p1 Nokia-N900:~# cp -ax /home/user/MyDocs /media/mmc1 cp: invalid option -- x BusyBox v1.10.2 (Debian 3:1.10.2.legal-1osso30+0m5) multi-call binary Usage: cp [OPTION]... SOURCE DEST Nokia-N900:~# cp -a /home/user/MyDocs /media/mmc1 cp: cannot preserve ownership of '/media/mmc1/MyDocs/Downloads/ubuntu-11.04-desktop-i386.iso': Operation not permitted cp: cannot preserve ownership of '/media/mmc1/MyDocs/Downloads': Operation not permitted cp: cannot preserve ownership of '/media/mmc1/MyDocs/DCIM': Operation not permitted cp: cannot preserve ownership of '/media/mmc1/MyDocs': Operation not permitted Nokia-N900:~# rm -rf /home/user/MyDocs/* Nokia-N900:~# sudo usage: sudo -K | -L | -V | -h | -k | -l | -v usage: sudo [-HPSb] [-p prompt] [-u username|#uid] { -e file [...] | -i | -s | <command> } Nokia-N900:~# sudo gainroot root is not in the sudoers file. This incident will be reported. Nokia-N900:~#