Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2011
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. / # mount /dev/block/mtdblock6 /efs -tvfat
  2. mount /dev/block/mtdblock6 /efs -tvfat
  3. mount: mounting /dev/block/mtdblock6 on /efs failed: Invalid argument
  4. / # mount /efs
  5. mount /efs
  6. / # df -k
  7. df -k
  8. Filesystem 1K-blocks Used Available Use% Mounted on
  9. tmpfs 176584 32 176552 0% /dev
  10. /dev/block/mtdblock4 480768 2604 478164 1% /cache
  11. /dev/block/platform/s3c-sdhci.0/by-name/media
  12. 13951332 6000516 7950816 43% /sdcard
  13. /dev/block/mtdblock6 6912 1612 5300 23% /efs
  14. / # cat /proc/mtd
  15. cat /proc/mtd
  16. dev: size erasesize name
  17. mtd0: 00200000 00040000 "bootloader"
  18. mtd1: 00140000 00040000 "misc"
  19. mtd2: 00800000 00040000 "boot"
  20. mtd3: 00800000 00040000 "recovery"
  21. mtd4: 1d580000 00040000 "cache"
  22. mtd5: 00d80000 00040000 "radio"
  23. mtd6: 006c0000 00040000 "efs"
  24. / # cd /efs
  25. cd /efs
  26. /efs # ls -al
  27. ls -al
  28. drwxrwxr-x 1 1001 1001 4096 Aug 2 2011 .
  29. drwxr-xr-x 15 0 0 0 Jan 1 02:08 ..
  30. -rw------- 1 1001 1001 1 Apr 27 2011 .nv_state
  31. drwxrwxrwx 1 0 0 4096 Aug 2 2011 efs
  32. drwx------ 1 0 0 4096 Jan 1 02:20 lost+found
  33. -rw-rw-rw- 1 1001 1001 2 Aug 2 2011 uart_path
  34. /efs #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement