|
2010-08-21
, 23:50
|
Posts: 515 |
Thanked: 266 times |
Joined on Nov 2009
@ Oelsted, Denmark
|
#22
|
df -h -x bind -x ubifs
N900:~$ df -h -x bind -x ubifs Filesystem Size Used Avail Use% Mounted on rootfs 228M 170M 54M 76% / tmpfs 1,0M 92K 932K 9% /tmp tmpfs 256K 88K 168K 35% /var/run none 10M 72K 10M 1% /dev tmpfs 64M 4,0K 64M 1% /dev/shm /dev/mmcblk0p2 2,0G 1,7G 180M 91% /home /dev/mmcblk0p1 28G 3,0G 25G 11% /home/user/MyDocs
N900:~$ df -h Filesystem Size Used Avail Use% Mounted on rootfs 228M 170M 54M 76% / ubi0:rootfs 228M 170M 54M 76% / tmpfs 1,0M 92K 932K 9% /tmp tmpfs 256K 88K 168K 35% /var/run none 10M 72K 10M 1% /dev tmpfs 64M 4,0K 64M 1% /dev/shm /dev/mmcblk0p2 2,0G 1,7G 180M 91% /home /opt/pymaemo/usr/lib/python2.5 2,0G 1,7G 180M 91% /usr/lib/python2.5 /opt/pymaemo/usr/share/pyshared 2,0G 1,7G 180M 91% /usr/share/pyshared /opt/pymaemo/usr/lib/pyshared 2,0G 1,7G 180M 91% /usr/lib/pyshared /opt/pymaemo/usr/share/python-support 2,0G 1,7G 180M 91% /usr/share/python-support /opt/pymaemo/usr/lib/python-support 2,0G 1,7G 180M 91% /usr/lib/python-support /dev/mmcblk0p1 28G 3,0G 25G 11% /home/user/MyDocs
|
2010-08-21
, 23:58
|
Posts: 515 |
Thanked: 266 times |
Joined on Nov 2009
@ Oelsted, Denmark
|
#23
|
tar cf - /local/path | ssh username@remote_server tar xfp - -C /remote/path
|
2010-08-22
, 00:44
|
Posts: 486 |
Thanked: 251 times |
Joined on Oct 2009
|
#24
|
Shows *real* filesystems (mounted) and usage (excluding duplicate ubifs0:rootfs and pymaemo overmounts):
Code:df -h -x bind -x ubifs
|
2010-08-22
, 00:53
|
Posts: 515 |
Thanked: 266 times |
Joined on Nov 2009
@ Oelsted, Denmark
|
#25
|
The busybox df on the n900 does not have the -x option to df
Which df are you using and where did you get it? Are you using some PATH ordering to over ride busybox?
echo "# Set PATH PATH=/usr/bin/gnu:$PATH export PATH" >> ~/.profile
The Following User Says Thank You to DrWilken For This Useful Post: | ||
|
2010-08-22
, 01:48
|
Posts: 490 |
Thanked: 191 times |
Joined on May 2010
|
#26
|
Lol, no
This does:
Shows some noice and then diesCode:cat /dev/urandom > /cat/fb0
This does: