From: Michal Suchanek Date: 2009-02-26T20:05:30+09:00 Subject: Re: possibly a stupid question: How do I read / write to a NAS filesystem 2009/2/26 Dylan Evans : > You will need to mount the NAS drive, after which you will be able to access > it as part of your file system. When you browse the drive the the file > manager interprets the uri to access the NAS, when you open it Dir is > expecting a regular filepath. Try something along the lines of; > mount -t smbfs //myworldbook/public /mnt/ > and > Dir.entries("/mnt/") > Alternatively, you can use smbclient to access the NAS without mounting. HTH Michal