Post
Topic
Board Mining (Altcoins)
Re: Swedish ASIC miner company kncminer.com
by
TaggedYa
on 25/11/2013, 12:24:38 UTC
write error could mean the beaglebone storage is full or corrupted.

in putty:
df -h will show the disk space
fdisk -l will show the partition info


root@Jupiter-3D0:/# df -h
Filesystem                Size      Used Available Use% Mounted on
devtmpfs                245.1M         0    245.1M   0% /dev
/dev/mmcblk0p3          511.7M     80.0K    511.6M   0% /config




root@Jupiter-3D0:/# fdisk -l

Disk /dev/mmcblk0: 1920 MB, 1920991232 bytes
4 heads, 16 sectors/track, 58624 cylinders
Units = cylinders of 64 * 512 = 32768 bytes

        Device Boot      Start         End      Blocks  Id System
/dev/mmcblk0p1   *           1        8192      262136   c Win95 FAT32 (LBA)
/dev/mmcblk0p2            8193       16384      262144   c Win95 FAT32 (LBA)
/dev/mmcblk0p3           16385       32768      524288  83 Linux

Disk /dev/mmcblk0boot1: 1 MB, 1048576 bytes
4 heads, 16 sectors/track, 32 cylinders
Units = cylinders of 64 * 512 = 32768 bytes

Disk /dev/mmcblk0boot1 doesn't contain a valid partition table

Disk /dev/mmcblk0boot0: 1 MB, 1048576 bytes
4 heads, 16 sectors/track, 32 cylinders
Units = cylinders of 64 * 512 = 32768 bytes

Disk /dev/mmcblk0boot0 doesn't contain a valid partition table


The doesn't contain a valid partition table bit bothers me.

TaggedYa