Chris Howie wrote:
> 
> 
> There is not a way to do this short of implementing the P/Invoke
> yourself or running a process.  See
> <http://go-mono.com/docs/monodoc.ashx?tlink...@ecma%3a285%23syscall%2f>:
> 
> mount: Inherently non-portable across the various Unix flavours, and
> will never be supported. Instead, use System.Diagnostics.Process and
> invoke the command-line mount(8) program.
> 
> 

Thanks for your response, I've used Process to invoke mount/umount, it is
pretty straight forward and works well in my scenario.
-- 
View this message in context: 
http://www.nabble.com/How-to-mount-a-drive-under-mono-tp24740295p24761691.html
Sent from the Mono - General mailing list archive at Nabble.com.

_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to