Jump to content


harsh1311

Member Since 21 Feb 2012
Offline Last Active 18 Feb 2015 07:58
-----

Posts I've Made

In Topic: Is it possible to use only one partition on HDD for recordings?

29 February 2012 - 13:07


Yes, manually format it. For the ET boxes, the best settings are:

mkfs.ext4 -O bigalloc,sparse_super,dir_index -C 262144 -T largefile -N 262144 -m0 /dev/sda2

Assuming that /dev/sda2 is the second partition on the disk.

Thanks a lot MiLo! Will try this today.


Thanks Milo... this worked fine!!

In Topic: How to see the details of updates applied

22 February 2012 - 16:43

If there is a known issue with the nightly builds, the box will warn you about it and will ask for a confirmation if you still want to update.

We will activate this mechanism as soon as issues are reported, so if you don't want to update to a non-working situation, don't do it early in the morning (GMT), and check here first.


Sure.. Thanks!.. I will follow that.

Just to confirm, there is no way yet to see the details of those 80 updates on the box itself?

In Topic: Is it possible to use only one partition on HDD for recordings?

22 February 2012 - 16:28

Yes, manually format it. For the ET boxes, the best settings are:

mkfs.ext4 -O bigalloc,sparse_super,dir_index -C 262144 -T largefile -N 262144 -m0 /dev/sda2

Assuming that /dev/sda2 is the second partition on the disk.

Thanks a lot MiLo! Will try this today.