Advertisement
Guest User

rb951g 2hnd fs

a guest
Mar 9th, 2015
412
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.10 KB | None | 0 0
  1. alex@alex:~$ telnet 192.168.1.1
  2. Trying 192.168.1.1...
  3. Connected to 192.168.1.1.
  4. Escape character is '^]'.
  5. === IMPORTANT ============================
  6. Use 'passwd' to set your login password
  7. this will disable telnet and enable SSH
  8. ------------------------------------------
  9.  
  10.  
  11. BusyBox v1.22.1 (2015-03-08 23:59:55 CET) built-in shell (ash)
  12. Enter 'help' for a list of built-in commands.
  13.  
  14. _______ ________ __
  15. | |.-----.-----.-----.| | | |.----.| |_
  16. | - || _ | -__| || | | || _|| _|
  17. |_______|| __|_____|__|__||________||__| |____|
  18. |__| W I R E L E S S F R E E D O M
  19. -----------------------------------------------------
  20. BARRIER BREAKER (Bleeding Edge, r40867)
  21. -----------------------------------------------------
  22. * 1/2 oz Galliano Pour all ingredients into
  23. * 4 oz cold Coffee an irish coffee mug filled
  24. * 1 1/2 oz Dark Rum with crushed ice. Stir.
  25. * 2 tsp. Creme de Cacao
  26. -----------------------------------------------------
  27. root@OpenWrt:/# mkdir /mnt/rootfs
  28. root@OpenWrt:/# mount /dev/mtdblock2 /mnt/rootfs
  29. root@OpenWrt:/# cd /mnt/rootfs/
  30. root@OpenWrt:/mnt/rootfs# ls -la
  31. drwxr-xr-x 1 root root 2048 Mar 8 23:19 .
  32. drwxr-xr-x 3 root root 0 Mar 8 23:10 ..
  33. drwxr-xr-x 1 root root 2048 Mar 8 23:19 bin
  34. drwxr-xr-x 1 root root 2048 Mar 9 2015 dev
  35. drwxr-xr-x 1 root root 2048 Mar 8 23:19 etc
  36. drwxrwxr-x 1 root root 2048 Mar 8 23:19 lib
  37. drwx------ 1 root root 2048 Mar 8 23:10 lost+found
  38. drwxr-xr-x 1 root root 2048 Mar 9 2015 mnt
  39. drwxr-xr-x 1 root root 2048 Mar 9 2015 overlay
  40. drwxr-xr-x 1 root root 2048 Mar 9 2015 proc
  41. drwxrwxr-x 1 root root 2048 Mar 8 23:19 rom
  42. drwxr-xr-x 1 root root 2048 Mar 9 2015 root
  43. drwxr-xr-x 1 root root 2048 Mar 8 23:19 sbin
  44. drwxr-xr-x 1 root root 2048 Mar 9 2015 sys
  45. drwxrwxrwt 1 root root 2048 Mar 9 2015 tmp
  46. drwxr-xr-x 1 root root 2048 Mar 8 23:19 usr
  47. lrwxrwxrwx 1 root root 4 Mar 8 23:19 var -> /tmp
  48. drwxr-xr-x 1 root root 2048 Mar 9 2015 www
  49. root@OpenWrt:/mnt/rootfs# dd if=/dev/zero of=test bs=1024 count=100
  50. 100+0 records in
  51. 100+0 records out
  52. root@OpenWrt:/mnt/rootfs# ls -la
  53. drwxr-xr-x 1 root root 2048 Mar 8 23:12 .
  54. drwxr-xr-x 3 root root 0 Mar 8 23:10 ..
  55. drwxr-xr-x 1 root root 2048 Mar 8 23:19 bin
  56. drwxr-xr-x 1 root root 2048 Mar 9 2015 dev
  57. drwxr-xr-x 1 root root 2048 Mar 8 23:19 etc
  58. drwxrwxr-x 1 root root 2048 Mar 8 23:19 lib
  59. drwx------ 1 root root 2048 Mar 8 23:10 lost+found
  60. drwxr-xr-x 1 root root 2048 Mar 9 2015 mnt
  61. drwxr-xr-x 1 root root 2048 Mar 9 2015 overlay
  62. drwxr-xr-x 1 root root 2048 Mar 9 2015 proc
  63. drwxrwxr-x 1 root root 2048 Mar 8 23:19 rom
  64. drwxr-xr-x 1 root root 2048 Mar 9 2015 root
  65. drwxr-xr-x 1 root root 2048 Mar 8 23:19 sbin
  66. drwxr-xr-x 1 root root 2048 Mar 9 2015 sys
  67. -rw-r--r-- 1 root root 102400 Mar 8 23:12 test
  68. drwxrwxrwt 1 root root 2048 Mar 9 2015 tmp
  69. drwxr-xr-x 1 root root 2048 Mar 8 23:19 usr
  70. lrwxrwxrwx 1 root root 4 Mar 8 23:19 var -> /tmp
  71. drwxr-xr-x 1 root root 2048 Mar 9 2015 www
  72. root@OpenWrt:/mnt/rootfs# rm -rf ./test
  73. root@OpenWrt:/mnt/rootfs# ls -la
  74. drwxr-xr-x 1 root root 2048 Mar 8 23:13 .
  75. drwxr-xr-x 3 root root 0 Mar 8 23:10 ..
  76. drwxr-xr-x 1 root root 2048 Mar 8 23:19 bin
  77. drwxr-xr-x 1 root root 2048 Mar 9 2015 dev
  78. drwxr-xr-x 1 root root 2048 Mar 8 23:19 etc
  79. drwxrwxr-x 1 root root 2048 Mar 8 23:19 lib
  80. drwx------ 1 root root 2048 Mar 8 23:10 lost+found
  81. drwxr-xr-x 1 root root 2048 Mar 9 2015 mnt
  82. drwxr-xr-x 1 root root 2048 Mar 9 2015 overlay
  83. drwxr-xr-x 1 root root 2048 Mar 9 2015 proc
  84. drwxrwxr-x 1 root root 2048 Mar 8 23:19 rom
  85. drwxr-xr-x 1 root root 2048 Mar 9 2015 root
  86. drwxr-xr-x 1 root root 2048 Mar 8 23:19 sbin
  87. drwxr-xr-x 1 root root 2048 Mar 9 2015 sys
  88. drwxrwxrwt 1 root root 2048 Mar 9 2015 tmp
  89. drwxr-xr-x 1 root root 2048 Mar 8 23:19 usr
  90. lrwxrwxrwx 1 root root 4 Mar 8 23:19 var -> /tmp
  91. drwxr-xr-x 1 root root 2048 Mar 9 2015 www
  92. root@OpenWrt:/mnt/rootfs# df -h
  93. Filesystem Size Used Available Use% Mounted on
  94. tmpfs 61.8M 64.0K 61.7M 0% /tmp
  95. tmpfs 512.0K 0 512.0K 0% /dev
  96. /dev/mtdblock2 124.0M 8.0M 116.0M 6% /mnt/rootfs
  97. root@OpenWrt:/mnt/rootfs# df -h
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement