Follow along with the video below to see how to install our site as a web app on your home screen.
Nota: This feature may not be available in some browsers.
@nasky: I found some nastty but working solution for recording on HDD. It works well, but I am still looking for better solution.
- first, you have to insert some USB stick to AZbox
- this will create a link to /DATA/usb1/sda1 and sets some flag to firmware, that there is a device for recording (I guess)
- HDD should have the latest partition /dev/hda4 mounted to /Download, just unmount it (umount /dev/hda4)
- then mount the partition to usb disk path with: mount /dev/hda4 /DATA/usb1/sda1
- and thats all folks![]()
tinos dijo:MMP[~]$ /sbin/hdparm -i /dev/hda
/dev/hda:
Model=DM255610V010, FwRev=Ver2.20z, SerialNo=
Config={ HardSect NotMFM Fixed DTR>10Mbs }
RawCHS=980/16/32, TrkSize=16384, SectSize=512, ECCbytes=4
BuffType=DualPort, BuffSize=1kB, MaxMultSect=1, MultSect=off
CurCHS=980/16/32, CurSects=501760, LBA=yes, LBAsects=501760
IORDY=no, tPIO={min:120,w/IORDY:120}, tDMA={min:120,rec:120}
PIO modes: pio0 pio1 pio2 pio3 pio4
DMA modes: mdma0 mdma1 mdma2
UDMA modes: udma0 udma1 *udma2
AdvancedPM=no
* signifies the current active mode
MMP[~]$ /sbin/hdparm -t /dev/hda
/dev/hda:
Timing buffered disk reads: 64 MB in 8.50 seconds = 7.53 MB/sec
MMP[~]$ /sbin/hdparm -T /dev/hda
/dev/hda:
Timing buffer-cache reads: 128 MB in 4.58 seconds = 27.94 MB/sec