From: RickM Date: 2009-02-26T14:04:16+09:00 Subject: possibly a stupid question: How do I read / write to a NAS filesystem I have a cheapo WD WorldBook NAS that I would like to access from a Ruby application. This may actually be more about how to properly mount the NAS so I can access it but I thought I would start here. I am running Ubutu and when I browse the NAS I see a path smb://mybookworld/public/ but Dir.entries("smb://mybookworld/public/") doesn't work or any other form I could dream up.