python -c "import os,re;result=re.findall(r'[A-Z]+:.*$',os.popen('mountvol /').read(),re.MULTILINE);print ','.join(result)"


+ Recent posts