From ead1615f1e9341c6b507cc754956af0d91d55fb4 Mon Sep 17 00:00:00 2001 From: Mike Hibler Date: Tue, 13 Mar 2012 08:48:48 -0600 Subject: [PATCH] Do proper conversion of BSD "mfi" to Linux "sd". Modified bug fix from Mark Carson . --- clientside/tmcc/freebsd/slicefix | 1 + 1 file changed, 1 insertion(+) diff --git a/clientside/tmcc/freebsd/slicefix b/clientside/tmcc/freebsd/slicefix index 4f1ab96b9..006503fb4 100755 --- a/clientside/tmcc/freebsd/slicefix +++ b/clientside/tmcc/freebsd/slicefix @@ -628,6 +628,7 @@ dolinux() { # perc mfid[0-15]) dtype="sd" + dunit=`echo $disk | sed -e 's/mfid\([0-9][0-9]*\)/\1/'` lrootdev="8${dunit}${part}" ;; # Megaraid -- GitLab