Tiny Core Base > piCore Test Releases
piCore 6.0 rc1
Gerrelt:
Hi Béla,
A thing I noticed in the output of "p" from fdisk:
--- Code: ---Command (m for help): p
Disk /dev/mmcblk0: 1000 MB, 1000079360 bytes
2 heads, 8 sectors/track, 122080 cylinders
Units = cylinders of 16 * 512 = 8192 bytes
Device Boot Start End Blocks Id System
/dev/mmcblk0p1 513 2344 14649 c Win95 FAT32 (LBA)
/dev/mmcblk0p2 2344 3442 8789+ 83 Linux
--- End code ---
Previously the start of partition two was the end of partition one + 1. But now these two numbers are the same: 2344. Is this correct?
Greetings,
Gerrelt.
Paul_123:
--- Quote from: Gerrelt on January 10, 2015, 10:41:08 AM ---Hi Béla,
A thing I noticed in the output of "p" from fdisk:
--- Code: ---Command (m for help): p
Disk /dev/mmcblk0: 1000 MB, 1000079360 bytes
2 heads, 8 sectors/track, 122080 cylinders
Units = cylinders of 16 * 512 = 8192 bytes
Device Boot Start End Blocks Id System
/dev/mmcblk0p1 513 2344 14649 c Win95 FAT32 (LBA)
/dev/mmcblk0p2 2344 3442 8789+ 83 Linux
--- End code ---
Previously the start of partition two was the end of partition one + 1. But now these two numbers are the same: 2344. Is this correct?
Greetings,
Gerrelt.
--- End quote ---
I see the same thing.
meo:
I noticed tha same thing but when I followed the README file to make the second partition larger it didn't seem to matter. Everything works just fine as far as I can see.
Have fun,
meo
bmarkus:
By default BusyBox fdisk displays cylinders:
--- Code: ---root@box:/# fdisk -l /dev/mmcblk0
Disk /dev/mmcblk0: 4023 MB, 4023386112 bytes
2 heads, 8 sectors/track, 491136 cylinders
Units = cylinders of 16 * 512 = 8192 bytes
Device Boot Start End Blocks Id System
/dev/mmcblk0p1 513 2344 14649 c Win95 FAT32 (LBA)
/dev/mmcblk0p2 2344 3442 8789+ 83 Linux
--- End code ---
Use -u to display sectors:
--- Code: ---root@box:/# fdisk -lu /dev/mmcblk0
Disk /dev/mmcblk0: 4023 MB, 4023386112 bytes
2 heads, 8 sectors/track, 491136 cylinders, total 7858176 sectors
Units = sectors of 1 * 512 = 512 bytes
Device Boot Start End Blocks Id System
/dev/mmcblk0p1 8192 37489 14649 c Win95 FAT32 (LBA)
/dev/mmcblk0p2 37490 55068 8789+ 83 Linux
--- End code ---
fdisk (including BusyBox) do not allow to create overlapping partitions.
It is written in README:
--- Quote ---1) Start fdisk partitioning tool as root:
sudo fdisk -u /dev/mmcblk0
Now list partitions with 'p' command and write down the starting and
ending sectors of the second partition.
--- End quote ---
Paul_123:
Couple of problems:
1) i2c-dev is not loaded on demand like previous versions. i2c_bcm2708 is loaded on demand, but pretty much useless without i2c-dev getting loaded first. Loading them in boot local in the proper order works.
2) unable to mount cifs (smb) shares. cifs kernel module is loading on demand (The share is mounted just fine on older piCore devices) This error is in dmesg
--- Code: ---[ 306.469540] CIFS VFS: could not allocate crypto hmacmd5
[ 306.469562] CIFS VFS: could not crypto alloc hmacmd5 rc -2
[ 306.469572] CIFS VFS: Error -2 during NTLMSSP authentication
[ 306.469586] CIFS VFS: Send error in SessSetup = -2
--- End code ---
3) Having problems with squeezelite recognizing the USB DAC....but aplay does. so I need to investigate this a bit more.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version