# File lib/rudy/disks.rb, line 13
13:     def get(path)
14:       tmp = Rudy::Disk.new path
15:       record = Rudy::Metadata.get tmp.name
16:       return nil unless record.is_a?(Hash)
17:       tmp.from_hash record
18:     end