Disk Partition
humax# fdisk -lu /dev/sda
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
Units = sectors of 1 * 512 = 512 bytes
Device Boot Start End Blocks Id System
/dev/sda1 8 2104510 1052251+ 83 Linux
Partition 1 does not end on cylinder boundary
/dev/sda2 2104512 955787166 476841327+ 83 Linux
/dev/sda3 955787168 976768062 10490447+ 83 Linux
Block Size command does not work. Is there a command missing at the start?
humax# /mod/sbin/tune2fs -l /dev/sda2
-/bin/sh: /mod/sbin/tune2fs: not found
humax# fdisk -lu /dev/sda
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
Units = sectors of 1 * 512 = 512 bytes
Device Boot Start End Blocks Id System
/dev/sda1 8 2104510 1052251+ 83 Linux
Partition 1 does not end on cylinder boundary
/dev/sda2 2104512 955787166 476841327+ 83 Linux
/dev/sda3 955787168 976768062 10490447+ 83 Linux
Block Size command does not work. Is there a command missing at the start?
humax# /mod/sbin/tune2fs -l /dev/sda2
-/bin/sh: /mod/sbin/tune2fs: not found