41 42 43 44 45 46 47
# File 'lib/mool/disk.rb', line 41 def mounting_point @mount_point = nil Mool::Command.mount.include?(@devname) && @mount_point ||= Mool::Command.mount.scan( /#{@devname} (\S+)/ ).flatten.first end