Hi,
I have the following problem with TinyCore (may be a bug):
When I mount my 2TB (ext4) drives I get wrong free space indication. (about 90GB less than is should be)
If the drive does not have ~90GB free space then I cannot even mount it.
tc@box:~$ blkid /dev/sda1
/dev/sda1: LABEL="2TB" UUID="bb6d1db2-665d-47ab-bbc8-f35ce62a24b2" TYPE="ext4"
tc@box:~$ fdisk -l /dev/sda1
Disk /dev/sda1: 2000.3 GB, 2000396803584 bytes
255 heads, 63 sectors/track, 243201 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk /dev/sda1 doesn't contain a valid partition table
And I got the following error in dmesg when I try to mount the drive which doesn't have ~90GB free space:
EXT4-fs (sda1): bad geometry: block count 488378368 exceeds size of device (488378125 blocks)
The weird thing is that these drives can be used without any problems on other distros (Parted Magic, Ubuntu) so they are not corrupt.
I have tried with TinyCore 3.2, TinyCore 3.4.1 and with a remastered MicroCore 3.4.1 x64 with filesystems-2.6.33.3-tinycore64.tcz installed.
Anyone?