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 /]#
|