Getting mount type information in python on OSX -


is there way in can information mounts have in folder /volumes in osx?

i want able tell difference between disk images dmgs , other types, hard disks or network mounts.

i tried parsing output of mount -v , looking if read-only in line doubt that's particularly accurate way of telling, , not method either.

is there module or method give me information?

have @ diskutil(8) , hdiutil(1) tools.


Comments

Popular posts from this blog

Glib GIOChannel -

delphi - When I encode/decode SMS PDU (GSM 7 Bit) user data, do I need prepend the UDH first? -

python - Obscure curses error message when creating a sub window -