Subject: how can I do a linux mount in a programmatic way ?
From: Jedrin <jrubiando gmail.com>
Date: Tue, 27 Oct 2009 23:50:10 +0900
If I do something like system('sudo mount .. ') then I don't really
get any error codes back to see what happened because I just get the
sudo return code here. Is there a way to do this like a library call
in ruby ?