﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
599	mondorestore fails to mount the nfs backup	victor gattegno	Bruno Cornec	"
I see in mondorestore.log :

{{{
running: mount -t nfs -o nolock,roroot@192.168.2.105: ...
}}}


It should have been :

{{{
running: mount -t nfs -o nolock,ro root@192.168.2.105: ...
}}}


So I think that, in libmondo-devices.c Line 2571:


{{{
mr_asprintf(&tmp, ""mount -t %s -o nolock,ro"", bkpinfo->netfs_proto);
}}}

should be :

{{{
mr_asprintf(&tmp, ""mount -t %s -o nolock,ro "", bkpinfo->netfs_proto);
}}}

"	defect	closed	normal	3.0.2	mondo	3.0.1	major	fixed	mondorestore mount nfs	
