Script of get_fibmap.py
#!/usr/bin/env python
import sys
import argparse
from ezs3.command import do_cmd
osd_map = {
2021-08-09