From: Jedrin Date: 2009-10-27T23:50:10+09:00 Subject: how can I do a linux mount in a programmatic way ? 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 ?