prpr
Well-Known Member
I've got a 120GB SSD attached now by USB. I created a single partition with gdisk and formatted it ext3.
The Humax software sees it as "Available Size: 0.0GB", "Used Size: 0.0GB", "Total Size: 500.0GB" on the Data Storage page.
The latter is the size of the internal disk, so that's obviously yet another bug.
Everything looks normal on the command line:
I can mount the filesystem OK and "df -h" reports:
and I can copy files to it on the command line or using the WebIf. It's just the stupid Humax software which doesn't want to use it.
The Humax software sees it as "Available Size: 0.0GB", "Used Size: 0.0GB", "Total Size: 500.0GB" on the Data Storage page.
The latter is the size of the internal disk, so that's obviously yet another bug.
Everything looks normal on the command line:
Code:
humax ~ # fdisk -lu /dev/sdb
Disk /dev/sdb: 120.0 GB, 120034123776 bytes
256 heads, 63 sectors/track, 14536 cylinders, total 234441648 sectors
Units = sectors of 1 * 512 = 512 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 1 234441647 117220823+ ee EFI GPT
humax ~ # gdisk -l /dev/sdb
GPT fdisk (gdisk) version 1.0.1
Partition table scan:
MBR: protective
BSD: not present
APM: not present
GPT: present
Found valid GPT with protective MBR; using GPT.
Disk /dev/sdb: 234441648 sectors, 111.8 GiB
Logical sector size: 512 bytes
Disk identifier (GUID): 8AFAE9FC-C567-46A3-A1CA-9D1000F15FA7
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 234441614
Partitions will be aligned on 2048-sector boundaries
Total free space is 2014 sectors (1007.0 KiB)
Number Start (sector) End (sector) Size Code Name
1 2048 234441614 111.8 GiB 8300 Linux filesystem
Code:
/dev/sdb1 111.8G 187.7M 111.6G 0% /media/drive1