If I create a disk with a modern Ubuntu distribution
mkfs.ext2 /dev/sdc1
I cannot mount this with
mount -t ext2fs /dev/adas4s1 /mnt/media/backup
since the default inode count has moved from 128 to 256.
If I create the disk with
mkfs.ext2 -I 128 /dev/sdc1
it works.
Would be good if FreeNAS supported disks with inode=256
I am running 8.3.1p2 and have not tested if it works in later versions of FreeNAS.
mkfs.ext2 /dev/sdc1
I cannot mount this with
mount -t ext2fs /dev/adas4s1 /mnt/media/backup
since the default inode count has moved from 128 to 256.
If I create the disk with
mkfs.ext2 -I 128 /dev/sdc1
it works.
Would be good if FreeNAS supported disks with inode=256
I am running 8.3.1p2 and have not tested if it works in later versions of FreeNAS.