Displaying 2 results from an estimated 2 matches for "_detect_".
Did you mean:
_detect
2004 May 03
0
Pulse dial: outbound?
...me an answer.
Apparently, 90% of Russia (according to this source, who I believe
has much first-hand experience in Russia) is pulse-dial on lines
delivered to businesses/households. This of course makes Asterisk
very difficult to run without pulse dial capability.
I see the ability to perhaps _detect_ pulse dials on FXS lines, but
not generate them on FXO lines.
JT
2008 Jan 28
0
Integrating patches in SLES10 e2fsprogs
....
>
> Won't help existing block devices, but it'd be nice to have a common
> library which could be called @ mkfs time to wipe out all known
> signatures...
>
> mkfs.xfs tries to do this, but it'd be silly to duplicate in every mkfs.
Well, blkid already has a way to _detect_ a lot of filesystem signatures,
so it might be relatively easy to exploit the type_array[] entries to have
it zap out all of these blocks. That said, the majority of them are in
the first 68kB of the filesystem (mdraid excluded) so it shouldn't be too
hard to zero them out. Let's hope nob...