View Single Post
Old 04-10-2014, 12:41 AM   #18
TBennettcc
Member
TBennettcc began at the beginning.
 
TBennettcc's Avatar
 
Posts: 15
Karma: 10
Join Date: Mar 2014
Device: Kindle Touch
I did that? Second-to-last "spoiler" fold...

Quote:
...re-zeroing /dev/mmcblk0p3 after unmounting:
Code:
[root@kindle /]# umount /var/local
[root@kindle /]# dd if=/dev/zero of=/dev/mmcblk0p3 bs=4K count=1K
1024+0 records in
1024+0 records out
4194304 bytes (4.0MB) copied, 0.367403 seconds, 10.9MB/s
[root@kindle /]#
...any ideas why USBnet won't work?

Why I can't create a directory when I supposedly have read and write access to the filesystem?

Is there any way to do an fsck on any of these partitions? When trying, I get an error:

Quote:
[root@kindle /]# fsck /var/local
fsck 1.41.10 (10-Feb-2009)
fsck: fsck.ext2: not found
fsck: Error 2 while executing fsck.ext2 for /var/local
[root@kindle /]#

Last edited by TBennettcc; 04-10-2014 at 01:32 AM.
TBennettcc is offline   Reply With Quote